Your message dated Fri, 06 Apr 2018 15:23:51 +0000
with message-id <e1f4tdt-0005o2...@fasolo.debian.org>
and subject line Bug#847463: fixed in libvorbisidec 1.2.1+git20180316-2
has caused the Debian Bug report #847463,
regarding libvorbisidec FTCBFS: configures for the build architecture
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.)


-- 
847463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847463
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libvorbisidec
Version: 1.0.2+svn18153-0.2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Since libvorbisidec overrides dh_auto_configure, it cannot benefit from
it automatically handling cross compilation. Configuring without
mentioning the host architecture means building for the build
architecture and thus configure fails to find dependencies.
libvorbisidec is a bit strange in that it wraps ./configure through
./autogen.sh, so adding suitable --build and --host flags there is
sufficient for fixing the cross build.  Please consider applying the
attached patch.

Helmut
diff -u libvorbisidec-1.0.2+svn18153/debian/rules 
libvorbisidec-1.0.2+svn18153/debian/rules
--- libvorbisidec-1.0.2+svn18153/debian/rules
+++ libvorbisidec-1.0.2+svn18153/debian/rules
@@ -1,9 +1,15 @@
 #!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
+CONFIGURE_ARGS = --prefix=/usr
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+CONFIGURE_ARGS += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
+endif
+
 %:
        dh $@
 
 override_dh_auto_configure:
-       ./autogen.sh --prefix=/usr
+       ./autogen.sh $(CONFIGURE_ARGS)
 
 # fetch a new version of the upstream source, if anything has changed
 # in our directory since the last clean upload.
diff -u libvorbisidec-1.0.2+svn18153/debian/changelog 
libvorbisidec-1.0.2+svn18153/debian/changelog
--- libvorbisidec-1.0.2+svn18153/debian/changelog
+++ libvorbisidec-1.0.2+svn18153/debian/changelog
@@ -1,3 +1,10 @@
+libvorbisidec (1.0.2+svn18153-0.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass --build and --host to ./autogen.sh (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 08 Dec 2016 13:23:07 +0100
+
 libvorbisidec (1.0.2+svn18153-0.2) unstable; urgency=low
 
   * Non-maintainer upload.

--- End Message ---
--- Begin Message ---
Source: libvorbisidec
Source-Version: 1.2.1+git20180316-2

We believe that the bug you reported is fixed in the latest version of
libvorbisidec, 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 847...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated libvorbisidec 
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: Fri, 06 Apr 2018 16:07:41 +0200
Source: libvorbisidec
Binary: libvorbisidec-dev libvorbisidec1
Architecture: source
Version: 1.2.1+git20180316-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-ma...@lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Description:
 libvorbisidec-dev - Integer-only Ogg Vorbis decoder, AKA "tremor" (Development 
Files)
 libvorbisidec1 - Integer-only Ogg Vorbis decoder, AKA "tremor"
Closes: 698378 847463
Changes:
 libvorbisidec (1.2.1+git20180316-2) unstable; urgency=medium
 .
   * Add d/gbp.conf file to enforce the use of pristine-tar.
   * Adopt package into the Debian Xiph.org Maintainers group (Closes: #698378).
   * Change debhelper compat level from 7 to 10.
   * Changed Standards-Version from 3.8.3 to 4.1.3.
   * Changed package priority from extra to optional.
   * Switch to source format 3.0 (quilt).
   * Fix FTCBFS: Pass --build and --host to ./autogen.sh. (Closes: #847463)
Checksums-Sha1:
 2996ac982f0e6b5fa3e13f87a4cca8682646e96f 2282 
libvorbisidec_1.2.1+git20180316-2.dsc
 6eb64639d8ce2e4b1c4ee4ad33e9662a0e93aad2 3984 
libvorbisidec_1.2.1+git20180316-2.debian.tar.xz
 b51524162a16f6de537065d948c11b6ab30ed408 6946 
libvorbisidec_1.2.1+git20180316-2_source.buildinfo
Checksums-Sha256:
 0ce30c2b66f936a64d5039347d80b4bb145974c9b9d99e77874d297acaec972b 2282 
libvorbisidec_1.2.1+git20180316-2.dsc
 f8a25b049b33f61eb03c64ab13c3a155b1b7ad4e3798b32b137d34b07b04995c 3984 
libvorbisidec_1.2.1+git20180316-2.debian.tar.xz
 428e4acedfa31bcda8a6f40e3c21636812d7c41a93b95c53ee233fd86ef37b00 6946 
libvorbisidec_1.2.1+git20180316-2_source.buildinfo
Files:
 760ca03320aff8b3837901fcde4f09f9 2282 libs optional 
libvorbisidec_1.2.1+git20180316-2.dsc
 cf216740815ee5693b1a1f360a732a0e 3984 libs optional 
libvorbisidec_1.2.1+git20180316-2.debian.tar.xz
 865a16aff50607cb9cf57d72a4079205 6946 libs optional 
libvorbisidec_1.2.1+git20180316-2_source.buildinfo

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

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAlrHf+EACgkQgSgKoIe6
+w55YhAAgU/9fJG1AiCVxG8DeEV/H+XGXp7FKiyyXJN/C8ywwqB3D2tR1rR7DNFM
NNPSmQYLF6DvTHcqx8x6lkpl1HucVU2lVieYbkPBYTHJsAfzcE+ztfeCGCM99/3W
ij6iDO9x5pdnW0rW9ZsmROpPj96gN0/YbQ+gOk18rv3QX+gBQbGxOsUnWBxNCYwg
2z5FzvGW5MEqU9Wg3/7aP3+IoKiul9tMwFGr4ldfYyWP9d10G+d+TrQ5hcHosJ3Z
hQ8GHGMOQAm2Rsftrm4e7sOkXxrjFVKSJta3rvgwSSSW0YFvyXyygSUhmOBl35sQ
iAAbPYhwPLAQd0A79NTAk7MV2XhmH6W3JSK6CsF8H2+FsdTUq2fuXPJZg7oZodvc
C3E4ni1xKxjq9wplZ1PkO5UjR0FgdcdNMLP7H7IRRE/ILFSekuk49h9Q0CQ7cUFb
ycdKZmaj3pGpee+UoPa7JpiVVYGxueI/pP8WjLyTLhYE4PFD27E7vksNeX/3IsuZ
PDM0UylZvpQS+FD/B8+y1xVsioaw8uFS+6T1sQXbHWvZ/TlJFMRbEIL3W0rLzbLP
VG0/1mfc2ncoUCfbDW8HVg2nSS+y5OR/eVTeBjyXKRkG4ji/UItKgyfk9VxbJGCm
lxpvpedBuNxbCmHPjg9alaIObaEhWTvex/vieurh1oTCcO3O4+s=
=YUjA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to