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!
13 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
#1000796 | [P] | base-passwd | update-passwd only remove item one time | 206988 | critical | 2022-03-03 |
#922981 | [P|S] | ca-certificates-java | ca-certificates-java: /etc/ca-certificates/update.d/jks-keystore doesn't update /etc/ssl/certs/java/cacerts | 75249 | serious | 2021-08-14 |
#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-08-14 |
#1010061 | [⛺|+|P] | src:git-buildpackage | git-buildpackage: FTBFS on bookworm and sid: multiple issues | 2357 | serious | 2022-05-11 |
#996287 | [boo|⛺|+|P|sid] | src:git-crypt | git-crypt: FTBFS with OpenSSL 3.0 | 288 | serious | 2022-05-14 |
#996422 | [boo|exp|⛺|P|sid] | src:golang-github-mendersoftware-openssl | golang-github-mendersoftware-openssl: FTBFS with OpenSSL 3.0 | 4 | serious | 2022-05-16 |
#965571 | [boo|⛺|+|P|sid] | src:gtans | gtans: Removal of obsolete debhelper compat 5 and 6 in bookworm | 362 | serious | 2022-05-11 |
#1000234 | [P] | lintian | lintian: Compare Debhelper prerequisites accurately w/r/t multiarch acceptor | 24897 | serious | 2022-01-10 |
#1008416 | [boo|exp|U|⛺|P|sid] | lxqt-build-tools | libqtxdg: FTBFS: Could NOT find GLIB (missing: GLIB_GIO_UNIX_INCLUDE_DIR) (found suitable version "2.72.0", minimum required is "2.41.0") | 54 | serious | 2022-05-14 |
#1009079 | [+|P] | src:mdtraj | mdtraj: autopkgtest timeout on arm64 (downloading pdb file?) | 4 | serious | 2022-05-11 |
#997541 | [boo|⛺|+|P|sid] | src:oldsys-preseed | oldsys-preseed: FTBFS: Running test misc/hostname... ./do-test: line 17: tempfile: command not found | 0 | serious | 2021-11-21 |
#1001593 | [+|P] | src:php-easyrdf | php-easyrdf: flaky autopkgtest: Unable to connect to localhost:10101 | 4 | serious | 2022-01-17 |
#1009037 | [boo|U|+|P|sid] | python3-pivy | python3-pivy: breaking change in python 3.10 reqires upgrade/patch | 2593 | serious | 2022-05-11 |
Generated in 1.131 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='pending') AND (severity >= 'serious') order by source asc