Your message dated Wed, 15 Feb 2017 11:48:43 +0000
with message-id <[email protected]>
and subject line Bug#854474: fixed in alsa-lib 1.1.3-5
has caused the Debian Bug report #854474,
regarding alsa-lib: FTBFS when built with dpkg-buildpackage -A
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.)


-- 
854474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854474
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:alsa-lib
Version: 1.1.3-4
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep
   dh_testdir -i
   dh_update_autotools_config -i
   dh_autoreconf -i
configure.ac:39: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in 
body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2672: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2689: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from...
m4/attributes.m4:87: CC_CHECK_LDFLAGS is expanded from...
m4/attributes.m4:104: CC_NOUNDEFINED is expanded from...

[... snipped ...]

Making check in utils
make[2]: Entering directory '/<<PKGBUILDDIR>>/utils'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/utils'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 fakeroot debian/rules binary-indep
dh binary-indep
   dh_testroot -i
   dh_prep -i
   debian/rules override_dh_auto_install-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C doc install
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
Making install in pictures
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/pictures'
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/pictures'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/pictures'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/pictures'
make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[4]: Entering directory '/<<PKGBUILDDIR>>/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install --list-missing
dh_install: Cannot find (any matches for) "usr/share/alsa" (tried in "." and 
"debian/tmp")
dh_install: libasound2-data missing files: usr/share/alsa
Can't stat debian/tmp: No such file or directory
 at /usr/bin/dh_install line 288.
dh_install: missing files, aborting
debian/rules:32: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:8: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

To reproduce, please try building with "dpkg-buildpackage -A".

Also, please consider uploading in source-only form (dpkg-buildpackage -S),
so that this kind of bugs never propagate to testing.

Thanks.

--- End Message ---
--- Begin Message ---
Source: alsa-lib
Source-Version: 1.1.3-5

We believe that the bug you reported is fixed in the latest version of
alsa-lib, 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.
Jordi Mallach <[email protected]> (supplier of updated alsa-lib 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, 13 Feb 2017 20:12:05 +0100
Source: alsa-lib
Binary: libasound2 libasound2-dev libasound2-data libasound2-udeb 
libasound2-doc libasound2-plugin-smixer
Architecture: source all amd64
Version: 1.1.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian ALSA Maintainers <[email protected]>
Changed-By: Jordi Mallach <[email protected]>
Description:
 libasound2 - shared library for ALSA applications
 libasound2-data - Configuration files and profiles for ALSA drivers
 libasound2-dev - shared library for ALSA applications -- development files
 libasound2-doc - documentation for user-space ALSA application programming
 libasound2-plugin-smixer - smixer plugin for ALSA library
 libasound2-udeb - shared library for ALSA applications (udeb) (udeb)
Closes: 854474
Changes:
 alsa-lib (1.1.3-5) unstable; urgency=medium
 .
   [ Jordi Mallach ]
   * Add 0008-topology-Fix-incorrect-license-in-source-comments.patch from
     upstream git to fix the license headers on src/topology/* from GPL-2
     to LGPL-2.1+ as originally intended.
   * Drop GPL-2 paragraphs in d/copyright accordingly.
 .
   [ Elimar Riesebieter ]
   * Add dh_auto_build to override_dh_auto_build-indep and dh_auto_install to
     override_dh_auto_install-indep to prevent a FTBFS with
     "dpkg-buildpackage -A". (closes: #854474)
Checksums-Sha1:
 b2b394548915a312a5602957d3f4baadeb18ee12 2497 alsa-lib_1.1.3-5.dsc
 eaad762b8999512076e110e99f7b3312b89ada85 134356 alsa-lib_1.1.3-5.debian.tar.xz
 ec4a743cde178fbda0e076ff55e9cca460850588 8546 alsa-lib_1.1.3-5_amd64.buildinfo
 95285be8e5edcd0b2d172cab9d6961730b9f0ad9 172852 libasound2-data_1.1.3-5_all.deb
 7f3ad7801d86455835d55925b0cc1d158ef27121 1196154 
libasound2-dbgsym_1.1.3-5_amd64.deb
 a16c2a11de296909d1b428e02c7d6d32e25685d9 262126 
libasound2-dev_1.1.3-5_amd64.deb
 4f1d008d5809f8811eedceab9a10d541eabaab78 2236926 libasound2-doc_1.1.3-5_all.deb
 baf07454b349edc2c322b4ba336dc15c2eecac76 48500 
libasound2-plugin-smixer-dbgsym_1.1.3-5_amd64.deb
 393dcd5ea78b1a6b33f9ecbde347d550f823b3c9 154054 
libasound2-plugin-smixer_1.1.3-5_amd64.deb
 8324e72ea6858e90c9ebbfa6819db0461d313fa4 358254 
libasound2-udeb_1.1.3-5_amd64.udeb
 f6b2816b6a0ac50ec8f442f1d01911ff88f8652e 496592 libasound2_1.1.3-5_amd64.deb
Checksums-Sha256:
 6d08434ad6ff6bd9e766462d88a0967f9a1628f47e507b208817499696ed1f52 2497 
alsa-lib_1.1.3-5.dsc
 9be3fd176b3f846c11af15c0a2a93a4c3f1b75796287807fe5ccf700f0b0a1d6 134356 
alsa-lib_1.1.3-5.debian.tar.xz
 0ccdced26268cba75aabfdd613c1e58d9c824579ae0bbe0d1236aeab153834e6 8546 
alsa-lib_1.1.3-5_amd64.buildinfo
 c142334973c123450b25acd1432742db37994498b38849d87ffe086d8d173ea9 172852 
libasound2-data_1.1.3-5_all.deb
 25ec3f0c8985752ae5bccd7289010744663a4dc2f4536cebb033682d807468bd 1196154 
libasound2-dbgsym_1.1.3-5_amd64.deb
 b678ec94deec13e89ec03002034e7f148cda56abf5dd188c74f9aac01de256c7 262126 
libasound2-dev_1.1.3-5_amd64.deb
 2a9a0084f86416f3740c22140b951045c27158973d8704731f1358e78fe96585 2236926 
libasound2-doc_1.1.3-5_all.deb
 7d8321b2ec2c87ef3ff4a51cd54452eeb46bd3e48c3f8309b026a31e16377a7d 48500 
libasound2-plugin-smixer-dbgsym_1.1.3-5_amd64.deb
 370aa5e5365e63c5c2556bf9b0b7dd58f67b1f358aa8cf1d65297778a07680de 154054 
libasound2-plugin-smixer_1.1.3-5_amd64.deb
 80920355c3028a174bd057b45a64d990302ba06b2d6680bd4dfe7e4b264ecb18 358254 
libasound2-udeb_1.1.3-5_amd64.udeb
 12c543d7e6f6856983e654d0465622c8aee44d0024339d7b563c7f99c249c9d7 496592 
libasound2_1.1.3-5_amd64.deb
Files:
 515ab4a1d7e228d2cdec4bae34188880 2497 libs optional alsa-lib_1.1.3-5.dsc
 fe668d0a4dbb2b76a0aeda075a58aa01 134356 libs optional 
alsa-lib_1.1.3-5.debian.tar.xz
 920f68fb2b23607ce0480d3c88b652f9 8546 libs optional 
alsa-lib_1.1.3-5_amd64.buildinfo
 5ea76efd574c50a728b506135cf3098c 172852 libs optional 
libasound2-data_1.1.3-5_all.deb
 29e5c37c9106e22f1b8646d57a97a26a 1196154 debug extra 
libasound2-dbgsym_1.1.3-5_amd64.deb
 b9d373976ae8072ddf189a7a7e449cdc 262126 libdevel optional 
libasound2-dev_1.1.3-5_amd64.deb
 bd481536feb563e55176b124e53db5b7 2236926 doc optional 
libasound2-doc_1.1.3-5_all.deb
 877b2b99e5abc480308fdbac63f565f6 48500 debug extra 
libasound2-plugin-smixer-dbgsym_1.1.3-5_amd64.deb
 7d6d6d89f7b9fca87b7a69e118340ad4 154054 libs optional 
libasound2-plugin-smixer_1.1.3-5_amd64.deb
 41d120ae969066c7d22c86be61695c89 358254 debian-installer optional 
libasound2-udeb_1.1.3-5_amd64.udeb
 130c5706aea0870f6a44414abd3413c2 496592 libs optional 
libasound2_1.1.3-5_amd64.deb

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

iQIzBAEBCgAdFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAlikOyEACgkQJVAvb8vj
ywSTvQ/9Emf0wDsZn3LOZxAuWip0env3jUJzctLFvCYZzURox0TLa9RhNiBaiaAy
NK/MPUQtFaVHNkFT3vUN462JJhfW4RCLZtu44eHPC3y/ZSf/J0NTjHhXyTpSvDnJ
yx/P2wB6kHC8jLlntB0EPsoSlObBrdYF1TjJOoKlTyyWn+xjtjCBMl11t78GkdA4
Zgm85Oq3V/2pj9CuZ45PD9sUkfkVA7OD3+hzCDw8GrIOGQ3xlorMTWl62wbYfUNs
kn+ASCjB7S9zxHIGyqQROqa+WLJ72+HE9Sc2Dx5qP4uwXXe60W/C7JOzqW2VawNM
ieE1lT1iSINEAqoXGMJK0D91Z2Q2lBErcelXkWC8nw10k0Ocp3dF0n7HvL5zIBg3
YbuG2hKSFlmt/Ut5Fwve9dFy0K+/9WPCdui+rJSZ2OLlvcvqp1VtJYownHldMrUJ
QLaYyo05FNqGwWPhBCJXkt1MT1XR+fw8d84/UjGvx0LYcMhzQGW1hK5SQSPaPZtl
gIg5bvRYH3dU1362IjUMaFK7Lg6hD4FNJgGgzVH0CFU6pzzKiN6PAnTfE+S1HVCy
UMyVSzaqe4FJn33tXevs/ij9BDOqf1gH33V5YwLObTLlpxnIA64b1jNv+yaJCt7m
LdiAKQPLE+Hu8mjKWZVuuGmcSwcneLNo/gs28QzZUv5bPymRRNU=
=1UOo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to