Your message dated Wed, 01 Nov 2023 19:36:42 +0000
with message-id <e1qyh18-002omn...@fasolo.debian.org>
and subject line Bug#1054839: fixed in lintian-brush 0.152
has caused the Debian Bug report #1054839,
regarding lintian-brush: FTBFS: make[1]: *** [debian/rules:21:
override_dh_auto_build] Error 25
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1054839: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lintian-brush
Version: 0.151
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> for I in . lintian-brush-py; do mv $I/Cargo.lock $I/Cargo.lock.saved; done
> dh_auto_build
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build"
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-cpython-311
> creating build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/salsa.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/watch.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/scrub_obsolete.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/vcswatch.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/vcs.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/__init__.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/gpg.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/patches.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/udd.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/transition_apply.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/standards_version.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/changelog.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/debhelper.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/detect_gbp_dch.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/yaml.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/systemd.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/line_editor.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/publish.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/release_info.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/config.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/lintian_overrides.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/xdg.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/licenses.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/upstream_metadata.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/debianize.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/svp.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/debbugs.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/lintian.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/dummy_transitional.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/fixer.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> copying lintian_brush/section.py ->
> build/lib.linux-x86_64-cpython-311/lintian_brush
> running build_ext
> running build_rust
> cargo build --manifest-path lintian-brush/Cargo.toml
> --message-format=json-render-diagnostics --release -v
> error: failed to select a version for the requirement `clap = "<=4.2"`
> candidate versions found which didn't match: 4.4.6
> location searched: directory source `/usr/share/cargo/registry` (which is
> replacing registry `crates-io`)
> required by package `lintian-brush v0.150.0 (/<<PKGBUILDDIR>>/lintian-brush)`
> perhaps a crate was updated and forgotten to be re-vendored?
> error: `cargo build --manifest-path lintian-brush/Cargo.toml
> --message-format=json-render-diagnostics --release -v` failed with code 101
>
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:395: build: plugin pyproject failed with: exit code=1:
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11
> dh_auto_build: error: pybuild --build -i python{version} -p 3.11 returned
> exit code 13
> make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/10/27/lintian-brush_0.151_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: lintian-brush
Source-Version: 0.152
Done: Jelmer Vernooij <jel...@debian.org>
We believe that the bug you reported is fixed in the latest version of
lintian-brush, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated lintian-brush package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 28 Oct 2023 01:41:32 +0100
Source: lintian-brush
Architecture: source
Version: 0.152
Distribution: unstable
Urgency: medium
Maintainer: Jelmer Vernooij <jel...@debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Closes: 1054839
Changes:
lintian-brush (0.152) unstable; urgency=medium
.
* Fix compatibility with newer rust crates. Closes: #1054839
Checksums-Sha1:
bf4267248febf59f9ae228bfa48fc7a3d78fdad7 2833 lintian-brush_0.152.dsc
0513e5856978b77c963d6cda6bdeea303fcfb13a 989088 lintian-brush_0.152.tar.xz
6f5c4c7af03231fee14bb68fec5eba7511cb2d6c 40066
lintian-brush_0.152_source.buildinfo
Checksums-Sha256:
56566686f596f940b1aa36a399f8941e0e4c6ffde099fbad107759970324ad1b 2833
lintian-brush_0.152.dsc
8099760d951cd18d0419441beb8976ceb95313264e7447aca14a1bdb5a4c7bee 989088
lintian-brush_0.152.tar.xz
07836068db198cc7e4ed1aec2ca13d142fe52336f852d225e1d37f148ae0b1e9 40066
lintian-brush_0.152_source.buildinfo
Files:
f73bf2a8fab67afd75a49ca6b592e822 2833 devel optional lintian-brush_0.152.dsc
74d6d00f1203a28c5df366e7d298e81d 989088 devel optional
lintian-brush_0.152.tar.xz
e6c353766dee96ad4b58cba675d3fc65 40066 devel optional
lintian-brush_0.152_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEgIoEfJX3ae+y722SMG8hYYBCUGYFAmVCpPYACgkQMG8hYYBC
UGbyDggAoQzLDkaxsnmE04/2RAPvuEyyQSu9J0rild0XSpSHUO/33Sowt7O/cpZQ
hbzrKAn34fInEI6CteFWWAPmPA0kzXaJJyfdhFRpPYnM69aH9JZthIG3XZoT8Kxp
vCsd0nLSUp8RR23QTVH/Rby+0bPUWgVOBcSkrvDMUggcZe5NELprJp8ov7+Rv1ez
VTSUrob3I+EH6fGPB+JCY61HdGhgIZls7azleU3BkA2uhzgAfe10VPwagkbWVORs
l0nJLufOEMzblTBKpsjvFzQ/iyqs6u9PD3iYY8ykkfVytMMYIwhbdLTOhqBlAsdf
R1yIgtMX9F12f9X2eLq1+1yeSAK2+Q==
=eA2y
-----END PGP SIGNATURE-----
--- End Message ---