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!
27 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#986134 | [+|P] | src:acorn | acorn: please reintroduce node-acorn as transitional package | 179 | serious | 2021-04-14 |
# |
[U|+] | ansible | ansible: Does not detect correct python interpreter on bullseye target | 4022 | serious | 2021-04-19 |
#929685 | [+|P] | ca-certificates-java, default-jre-headless, openjdk-11-jre-headless | ca-certificates-java,default-jre-headless,openjdk-11-jre-headless: get rid of the circular dependency | 0 | serious | 2021-03-19 |
# |
[+|P] | dpkg | dpkg: dpkg-realpath is broken | 204117 | grave | 2021-04-13 |
#909750 | [U|+|u] | libfontconfig1 | applications tries to write to /usr/* directories via libfontconfig1 | 176923 | serious | 2021-02-22 |
#986220 | [+] | fonts-font-awesome | fonts-font-awesome: unhandled directory to symlink conversion: /usr/share/fonts-font-awesome/scss -> ../sass/font-awesome | 39292 | serious | 2021-04-18 |
# |
[+] | src:golang-k8s-sigs-yaml | golang-k8s-sigs-yaml: tests fail on armhf | 10 | serious | 2021-04-15 |
# |
[bul|+|sid] | imagemagick | "convert --label" regressed and doesn't show text anymore | 78981 | serious | 2021-04-18 |
# |
[bul|+|sid] | imagemagick | "convert --label" regressed and doesn't show text anymore | 78981 | serious | 2021-04-18 |
# |
[+] | iptables-netflow-dkms | iptables-netflow-dkms: module wants to build with gcc instead of kernel's compiler | 109 | serious | 2021-04-18 |
# |
[+] | libubootenv-tool | libubootenv-tool: Debug lines from fw_printenv break RAUC | 605 | grave | 2021-04-11 |
# |
[+] | lxpanel-dev | lxpanel-dev: broken symlink: /usr/lib/x86_64-linux-gnu/lxpanel/liblxpanel.so -> liblxpanel.so.0.0.0 | 10245 | serious | 2021-04-17 |
#984490 | [bul|+|sid] | src:mercurial | test-archive.t fails in the autopkg tests | 9464 | serious | 2021-03-06 |
#985066 | [+] | mono-gac | mono-gac: messes with the unpacking of another package | 18697 | serious | 2021-03-31 |
#986599 | [+] | libmpich-dev | libmpich-dev: leaves alternatives after purge: /etc/alternatives/mpi-<triplet> | 970 | serious | 2021-04-08 |
# |
[bul||+|sid] | src:nheko | nheko: FTBFS: internal compiler error | 200 | serious | 2021-04-19 |
# |
[bul||+|sid] | src:odb | odb: FTBFS: i386.h:2500:10: fatal error: common/config/i386/i386-cpuinfo.h: No such file or directory | 20 | serious | 2021-04-15 |
#986511 | [bul||+|sid] | src:python-jenkinsapi | python-jenkinsapi: FTBFS: Unable to create file /sbuild-nonexistent/.pylint.d/jenkinsapi.views1.stats: [Errno 2] No such file or directory: '/sbuild-nonexistent/.pylint.d/jenkinsapi.views1.stats' | 14 | serious | 2021-04-10 |
#987213 | [+] | pypy-stem | pypy-stem: fails to upgrade from buster: prerm uses pypy in unconfigured state | 816 | serious | 2021-04-19 |
#859926 | [bus-i|+|str-i] | speech-dispatcher | breaks with pulse-audio as output when spawned by speechd-up from init system | 87181 | grave | 2021-01-04 |
# |
[U|+|u] | speedtest-cli | speedtest-cli: ValueError: invalid literal for int() with base 10 | 5010 | grave | 2021-04-17 |
# |
[|+] | src:sysvinit | sysvinit FTBFS: broken check for presence of -lcrypt | 204085 | serious | 2021-04-18 |
# |
[bul|l10n|+|sid] | task-japanese-gnome-desktop | task-japanese-gnome-desktop: no Japanese input method available out of the box | 199261 | grave | 2021-04-17 |
#984493 | [bul|U|+|sid|u] | src:twisted | twisted fails autopkg tests | 16459 | serious | 2021-04-10 |
#986339 | [+] | universal-ctags | universal-ctags: prerm fails on upgrades | 787 | serious | 2021-04-16 |
#983533 | [+] | src:vinagre | [vinagre] black screen when launching RDP session | 49079 | grave | 2021-04-17 |
#981422 | [+] | src:xdg-utils | xdg-utils: autopkgtest failure: make: dh: No such file or directory | 106255 | serious | 2021-03-31 |
Generated in 1.088 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_tags where tag='patch') AND (severity >= 'serious') order by source asc