Bugs search
Useful queries for testing (bookworm)
- BSP view (bugs needing attention): Old bugs affecting sid and bookworm, not RT-tagged and not marked for auto-removal
- Sponsor view: Affecting sid and bookworm, not marked as done, tagged 'patch', not in delayed; those need a DD to review and sponsor an upload or remove the tag
- Cleaner view: Marked as done, no activity in the last 5 days, but still affecting sid and bookworm; why is it still affecting unstable? fixed only in stable or experimental? missing binaries? cruft? wrong changelog?
- Release Team view: Fixed in sid, no activity in the last 5 days, but still not fixed in bookworm. Help the fix migrate to bookworm!
16 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
# |
apt-cacher-ng | acngtools eats all the CPU and doesnât finish daily cron with merged pdiffs | 1124 | serious | 2021-03-28 | |
#1013530 | [boo|⛺|+|sid|u] | src:boost1.74 | cpprest: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2 | 69831 | serious | 2022-07-01 |
#1014180 | [boo|⛺|+|sid|u] | src:boost1.74 | src:boost1.74: Cleanup code of boost::asio causes crashes with OpenSSL 3+ | 69831 | serious | 2022-07-01 |
# |
[boo|⛺|sid] | src:cantor | cantor: FTBFS: pythonkeywords.cpp:11:10: fatal error: repository.h: No such file or directory | 2680 | serious | 2022-06-24 |
#1012127 | [⛺] | src:flexbar | flexbar: FTBFS with onetbb/2021.5.0-8 in experimental | 67 | serious | 2022-06-20 |
# |
[bul-i|bus-i] | src:glibc | gimp hangs on startup if libopenblas-base is installed | 204167 | grave | 2021-12-12 |
# |
[bul-i|bus-i] | src:glibc | libopenblas-base: version 0.3.2+ds-1 makes gimp hang indefinitely | 204167 | grave | 2021-12-12 |
# |
[bul-i|bus-i] | src:glibc | gimp: Segfault with libopenblas-base | 204167 | grave | 2021-12-12 |
#926689 | [H] | grub2-common | cryptsetup-initramfs: config lines in grub.cfg for cryptodisk/luks and other modules missing | 201471 | grave | 2022-04-03 |
#694321 | [bul-i|bus-i|jes-i|squ-i|str-i|whe-i] | gsfonts | [gsfonts] Fonts include copyrighted adobe fragment all right reserved | 103211 | serious | 2021-02-14 |
# |
lintian | Improper detection of tag satisfaction cases in missing-build-dependency-for-dh-addon tag | 24381 | serious | 2022-06-29 | |
# |
lintian | dh-addon dependency test false positive | 24381 | serious | 2022-06-29 | |
#1012532 | libpoppler-glib8 | inkscape: PDF import no longer works | 95683 | grave | 2022-06-18 | |
#1013537 | [boo|⛺|+|P|sid|u] | src:python-ase | python-ase: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.9 3.10" returned exit code 13 | 120 | serious | 2022-06-27 |
#990447 | shim | fwupdmgr: Unable to install new updates | 45571 | serious | 2022-06-01 | |
#1014091 | [C|+|u] | src:valgrind | armhf: gcc has wrong configuration | 8764 | grave | 2022-07-01 |
Generated in 1.347 seconds.
select id, bugs.package, bugs.source, severity, title, last_modified, status, affects_stable, affects_testing, affects_unstable, affects_experimental , coalesce(popcon_src.insts, 0) as popcon from bugs left join popcon_src on (bugs.source = popcon_src.source) where id in (select id from bugs_rt_affects_testing) and id in (select id from bugs_merged_with where id > merged_with) AND (severity >= 'serious') order by source asc