Your message dated Fri, 27 Nov 2015 21:59:47 +0000
with message-id <[email protected]>
and subject line Bug#806062: fixed in libsmi 0.4.8+dfsg2-11
has caused the Debian Bug report #806062,
regarding libsmi: 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.)


-- 
806062: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806062
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libsmi
Version: 0.4.8+dfsg2-10
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=/<<BUILDDIR>>/libsmi-0.4.8\+dfsg2/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2'
Making install in lib
make[2]: Entering directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/lib'
make[3]: Entering directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/lib'
 /bin/mkdir -p 
'/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libsmi.la 
'/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libsmi.so.2.0.27 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu/libsmi.so.2.0.27
libtool: install: (cd 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s 
-f libsmi.so.2.0.27 libsmi.so.2 || { rm -f libsmi.so.2 && ln -s 
libsmi.so.2.0.27 libsmi.so.2; }; })
libtool: install: (cd 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s 
-f libsmi.so.2.0.27 libsmi.so || { rm -f libsmi.so && ln -s libsmi.so.2.0.27 
libsmi.so; }; })
libtool: install: /usr/bin/install -c .libs/libsmi.lai 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu/libsmi.la
libtool: install: /usr/bin/install -c .libs/libsmi.a 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu/libsmi.a
libtool: install: chmod 644 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu/libsmi.a
libtool: install: ranlib 
/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/lib/x86_64-linux-gnu/libsmi.a
libtool: install: warning: remember to run `libtool --finish 
/usr/lib/x86_64-linux-gnu'
 /bin/mkdir -p '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/include'
 /usr/bin/install -c -m 644 smi.h 
'/<<BUILDDIR>>/libsmi-0.4.8+dfsg2/debian/tmp/usr/include'

[... snipped ...]

make[2]: Leaving directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2'
make[1]: Leaving directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2'
   debian/rules override_dh_install
make[1]: Entering directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2'
dh_install
rm debian/smitools/usr/bin/smistrip
rm: cannot remove 'debian/smitools/usr/bin/smistrip': No such file or directory
debian/rules:14: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/libsmi-0.4.8+dfsg2'
debian/rules:7: 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: libsmi
Source-Version: 0.4.8+dfsg2-11

We believe that the bug you reported is fixed in the latest version of
libsmi, 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.
Vincent Bernat <[email protected]> (supplier of updated libsmi 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: Fri, 27 Nov 2015 22:27:02 +0100
Source: libsmi
Binary: smitools smistrip libsmi2ldbl libsmi2-dev libsmi2-dbg libsmi2-common
Architecture: source
Version: 0.4.8+dfsg2-11
Distribution: unstable
Urgency: medium
Maintainer: Vincent Bernat <[email protected]>
Changed-By: Vincent Bernat <[email protected]>
Description:
 libsmi2-common - library to access SMI MIB information - MIB module files
 libsmi2-dbg - library to access SMI MIB information - debugging symbols
 libsmi2-dev - library to access SMI MIB information - development files
 libsmi2ldbl - library to access SMI MIB information
 smistrip   - extract MIB from text files like RFC
 smitools   - various tools operating on MIB module files
Closes: 806062
Changes:
 libsmi (0.4.8+dfsg2-11) unstable; urgency=medium
 .
   * Ensure build with -A is possible. Closes: #806062.
Checksums-Sha1:
 8f60d31a27379c7b2b9a878b3c8b9831b57a385b 2170 libsmi_0.4.8+dfsg2-11.dsc
 a51044ae2d5f4a045354fa16245f3ae040999c40 1803126 libsmi_0.4.8+dfsg2.orig.tar.gz
 0ef940940efcbe0d5ff73712994ac930a7aef95b 13716 
libsmi_0.4.8+dfsg2-11.debian.tar.xz
Checksums-Sha256:
 7f2af94b6eb7d4a809569dcb10c7c7e7209ce2a90c7b0eeafe73349fa73c2627 2170 
libsmi_0.4.8+dfsg2-11.dsc
 1d6894aa4aa73f8949ccb420a57e4e1275f8099c187771a41838e30a703269e8 1803126 
libsmi_0.4.8+dfsg2.orig.tar.gz
 8aa2f0dbc14bc85fde46a9271cf84a570b2de8169d75335d31b581fb0484cfeb 13716 
libsmi_0.4.8+dfsg2-11.debian.tar.xz
Files:
 cb73711d1716d9beaf58e5f6d3d52c4f 2170 libs optional libsmi_0.4.8+dfsg2-11.dsc
 bc3c2e63930dfd97e44bd81480f503b6 1803126 libs optional 
libsmi_0.4.8+dfsg2.orig.tar.gz
 974b015a3f60f387530ebb3ee21e2f71 13716 libs optional 
libsmi_0.4.8+dfsg2-11.debian.tar.xz

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

iQIcBAEBCAAGBQJWWMx9AAoJEJWkL+g1NSX5iG8P/AldmLkwqyOYU/qYsOJ+Bqa2
6mU9KMg26VsYm82UwSwwZ57VtGtOcA9CR50qJg7j0lUTD7119mhVy7MxfB8y3zjO
jxNgtxrHIuu3Zdni2gmXB5KVJZWaq0oQ2N7HWX6jsSqquhLF7K43wd0E+Stdvp+Y
TBsD5Qi0aIVu0nP753QJ7R198VhuYyXD1LDUdZHDVR0+FnDKzU1Gb9ZoQ26QKPoH
BMCg/Y3u/FmksTdMLXrSKpD9J+hvuWXxJ45BpKYOz1eagZivP5f6Vv9NaPcnRb3G
Fq4NZg7KgD5jMT36Agm/wU9jOLBx059sMA0xee6Hf5MQ/jWrW7YMYKRD6cyybM1r
YtW1iyYKB/VwtVgCXz8gL+pc4t7hF+TpWXJBxpoz1ZdVcMG56S/InoeO7Eb5eDOH
mygYvatfhouaf0E7fTd8zFwcxuVwgFUnmESpp7Q8Uv8JkU1uGgBnbi3d18HVRkxL
fv9fcYTtuj0t2lOjD6ZgK+3Mp0eisJdtRv+UgwNLsBu2abtqqYWNryfO2SlyDfob
QiYWYkYJgiECL56ExJNWGbpkj25djGlVrrEggvC/Z2cJqUOYUHljNhdXu2E2nyjZ
TvdlcZnpl38X52WsRbkpwFkfrmzL55OgxGDbOBcY3FVUQAnRifz1gQqEV3MjO0Pk
8UN+qYkTiFX0fKaryGv6
=f9Ts
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to