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!
11 bugs found
bug# | tags | package | title | popcon | severity | modified |
---|---|---|---|---|---|---|
# |
[boo|U|⛺|+|P|sid] | src:aubio | aubio: FTBFS with ffmpeg 5.0 | 2321 | serious | 2022-07-01 |
#1000796 | [P] | base-passwd | update-passwd only remove item one time | 204196 | 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 | 73437 | 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 |
#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 |
#1011712 | [boo|⛺|+|P|sid] | src:olm | olm: FTBFS: unsatisfiable build-dependency: binaryen (< 105+) but 106-1 is to be installed | 533 | serious | 2022-07-02 |
# |
[boo|P|sid] | src:phosh | src:phosh: fails to migrate to testing for too long: uploader built arch:all binaries | 19 | serious | 2022-06-25 |
# |
[boo|P|sid] | src:pyspread | src:pyspread: fails to migrate to testing for too long: uploader built arch:all binary | 51 | serious | 2022-06-19 |
#1013085 | [boo|⛺|+|P|sid|u] | src:python-ase | python-ase: scipy.constants.codata._physical_constants_xxxx no longer in scipy-1.8.0 | 120 | serious | 2022-06-27 |
#1013537 | [boo|⛺|+|P|sid|u] | src:python-ase | python-ase: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.9 3.10" returned exit code 13 | 120 | serious | 2022-06-27 |
# |
[boo|P|sid] | src:python-debianbts | src:python-debianbts: fails to migrate to testing for too long: uploader built arch:all binary | 160123 | serious | 2022-06-25 |
Generated in 1.386 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