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!
7 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#887649 | [boo|bul|bul-i|sid] | cdebconf-gtk-terminal | cdebconf-gtk-terminal: Please don't depend on unmaintained vte | 0 | serious | 2021-08-16 |
#1011048 | [⛺] | firmware-nonfree | firmware-nonfree: Fails to build without linux-support but linux-support isn't listed in Build-Depends | 42990 | serious | 2022-05-16 |
# |
[boo|sid] | src:libinovasdk | src:libinovasdk: fails to migrate to testing for too long: missing libinovasdk1 in armhf upload | 0 | serious | 2022-05-08 |
#1006962 | nvidia-cuda-toolkit | nvidia-cuda-toolkit: nvcc chokes on g++ 11.2's bits/std_function.h | 1956 | serious | 2022-04-29 | |
#1010230 | [boo|sid|R] | src:nvidia-graphics-drivers-legacy-390xx | nvidia-graphics-drivers-legacy-390xx: spurious module build failure in autopkgtest on armhf | 1431 | serious | 2022-05-04 |
# |
[⛺] | r8168-dkms | r8168-dkms: dkms build failed on kernel 5.17 | 801 | grave | 2022-05-12 |
# |
[boo|sid] | src:zd1211-firmware | src:zd1211-firmware: fails to migrate to testing for too long: non-free doesn't autobuild by default | 901 | serious | 2022-05-04 |
Generated in 1.352 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 not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and component='main') AND (severity >= 'serious') order by source asc