Your message dated Fri, 25 Aug 2017 08:51:26 +0000
with message-id <e1dlaks-000btb...@fasolo.debian.org>
and subject line Bug#873161: fixed in zita-convolver 3.1.0-6
has caused the Debian Bug report #873161,
regarding zita-convolver FTCBFS: binutils dependency unsatisfiable, uses build 
architecture compiler
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.)


-- 
873161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873161
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zita-convolver
Version: 3.1.0-5
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

zita-convolver fails to cross build from source for multiple reasons:

 * Its binutils build-dependency (host architecture) conflicts with the
   binutils dependncy from build-essential. In theory, we'd have to
   apply "toolchain dependency cross translation", but it is much easier
   to simply drop the redundant dependency.
 * The upstream Makefile hard codes g++ (build architecture compiler).

After fixing both issues, zita-convolver cross builds successfully.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru zita-convolver-3.1.0/debian/changelog 
zita-convolver-3.1.0/debian/changelog
--- zita-convolver-3.1.0/debian/changelog       2016-12-27 13:53:40.000000000 
+0100
+++ zita-convolver-3.1.0/debian/changelog       2017-08-25 07:27:37.000000000 
+0200
@@ -1,3 +1,12 @@
+zita-convolver (3.1.0-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    * Drop implicitly satisfied binutils build dependency.
+    + Make g++ substitutable in Makefile.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 25 Aug 2017 07:27:37 +0200
+
 zita-convolver (3.1.0-5) unstable; urgency=medium
 
   * Set dh/compat 10.
diff --minimal -Nru zita-convolver-3.1.0/debian/control 
zita-convolver-3.1.0/debian/control
--- zita-convolver-3.1.0/debian/control 2016-12-27 13:53:30.000000000 +0100
+++ zita-convolver-3.1.0/debian/control 2017-08-25 07:27:25.000000000 +0200
@@ -6,7 +6,6 @@
  Free Ekanayaka <fr...@debian.org>,
  Jaromír Mikeš <mira.mi...@seznam.cz>
 Build-Depends:
- binutils,
  debhelper (>= 10),
  libfftw3-dev (>= 3.1.2-3.1)
 Standards-Version: 3.9.8
diff --minimal -Nru zita-convolver-3.1.0/debian/patches/makefile.patch 
zita-convolver-3.1.0/debian/patches/makefile.patch
--- zita-convolver-3.1.0/debian/patches/makefile.patch  2012-09-01 
12:25:45.000000000 +0200
+++ zita-convolver-3.1.0/debian/patches/makefile.patch  2017-08-25 
07:27:37.000000000 +0200
@@ -34,7 +34,16 @@
  LDLFAGS += 
  LDLIBS +=
  
+@@ -47,7 +46,7 @@
+ 
+ 
+ $(ZITA-CONVOLVER_MIN):        $(ZITA-CONVOLVER_O)
+-      g++ -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o 
$(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
++      $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o 
$(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
+ 
+ 
+ install:      $(ZITA-CONVOLVER_MIN)
 @@ -55,8 +54,8 @@ install:     $(ZITA-CONVOLVER_MIN)
        install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)
        install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(PREFIX)/include
        install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)

--- End Message ---
--- Begin Message ---
Source: zita-convolver
Source-Version: 3.1.0-6

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

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated zita-convolver 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: SHA512

Format: 1.8
Date: Fri, 25 Aug 2017 09:46:27 +0200
Source: zita-convolver
Binary: libzita-convolver-dev libzita-convolver3
Architecture: source
Version: 3.1.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 libzita-convolver-dev - Development files (headers) for libzita-convolver 
library
 libzita-convolver3 - C++ library implementing a real-time convolution matrix
Closes: 873161
Changes:
 zita-convolver (3.1.0-6) unstable; urgency=medium
 .
   * Team upload.
   * Bump Standards-Version to 4.1.0:
     + use HTTPS in debian/copyright's Format field.
   * Drop Build-dependency on binutils.  Closes: #873161
     binutils is already pulled in by build-essential, and specifying it
     explicitly prevents proper resolution of cross build dependencies.
   * Drop version restriction on fftw3, already satisfied in oldoldstable.
   * debian/rules: include architecture.mk instead of spawning a shell to
     get DEB_HOST_MULTIARCH.
Checksums-Sha1:
 da41d5ea73319135528907de67123dd7981ad1c8 2158 zita-convolver_3.1.0-6.dsc
 189c0458b1aaeff83baa0ffb951897d707d4ebdc 4644 
zita-convolver_3.1.0-6.debian.tar.xz
 02081da6266092b57d03fc9acc8a019e36df3f56 6006 
zita-convolver_3.1.0-6_amd64.buildinfo
Checksums-Sha256:
 97e956b1f456c3b7db83b7197adcd98c92768d1924d1fe26f76676eb233dd1f5 2158 
zita-convolver_3.1.0-6.dsc
 37bb59bbc69a5fc3f7e97cbf1e6a671580d43cc04e39a3e24262518befc943b9 4644 
zita-convolver_3.1.0-6.debian.tar.xz
 a1604dc4e16ca9d4f9858517f0c9cd8fab86f3f61784a3ad5c5ffa2fdaeb7cb4 6006 
zita-convolver_3.1.0-6_amd64.buildinfo
Files:
 4e69e42886850b52026089ef5b2138e9 2158 sound optional zita-convolver_3.1.0-6.dsc
 3038a59a2839325b44bd78d4fa19cf57 4644 sound optional 
zita-convolver_3.1.0-6.debian.tar.xz
 9cdce770cc72926494e9bfdad11b0507 6006 sound optional 
zita-convolver_3.1.0-6_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlmf1rIACgkQCBa54Yx2
K63nEg//etWSPMQES4MDGSZ88Qw1PZPwgC0uBF7h0U1SI9zR9uQ93A54XXVLDcSA
4Jy11O4QOD4UyDiqP4gzKWf4JvQNB/Ub7o/8WheQEaCBxMiSqp2h3TD49QKQiwhz
Es+7oDp9Dl5gthCJ50ax7xY7iZQKyzOT/436/UThvzavMo45qPQ1ch+9VEvAt58L
AHIJ7FV73t23SIG85a2UkmFzcjOZYjx61cB6ZPlMzZLFtAS7nKxKMVSgyJMLH3gQ
fqW+qvuYkOZ9PvWQCg5pVhQbVQurzNBRHuvZxlU8qBawyEQyGC5aiVp8jTUvULrq
jYyHhGG2kjxMi+HrkipHUHGO7MzB3QE2eJZheTIeRco86lAMekCRR8FQMaEFjg0+
rI2Z8PLoOEhojaoVMP02rHCbSR8Lu21ZR0U3UUF5jyh4VzEACdVlj3+vuoHiysrG
V+nef+IFNNwa2+EQYoVHrkRqx54Np3yfLkV1lsib9c4LdG8ZlrPncfsQIlaCw7Or
Jgd4KInbpiEfUHo2jVqOnSNiBrq9nH2tna+APZt4U2+dJeoYYE1carhC4admPtZh
R1P/DcFDIjxUSDL1XcEco/H14V7+7Lhxfs4NWLk1ZZReGy6kxXfSdzS7Kfz9UoI1
uSq7lbGavdfGYNZQKuWpKyVgsqWpWq8/0y4Fh6gRuTpqGSbf+c8=
=Fkv0
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to