[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#945200: marked as done (gpac FTCBFS: builds for the build architecture)



Your message dated Sat, 14 Nov 2020 03:48:28 +0000
with message-id <E1kdmY8-000Adu-Pm@fasolo.debian.org>
and subject line Bug#945200: fixed in gpac 0.7.1+dfsg1-4
has caused the Debian Bug report #945200,
regarding gpac FTCBFS: builds 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 owner@bugs.debian.org
immediately.)


-- 
945200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945200
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gpac
Version: 0.5.2-426-gc5ad4e4+dfsg5-5
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

gpac fails to cross build from source, because its ./configure does not
understand the --host flag passed by dh_auto_configure. It ignores
unknown flags and performs a build for the build architecture. The way
to tell gpac's ./configure is --cross-prefix. Please consider applying
the attached patch.

Also consider cleaning up the mess around DEB_EXTRA_CONFIGURE_FLAGS vs
DEB_CONFIGURE_EXTRA_FLAGS. Very confusing.

Helmut
diff --minimal -Nru gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/changelog gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/changelog
--- gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/changelog	2019-04-13 22:41:15.000000000 +0200
+++ gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/changelog	2019-11-19 06:31:30.000000000 +0100
@@ -1,3 +1,10 @@
+gpac (0.5.2-426-gc5ad4e4+dfsg5-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass --cross-prefix to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Tue, 19 Nov 2019 06:31:30 +0100
+
 gpac (0.5.2-426-gc5ad4e4+dfsg5-5) unstable; urgency=medium
 
   [ Moritz Muehlenhoff ]
diff --minimal -Nru gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/rules gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/rules
--- gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/rules	2019-04-13 22:41:15.000000000 +0200
+++ gpac-0.5.2-426-gc5ad4e4+dfsg5/debian/rules	2019-11-19 06:31:30.000000000 +0100
@@ -9,9 +9,12 @@
 DEB_CONFIGURE_EXTRA_FLAGS = --disable-opt
 endif
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH
+include /usr/share/dpkg/architecture.mk
 DEB_CFLAGS ?=  $(shell dpkg-buildflags --get CPPFLAGS) $(shell dpkg-buildflags --get CFLAGS)
 DEB_LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS)
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+DEB_EXTRA_CONFIGURE_FLAGS += --cross-prefix=${DEB_HOST_GNU_TYPE}-
+endif
 
 %:
 	dh $@ --parallel

--- End Message ---
--- Begin Message ---
Source: gpac
Source-Version: 0.7.1+dfsg1-4
Done: Reinhard Tartler <siretart@tauware.de>

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

Debian distribution maintenance software
pp.
Reinhard Tartler <siretart@tauware.de> (supplier of updated gpac 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 13 Nov 2020 21:27:34 -0500
Source: gpac
Architecture: source
Version: 0.7.1+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Reinhard Tartler <siretart@tauware.de>
Closes: 817194 892526 902782 921969 926961 926963 945200
Changes:
 gpac (0.7.1+dfsg1-4) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
   * Bump debhelper from old 9 to 10.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Drop unnecessary dh arguments: --parallel
 .
   [ Reinhard Tartler ]
   * upload to unstable
   * libgpac7.symbols: Add Build-Depends-Package field
   * debian/changelog: cleanups
   * Fix FTCBFS: Pass --cross-prefix to ./configure, Closes: #945200
     Thanks to Helmut Grohne <helmut@subdivi.de> for providing the patch
 .
 gpac (0.7.1+dfsg1-3) experimental; urgency=medium
 .
   * Merge security patches from unstable
     Closes: #926961, Closes: #926963
 .
 gpac (0.7.1+dfsg1-2) experimental; urgency=medium
 .
   * Upload to experimental and mark the previous upload as
     UNRELEASED. It was deemed unappropriate for this stage of the
     Debian Release cycle.
 .
 gpac (0.7.1+dfsg1-1) UNRELEASED; urgency=medium
 .
   [ Balint Reczey ]
   * Remove myself from Uploaders
 .
   [ Reinhard Tartler ]
   * Update exclude lists
   * New upstream version 0.7.1+dfsg1 (Closes: #817194)
   * Add bugfix for CVE-2018-7752 (Closes: #892526)
   * Add patch for CVE-2018-20760, CVE-2018-20762, CVE-2018-20763
     (CVE-2018-20761 does not need addressing) (Closes: #921969)
   * add patch for CVE-2018-13005, CVE-2018-13006 (Closes: #902782)
Checksums-Sha1:
 57ab89bd70336e63657106ea89a068a255b35266 2699 gpac_0.7.1+dfsg1-4.dsc
 b92f9b1fdebd20c6184c1424403d877a222046eb 45604 gpac_0.7.1+dfsg1-4.debian.tar.xz
Checksums-Sha256:
 7f32a6f6d6be66a3428d3fd4f223195b9e1deea69cd8b0ee86155fedd6419bb6 2699 gpac_0.7.1+dfsg1-4.dsc
 2416dd68daa824122039a302ff8ff9167daf5a68ac83a282ff28f6cb98d11b58 45604 gpac_0.7.1+dfsg1-4.debian.tar.xz
Files:
 2ff17e6586dff41df35e39b6686df5e7 2699 graphics optional gpac_0.7.1+dfsg1-4.dsc
 49e6ed6dab2b59bd426d1bc540e455bb 45604 graphics optional gpac_0.7.1+dfsg1-4.debian.tar.xz

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

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl+vT0MUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJstf+Q/+LUICgkxkfQ4wh76BeN0+g3nvhDdL
EG2uaxmThNePFNiR8i+SHJc6qWe9FVtfrm4jMy0I0EtZIu5S2RqT9qp03K7usB6K
24/jYNd8YiwgKb6q1p2Hps+Q4QbTX8izp8XDxuVtg6bIXd7Xf99g+yv62GaFh2wS
hexATJtz5ebzcOZVeQrZ/ZGBt/YOf/i4svfUQCb/t3PtiHJTNSqNbhYXOFs752pi
+RJ/mbtdJHIyqZ9qIFM2hDZei7JTq6htJ/asR7XIr/hFHsjOrLhZmK9KOhPkTo+D
Uy7VN/WNmD4G0NmYETX3QubdcYFOcYemJuFVQ8FzC7zJUTDVwEmOQGbe71RXSAZ0
DWgebN0RwuPhcBwQJYVl3fZM+qWnia+av9dqGF4gCRptm74Tm6vDSegrtxZN9ahy
EIMWJ3O720mejzB9c0nWLLJXM10jajVSgPioogmzdtP29YGFv4VvMAMFLK+81ERL
h0C2WZKYroQNyGcnY2beTaJ1S1sRziSx3QGyFchRaJmNpAddeGfalzw2KnkJkM6a
jgf8nslDWTrMLZm6cqvNHtODzPxG4iIKljqv50DaRfvR4okPL8M2F3vSGQ6frIfr
6qngDS4ZZg/FC/cLfwVpKbwQfw4/JAkLygAWOYi9AO+kYR0KqW8yqH4RQE4wnNcR
MY5CJC15bTa62LE=
=90B0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: