Your message dated Sat, 28 Nov 2015 18:21:04 +0000
with message-id <[email protected]>
and subject line Bug#806061: fixed in libpcap 1.7.4-2
has caused the Debian Bug report #806061,
regarding libpcap: FTBFS when built with dpkg-buildpackage -A (No such file or 
directory)
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.)


-- 
806061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806061
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libpcap
Version: 1.7.4-1
User: [email protected]
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:

--------------------------------------------------------------------------------
[...]
 fakeroot debian/rules binary-indep
dh binary-indep --with autoreconf
   dh_testroot -i
   dh_prep -i
   dh_auto_install -i
        make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu ] || \
    (mkdir -p /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu; chmod 755 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu)
/usr/bin/install -c -m 644 libpcap.so.1.7.4 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/
ln -sf libpcap.so.1.7.4 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libpcap.so.0.8
ln -sf libpcap.so.0.8 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libpcap.so
#
# Most platforms have separate suffixes for shared and
# archive libraries, so we install both.
#
[ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu ] || \
    (mkdir -p /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu; chmod 755 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu)
/usr/bin/install -c -m 644 libpcap.a 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libpcap.a
ranlib /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libpcap.a
[ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu ] || \
    (mkdir -p /<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu; chmod 755 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu)

[... snipped ...]

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install --fail-missing
# pcap-filter man page goes into libpcap0.8 (#527599)
rm debian/libpcap0.8-dev/usr/share/man/man7/pcap-filter.7
rm: cannot remove 'debian/libpcap0.8-dev/usr/share/man/man7/pcap-filter.7': No 
such file or directory
debian/rules:7: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:4: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one, but I can give some general hints:

* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
 
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
    
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.

* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.


After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).

Thanks.

--- End Message ---
--- Begin Message ---
Source: libpcap
Source-Version: 1.7.4-2

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: SHA256

Format: 1.8
Date: Sat, 28 Nov 2015 18:54:26 +0100
Source: libpcap
Binary: libpcap-dev libpcap0.8-dev libpcap0.8 libpcap0.8-dbg
Architecture: all amd64 i386 source
Version: 1.7.4-2
Distribution: unstable
Urgency: medium
Maintainer: Romain Francoise <[email protected]>
Changed-By: Romain Francoise <[email protected]>
Closes: 806061
Description: 
 libpcap0.8-dbg - debugging symbols for libpcap0.8
 libpcap0.8-dev - development library and header files for libpcap0.8
 libpcap0.8 - system interface for user-level packet capture
 libpcap-dev - development library for libpcap (transitional package)
Changes:
 libpcap (1.7.4-2) unstable; urgency=medium
 .
   * Only override arch-dependent dh targets (closes: #806061).
   * Update versioned build-depends on debhelper accordingly.
Checksums-Sha1: 
 df95f926c3e940a4d1bf4a6c42809af91a212def 2128 libpcap_1.7.4-2.dsc
 87eac79f6eee2e6c1180803db3430f6cb3da2335 16460 libpcap_1.7.4-2.debian.tar.xz
 e3e82b0aefbe4918226985143497d2c3561f5e76 24022 libpcap-dev_1.7.4-2_all.deb
 ea392cf41cea6b6bd8a1d1d0f3f9149e59ce85d1 246418 
libpcap0.8-dbg_1.7.4-2_amd64.deb
 3e0b42add6be2f489cc02fc082a0ee0d085b7f16 232586 
libpcap0.8-dev_1.7.4-2_amd64.deb
 7fa89301e08bb3f66265dfd29e813e35639de42b 136410 libpcap0.8_1.7.4-2_amd64.deb
 876a2aed173b0feb4d0e536b0e2bf5de6fa1f0ba 228078 libpcap0.8-dbg_1.7.4-2_i386.deb
 dfc4ac95bf88b5985f83a9b68a3674cce863bfb4 233074 libpcap0.8-dev_1.7.4-2_i386.deb
 9e6daa94858a589039b5d940851935b560c6dca9 141022 libpcap0.8_1.7.4-2_i386.deb
Checksums-Sha256: 
 a1ac702c22ebc3b32fd4bced794e3a961925d8a864aaf73dce1872c298ab2f09 2128 
libpcap_1.7.4-2.dsc
 27f408fe1bb0221d6b687ffdf2862dd337f86896e428bfe4b9ad89abddd500d0 16460 
libpcap_1.7.4-2.debian.tar.xz
 cf3b5a2c440ee1388b766e76b0af95dc799fdde68d29e8ca769aefdde9ad610e 24022 
libpcap-dev_1.7.4-2_all.deb
 e85b8b77e864fd67d027664c82cdd861007125471f24b23052c542328bd24d9e 246418 
libpcap0.8-dbg_1.7.4-2_amd64.deb
 1a01fbf8c95458d3f9f8f2b6ca8a781230ce8380d763ccd88aed1e7df82225ba 232586 
libpcap0.8-dev_1.7.4-2_amd64.deb
 cc237bcdac71fd2f01e859519dd735645e4f7205a1b3a40d8ed99a3abf1c72f9 136410 
libpcap0.8_1.7.4-2_amd64.deb
 677a74adf59e90189363f2b85689bfd6f4a557946df89087819442c4008587ec 228078 
libpcap0.8-dbg_1.7.4-2_i386.deb
 e7cd42cf4d5d72816680a6e8010e4e8bb5a818e1b042710a4314c195f7557137 233074 
libpcap0.8-dev_1.7.4-2_i386.deb
 105b8d4d640b019e3c1fe602529eb50c6ba6644b03d11ae75b656b855a15b787 141022 
libpcap0.8_1.7.4-2_i386.deb
Files: 
 3aa199faf1c37eb159270be762138669 2128 devel optional libpcap_1.7.4-2.dsc
 745cf5cc68209c9fa828b03a7200a37f 16460 devel optional 
libpcap_1.7.4-2.debian.tar.xz
 3020440a1b9bccb0cd864f5e79bb5330 24022 libdevel optional 
libpcap-dev_1.7.4-2_all.deb
 15f03b78a5d3e5931cfca646c7d9d71f 246418 debug extra 
libpcap0.8-dbg_1.7.4-2_amd64.deb
 5baf8662acc8307655a6ddd4dfe90e5c 232586 libdevel optional 
libpcap0.8-dev_1.7.4-2_amd64.deb
 0df36f168a4d44026bd67c0d52f08fff 136410 libs optional 
libpcap0.8_1.7.4-2_amd64.deb
 e4b513a38f13425974b409d1aa8373ad 228078 debug extra 
libpcap0.8-dbg_1.7.4-2_i386.deb
 9a5e5ac299f4a7a845d56fb4be4aee82 233074 libdevel optional 
libpcap0.8-dev_1.7.4-2_i386.deb
 91f1794b2183f9e036276c651c8306eb 141022 libs optional 
libpcap0.8_1.7.4-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWWe5DAAoJEK0V9DXwX5Yt1OEP/0DOJPoxUxFpYL4C5ayCp84R
ZzASE22RslUfcMukR5Z+TK8QXvn9kxTvBCgO3WX681+s39urvwfqIybLC79xbKYS
qF/TKlNH3mLyXKG3GzP/FmGxGp2HNBm6Eb+cZC0k1TQh9hcdKfa/3yA+a2TuA+9k
wA4yBf5T21I26fzzFzn526taC1lHF2TKnr3sECtf/1FTieqFqbg4L+aO/bq7toI/
025wVFiiNottDa8S9itmIBGOUD22yz2Qa4405mI5o7RVnxiBfoFB8i9tyLxuKv0P
qqpfiOU4QdJaWDI1xsOE/9WuAOi5mU3YM12dlTRpDB/nWhilIkZCzUUzmsWJa1tP
LFdqpK94WdGwLFpizLAKySc1YGOSWTrWKrEP9Xe/uM6N1vnVvyjMIXWjwTFsCwb4
TuqyYlP4FPan2CUaIJKZcPFfp7hA6va5D0f5x4CVe/HomIIeWzZRMo8rEz3ziOWj
uC6qpVmWEni48AW/WPWJ5RwIdUo8tu3BT433cu0z+LjDGoVf4aUiK1WI98i1fn3H
k3ZIVbOo3TPca8oamAq3Vwa2JckWaqStTkBCrwmc4wpsxKgpNONxH+S9hzm3yODC
r+ss/Bp4b4HQh/I9qrw9t1hiT2rhVE4LjDhZ2+wApxaWcXm5vfDSeqBFIXlSXgfR
MiQiwpONjCxXj20YAmLC
=EmLW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to