Bugs search
Useful queries for testing (bullseye)
- BSP view (bugs needing attention): Old bugs affecting sid and bullseye, not RT-tagged and not marked for auto-removal
- Sponsor view: Affecting sid and bullseye, 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 bullseye; 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 bullseye. Help the fix migrate to bullseye!
7 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#986521 | [bul||sid] | ant | starjava-ttools: FTBFS: [javadoc] javadoc: error - invalid flag: -Xdoclint:none | 61309 | serious | 2021-04-07 |
# |
apt-cacher-ng | acngtools eats all the CPU and doesnât finish daily cron with merged pdiffs | 1157 | serious | 2021-03-28 | |
# |
[U|] | src:gcc-10 | mkvtoolnix: FTBFS: src/merge/reader_detection_and_creation.cpp:164:54: internal compiler error: Segmentation fault | 204542 | serious | 2021-03-16 |
# |
[U|] | src:gcc-10 | nheko: FTBFS: internal compiler error | 204542 | serious | 2021-03-16 |
# |
[bul||sid] | src:gcc-10 | gcc-10 in testing is broken, cannot build linux kernel | 204542 | serious | 2021-04-11 |
#926689 | [H] | grub2-common | cryptsetup-initramfs: config lines in grub.cfg for cryptodisk/luks and other modules missing | 201538 | grave | 2019-04-09 |
#981798 | [bul|sid] | imagemagick | "convert --label" regressed and doesn't show text anymore | 79302 | serious | 2021-04-03 |
Generated in 1.692 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_rt_affects_unstable) and id in (select id from bugs_merged_with where id > merged_with) AND (severity >= 'serious') order by source asc