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!
9 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 | 1139 | serious | 2021-03-28 | |
# |
[bul-i|bus-i] | src:glibc | gimp: Segfault with libopenblas-base | 206956 | grave | 2021-12-12 |
# |
[bul-i|bus-i] | src:glibc | libopenblas-base: version 0.3.2+ds-1 makes gimp hang indefinitely | 206956 | grave | 2021-12-12 |
# |
[bul-i|bus-i] | src:glibc | gimp hangs on startup if libopenblas-base is installed | 206956 | grave | 2021-12-12 |
#926689 | [H] | grub2-common | cryptsetup-initramfs: config lines in grub.cfg for cryptodisk/luks and other modules missing | 204247 | 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 | 105416 | serious | 2021-02-14 |
#1011032 | [boo|⛺|sid] | libghc-hsopenssl-dev | libghc-hsopenssl-dev needs update for OpenSSL 3.0 | 24 | serious | 2022-05-16 |
#1001552 | lintian | Improper detection of tag satisfaction cases in missing-build-dependency-for-dh-addon tag | 24897 | serious | 2022-01-10 | |
#1002050 | lintian | dh-addon dependency test false positive | 24897 | serious | 2022-01-10 |
Generated in 1.145 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