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!
13 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#887649 | [bul|bus|bus-i|sid] | cdebconf-gtk-terminal | cdebconf-gtk-terminal: Please don't depend on unmaintained vte | 0 | serious | 2019-07-08 |
#945625 | [bul|sid] | src:cicero | cicero: Python2 removal in sid/bullseye | 80 | serious | 2019-11-28 |
#936595 | [bul|sid] | src:gemrb | gemrb: Python2 removal in sid/bullseye | 92 | serious | 2019-11-28 |
#936723 | [bul|sid] | src:ifeffit | ifeffit: Python2 removal in sid/bullseye | 25 | serious | 2019-11-28 |
#944187 | src:nvidia-graphics-drivers | bumblebee can not active the secondary GPU to run opengl program after upgrade nvidia-driver to 430 (also 430.50-2) | 8580 | grave | 2019-11-16 | |
#939401 | src:nvidia-graphics-drivers | nvidia-driver-libs-nonglvnd: Xorg crashing when running with nonglvnd libraries | 8580 | grave | 2019-11-21 | |
#939840 | src:nvidia-graphics-drivers | nvidia-driver-libs-nonglvnd: Xorg crashing when running with nonglvnd libraries | 8580 | grave | 2019-11-16 | |
#939643 | src:nvidia-graphics-drivers | nvidia-driver-libs-nonglvnd: Xorg crashing when running with nonglvnd libraries | 8580 | grave | 2019-11-16 | |
#939489 | src:nvidia-graphics-drivers | nvidia-driver-libs-nonglvnd: Xorg crashing when running with nonglvnd libraries | 8580 | grave | 2019-11-16 | |
#939505 | src:nvidia-graphics-drivers | nvidia-driver-libs-nonglvnd: Xorg crashing when running with nonglvnd libraries | 8580 | grave | 2019-11-16 | |
#939839 | src:nvidia-graphics-drivers | nvidia-driver-libs-nonglvnd: Xorg crashing when running with nonglvnd libraries | 8580 | grave | 2019-11-16 | |
#940885 | src:nvidia-graphics-drivers | bumblebee can not active the secondary GPU to run opengl program after upgrade nvidia-driver to 430 | 8580 | grave | 2019-11-16 | |
#937170 | [bul|sid] | src:nvpy | nvpy: Python2 removal in sid/bullseye | 27 | serious | 2019-11-28 |
Generated in 2.488 seconds.
select id, bugs.package, bugs.source, severity, title, last_modified, 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 not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and component='main') AND (severity >= 'serious') order by source asc