Your message dated Thu, 06 Feb 2025 10:49:31 +0000
with message-id <e1tfzrr-00booj...@fasolo.debian.org>
and subject line Bug#1049473: fixed in vpb-driver 4.2.61-1.7
has caused the Debian Bug report #1049473,
regarding vpb-driver: Fails to build binary packages again after successful
build
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.)
--
1049473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049473
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vpb-driver
Version: 4.2.61-1.4
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild
Hi,
This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -b
> ----------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package vpb-driver
> dpkg-buildpackage: info: source version 4.2.61-1.4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bo YU <tsu.y...@gmail.com>
> dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> fakeroot debian/rules clean
> dh_testdir
> rm -f -r firmware
> [ ! -e Makefile ] || /usr/bin/make distclean
> [ ! -e obj_shared/Makefile ] || /usr/bin/make -C obj_shared distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>/obj_shared'
> /usr/bin/make -C src distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/obj_shared/src'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj_shared/src/libtoneg'
> rm -f *.o *.d lib*.a lib*.so* core*
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj_shared/src/libtoneg'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj_shared/src/libvpb'
> rm -f *.o *.d lib*.a lib*.so* core*
> rm -f Makefile doc/doxyconf
> rm -f -r doc/doc_user
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj_shared/src/libvpb'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj_shared/src/utils'
> rm -f bridgeports dtmfcheck measerl playwav proslicerl raw2wav recwav
> ringstat sendcid tonedebug tonegen tonetrain vdaaerl vpbecho lib-stamp *.o
> *.d core* linear??.wav
> rm -f Makefile VpbConfigurator
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj_shared/src/utils'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/vtcore'
> Makefile:38: *** "No kernel version. You probably need the distro headers
> package for your running kernel.". Stop.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/vtcore'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/vpb'
> Makefile:31: *** "No kernel version. You probably need the distro headers
> package for your running kernel.". Stop.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/vpb'
> make[2]: *** [Makefile:30: distclean] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj_shared/src'
> make[1]: *** [Makefile:44: distclean] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj_shared'
> make: *** [debian/rules:81: clean] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned
> exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -b' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/16/vpb-driver_4.2.61-1.4_unstable.log
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: vpb-driver
Source-Version: 4.2.61-1.7
Done: Andreas Beckmann <a...@debian.org>
We believe that the bug you reported is fixed in the latest version of
vpb-driver, 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 1049...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated vpb-driver 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: SHA256
Format: 1.8
Date: Thu, 06 Feb 2025 11:32:42 +0100
Source: vpb-driver
Architecture: source
Version: 4.2.61-1.7
Distribution: unstable
Urgency: medium
Maintainer: Ron Lee <r...@debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1047374 1049473
Changes:
vpb-driver (4.2.61-1.7) unstable; urgency=medium
.
* Non-maintainer upload.
* Import package history into Git.
* Add autopkgtest for the -source package.
* Fix building twice in a row. (Closes: #1047374, #1049473)
* Switch to regular -dbgsym packages.
* Set Rules-Requires-Root: no.
* Add missing ${misc:Depends}.
Checksums-Sha1:
c01782e25a73c42cdbb1a637146fb3b3e2e96aed 2226 vpb-driver_4.2.61-1.7.dsc
762b402a12164e96e48deed0cf1bbe75c6ef8f35 19504
vpb-driver_4.2.61-1.7.debian.tar.xz
96f85dfa086c861b9cff7a53b931a80ede3fa818 5559
vpb-driver_4.2.61-1.7_source.buildinfo
Checksums-Sha256:
462a3343b6f86cccd77a4bce7fa38090d6aa340bfee46c3318400c6eac7f5dd4 2226
vpb-driver_4.2.61-1.7.dsc
9b85fd767e399084ecfa2af302e22d0470402d74fb84c4ea5a288e8a5da23415 19504
vpb-driver_4.2.61-1.7.debian.tar.xz
1c4a32a58b60f0b0663b5da0472e6ed2baa4ca421e522c5817ebc557c19ba348 5559
vpb-driver_4.2.61-1.7_source.buildinfo
Files:
d4e0ffa7b87fa7d798a491c5b65c1edd 2226 comm optional vpb-driver_4.2.61-1.7.dsc
d70eebc0ae375fd7483a5d83e065bf52 19504 comm optional
vpb-driver_4.2.61-1.7.debian.tar.xz
22e9ad8d2008b86e3a2cfb7065ba7933 5559 comm optional
vpb-driver_4.2.61-1.7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmekkNkQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCOMSD/0SELVDpRVPmRjiNHYT5vWJpAlWc45KFIWw
GxCkEzEcXn2rnAnQp2CMhVUKqRwPJkdnzQFv6SGVchAEIKIc++2rgQOQaqr48IRA
9GcGfPaCOPAIv59RtxGIYh29inFSS8qbNDf4sRzjTh5tV9NtlSgWjxCOzCHZGCJk
Tp/UC0D8N3lN1nh+xTHT+MZ2jTyIBrkdxNPnGbLE6VLu2/DPrrk+UOIa4W6VWV39
ysk1pYWuBSztT00Vs+69trQek0KjAKXiHa7qnD+HJ56pF/NiD5S2ILnAziyZ9dJo
/NjaX2PuEcCWgp0STcSqfk00QMiIHofzI5jv9sLRDLkhfi12TS9gxI1eQchEWY94
tPejfJRnPcU5ZkVj7/ZMfHttNsvzNfmtUSLSjvLyNkSGeFmaBLJjVnSdLrt0cfXw
NgKHbKj78kC9vfPNE8ZIINR+k+vMQByBwENCgzkHBeB0HIhLDxj+OAUWijK6gLyy
FhWbzBD2hKRx3t3wtQJm9mSYJ4VZ/o2yNwa0+na42FEfaI7GSk5krz9cbN3R0Sua
5sao07z05Sl+wxMi6QQgSFTtbTpjSTpRk3QHGKckxbAAX0QaazG6c4i0Ow2S5V4P
TF9UKFXNpFvWKCxSFDVSYroT/5ALwCIzxqh2rBqx7L8MwCQhdv0CnXVbghF6yuq0
ehHZ2n9ggQ==
=kD+m
-----END PGP SIGNATURE-----
pgp3xqT0V3vyD.pgp
Description: PGP signature
--- End Message ---