Your message dated Mon, 14 Aug 2023 16:20:37 +0000
with message-id <[email protected]>
and subject line Bug#1045792: fixed in libpcap 1.10.4-4
has caused the Debian Bug report #1045792,
regarding libpcap: Fails to build source 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 [email protected]
immediately.)


-- 
1045792: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045792
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libpcap
Version: 1.10.4-3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

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/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> ----------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package libpcap
> dpkg-buildpackage: info: source version 1.10.4-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Romain Francoise 
> <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f pcap-linux.o fad-getad.o  pcap-usb-linux.o pcap-netfilter-linux.o 
> pcap-bt-linux.o pcap-bt-monitor-linux.o pcap-dbus.o  pcap.o gencode.o 
> optimize.o nametoaddr.o etherent.o fmtutils.o pcap-util.o savefile.o 
> sf-pcap.o sf-pcapng.o pcap-common.o pcap-usb-linux-common.o bpf_image.o 
> bpf_filter.o bpf_dump.o scanner.o grammar.o strlcat.o strlcpy.o libpcap.a 
> libpcap.so.`cat ./VERSION` libpcap-`cat ./VERSION`.tar.gz scanner.c grammar.c 
> scanner.h grammar.h lex.yy.c pcap-config libpcap.pc pcap-linux_pic.o 
> fad-getad_pic.o  pcap-usb-linux_pic.o pcap-netfilter-linux_pic.o 
> pcap-bt-linux_pic.o pcap-bt-monitor-linux_pic.o pcap-dbus_pic.o  pcap_pic.o 
> gencode_pic.o optimize_pic.o nametoaddr_pic.o etherent_pic.o fmtutils_pic.o 
> pcap-util_pic.o savefile_pic.o sf-pcap_pic.o sf-pcapng_pic.o 
> pcap-common_pic.o 
> pcap-usb-linux-common_pic.o bpf_image_pic.o bpf_filter_pic.o bpf_dump_pic.o 
> scanner_pic.o grammar_pic.o strlcat_pic.o strlcpy_pic.o 
> (cd rpcapd; make clean)
> make[2]: Entering directory '/<<PKGBUILDDIR>>/rpcapd'
> rm -f daemon.o fileconf.o log.o rpcapd.o ../rpcap-protocol.o ../sockutils.o 
> ../fmtutils.o ../sslutils.o rpcapd
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/rpcapd'
> (cd testprogs; make clean)
> make[2]: Entering directory '/<<PKGBUILDDIR>>/testprogs'
> rm -f  can_set_rfmon_test capturetest filtertest findalldevstest-perf 
> findalldevstest opentest nonblocktest reactivatetest selpolltest 
> threadsignaltest writecaptest
> rm -rf *.dSYM
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/testprogs'
> rm -f Makefile grammar.y config.cache config.log config.status \
>     config.h config.h.in~ configure~ configure.ac~ \
>     net os-proto.h libpcap.pc pcap-config stamp-h stamp-h.in
> rm -f pcap.3pcap pcap_compile.3pcap pcap_datalink.3pcap pcap_dump_open.3pcap 
> pcap_get_tstamp_precision.3pcap pcap_list_datalinks.3pcap 
> pcap_list_tstamp_types.3pcap pcap_open_dead.3pcap pcap_open_offline.3pcap 
> pcap_set_immediate_mode.3pcap pcap_set_tstamp_precision.3pcap 
> pcap_set_tstamp_type.3pcap pcap-savefile.manfile pcap-filter.manmisc 
> pcap-linktype.manmisc pcap-tstamp.manmisc
> rm -rf autom4te.cache
> (cd rpcapd; make distclean)
> make[2]: Entering directory '/<<PKGBUILDDIR>>/rpcapd'
> rm -f daemon.o fileconf.o log.o rpcapd.o ../rpcap-protocol.o ../sockutils.o 
> ../fmtutils.o ../sslutils.o rpcapd
> rm -f Makefile config.cache config.log config.status \
>     config.h stamp-h stamp-h.in
> rm -f rpcapd.manadmin rpcapd-config.manfile
> rm -rf autom4te.cache
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/rpcapd'
> (cd testprogs; make distclean)
> make[2]: Entering directory '/<<PKGBUILDDIR>>/testprogs'
> rm -f  can_set_rfmon_test capturetest filtertest findalldevstest-perf 
> findalldevstest opentest nonblocktest reactivatetest selpolltest 
> threadsignaltest writecaptest
> rm -rf *.dSYM
> rm -f Makefile config.cache config.log config.status \
>     config.h stamp-h stamp-h.in
> rm -rf autom4te.cache
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/testprogs'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: verifying ./libpcap_1.10.4.orig.tar.gz.asc
> gpgv: Signature made Fri Apr  7 18:58:52 2023 UTC
> gpgv:                using RSA key 1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D
> gpgv: Note: signatures using the SHA1 algorithm are rejected
> gpgv: Can't check signature: Bad public key
> dpkg-source: warning: cannot verify upstream tarball signature for 
> ./libpcap_1.10.4.orig.tar.gz: no acceptable signature found
> dpkg-source: info: building libpcap using existing 
> ./libpcap_1.10.4.orig.tar.gz
> dpkg-source: info: building libpcap using existing 
> ./libpcap_1.10.4.orig.tar.gz.asc
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to libpcap.so.0.8:
> dpkg-source: error:   new version is symlink to libpcap.so.1.10.4
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to libpcap.so:
> dpkg-source: error:   new version is symlink to libpcap.so.0.8
> dpkg-source: error:   old version is nonexistent
> dpkg-source: warning: ignoring deletion of file install-sh, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file config.h.in, use 
> --include-removal to override
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 255
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/libpcap_1.10.4-3_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: libpcap
Source-Version: 1.10.4-4
Done: Romain Francoise <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libpcap, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Francoise <[email protected]> (supplier of updated libpcap 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 14 Aug 2023 17:49:33 +0200
Source: libpcap
Architecture: source
Version: 1.10.4-4
Distribution: unstable
Urgency: medium
Maintainer: Romain Francoise <[email protected]>
Changed-By: Romain Francoise <[email protected]>
Closes: 1045792
Changes:
 libpcap (1.10.4-4) unstable; urgency=medium
 .
   * debian/patches/shared-lib.diff: Fix clean target (closes: #1045792).
   * Add DEP-3 headers to all patches.
Checksums-Sha1:
 552123f720244444c1cbd1afd9c98eacf3a9b46f 2279 libpcap_1.10.4-4.dsc
 1d9ce6f725987d71c72d1678c388f489907e8927 19536 libpcap_1.10.4-4.debian.tar.xz
 c0d21211281182828ab6e62ad9e970dc73974956 5902 libpcap_1.10.4-4_source.buildinfo
Checksums-Sha256:
 d1633f584b46a395b61f58a606f8f42f35927b208bc96ac26a3fdd707367dabe 2279 
libpcap_1.10.4-4.dsc
 6652c39ca860faf32274f271ef45c5d4b1b3bb7478c67742a5e4a9a81a0dfdce 19536 
libpcap_1.10.4-4.debian.tar.xz
 06bc289e2c955dca085da7e36e2b281a38d6fbd2a13b9ac7bfc14426ba01a2ed 5902 
libpcap_1.10.4-4_source.buildinfo
Files:
 8dbc5a00f1f9a0a13524a180ecd9ecd1 2279 devel optional libpcap_1.10.4-4.dsc
 dffd36902d60be1db4ef7bae5f4339b6 19536 devel optional 
libpcap_1.10.4-4.debian.tar.xz
 04e6ba3485a6518939a4f892a74c3da7 5902 devel optional 
libpcap_1.10.4-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEvjSXQsqYfs1+d+QtrRX0NfBfli0FAmTaToQACgkQrRX0NfBf
li25IBAAn/rA0Yjq0yQaBkETxlSDFkrGh/+yr+08+MxwctsIjDkf1rz2Q98Ut2fU
9cx6Xn3f3LKi9XVoQzEmgP5WtmSN2hK8pvDri+DpiQuXN/4lsvayv1vy+YRMuPLi
WX3y4r3BrEls8TFwP8hvIaVaQojgOjXWilAJWukNcJPxbrd4TmAcrRYGY7f02pJj
CgeK6NcjSMi9J6TrctVOJuX0c3Dnb5JyHbmk7saLry7UkBd4Ll1xlFKlF0hcbQwC
HPqNjpb7Vu91xy3qdq45R5WNXbKw+540VsepTd+sSTSow4fAO18IXNNJhTDLAyqi
G3WPVzzz6JH2RhKMQx6HHUuMJgW9eeTc4jhUtdEkx8M1VoxXsnMJTqSO16wG4w1O
DPwsfCHKlqI5C96CRHJ2xoqBy7m6uZI2HWLnYeXWuYF/GwZPVQtbKevFSlk17hkG
naklHZPvioxZx89ItgvdI+BEZG8xogevIu8dfbtdC99nLl0kQrhkejP3rZaVlSQR
jrtOMEWfFBiW7GUZT0y+YJhWHXgYkJ9TsNcxEitp94UMzKPh4mpdrQILme+rNjoO
1ScX44YnOqrs4ti0NIjp/lepcgHdyR5aUxK8Pb+lpDA+CVzmb0JoryJ6fiRtWOpu
CUhIRLc2SpOqu2VUL7vZDh/1ny/NTmziXeXpC0GnVU1SMRIoA0c=
=MTWt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to