Your message dated Mon, 16 Jan 2017 09:03:41 +0000
with message-id <e1ct3cx-0000hc...@fasolo.debian.org>
and subject line Bug#851201: fixed in amb-plugins 0.8.1-7
has caused the Debian Bug report #851201,
regarding amb-plugins FTCBFS: hard codes 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.)


-- 
851201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851201
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: amb-plugins
Version: 0.8.1-6
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

amb-plugins fails to cross build from source, because its build system
hard codes the build architecture compiler g++. Making it substitutable
by using $(CXX) makes the cross build succeed, because dh_auto_build
populates $(CXX) with a cross compiler. Please consider applying the
attached patch.

Helmut
diff --minimal -Nru amb-plugins-0.8.1/debian/changelog 
amb-plugins-0.8.1/debian/changelog
--- amb-plugins-0.8.1/debian/changelog  2016-12-21 10:21:15.000000000 +0100
+++ amb-plugins-0.8.1/debian/changelog  2017-01-12 22:48:48.000000000 +0100
@@ -1,3 +1,10 @@
+amb-plugins (0.8.1-6.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: 03-cross.patch: use a cross compiler (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 12 Jan 2017 22:48:48 +0100
+
 amb-plugins (0.8.1-6) unstable; urgency=medium
 
   * Set dh 10.
diff --minimal -Nru amb-plugins-0.8.1/debian/patches/03-cross.patch 
amb-plugins-0.8.1/debian/patches/03-cross.patch
--- amb-plugins-0.8.1/debian/patches/03-cross.patch     1970-01-01 
01:00:00.000000000 +0100
+++ amb-plugins-0.8.1/debian/patches/03-cross.patch     2017-01-12 
22:48:46.000000000 +0100
@@ -0,0 +1,40 @@
+From: Helmut Grohne <hel...@subdivi.de>
+Subject: make g++ substitutable for a cross compiler
+
+Index: amb-plugins-0.8.1/Makefile
+===================================================================
+--- amb-plugins-0.8.1.orig/Makefile
++++ amb-plugins-0.8.1/Makefile
+@@ -23,28 +23,28 @@
+ 
+ 
+ ambisonic0.so:        ambisonic0.o ambisonic0_if.o virtmic.o allpass.o
+-      g++ $(LDFLAGS) -shared -o $@ ambisonic0.o ambisonic0_if.o virtmic.o 
allpass.o
++      $(CXX) $(LDFLAGS) -shared -o $@ ambisonic0.o ambisonic0_if.o virtmic.o 
allpass.o
+ 
+ ambisonic0.o: ladspaplugin.h ambisonic0.h
+ ambisonic0_if.o:      ladspaplugin.h ambisonic0.h
+ 
+ 
+ ambisonic1.so:        ambisonic1.o ambisonic1_if.o filter1.o
+-      g++ $(LDFLAGS) -shared -o $@ ambisonic1.o ambisonic1_if.o filter1.o
++      $(CXX) $(LDFLAGS) -shared -o $@ ambisonic1.o ambisonic1_if.o filter1.o
+ 
+ ambisonic1.o: ladspaplugin.h ambisonic1.h filter1.h
+ ambisonic1_if.o:      ladspaplugin.h ambisonic1.h
+ 
+ 
+ ambisonic2.so:        ambisonic2.o ambisonic2_if.o 
+-      g++ $(LDFLAGS) -shared -o $@ ambisonic2.o ambisonic2_if.o
++      $(CXX) $(LDFLAGS) -shared -o $@ ambisonic2.o ambisonic2_if.o
+ 
+ ambisonic2.o: ladspaplugin.h ambisonic2.h
+ ambisonic2_if.o:      ladspaplugin.h ambisonic2.h
+ 
+ 
+ ambisonic3.so:        ambisonic3.o ambisonic3_if.o 
+-      g++ $(LDFLAGS) -shared -o $@ ambisonic3.o ambisonic3_if.o
++      $(CXX) $(LDFLAGS) -shared -o $@ ambisonic3.o ambisonic3_if.o
+ 
+ ambisonic3.o: ladspaplugin.h ambisonic3.h
+ ambisonic3_if.o:      ladspaplugin.h ambisonic3.h
diff --minimal -Nru amb-plugins-0.8.1/debian/patches/series 
amb-plugins-0.8.1/debian/patches/series
--- amb-plugins-0.8.1/debian/patches/series     2016-12-21 10:14:39.000000000 
+0100
+++ amb-plugins-0.8.1/debian/patches/series     2017-01-12 22:48:00.000000000 
+0100
@@ -1,2 +1,3 @@
 01-destdir.patch
 02-remove_LADSPA_PROPERTY_REALTIME.patch
+03-cross.patch

--- End Message ---
--- Begin Message ---
Source: amb-plugins
Source-Version: 0.8.1-7

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

Debian distribution maintenance software
pp.
Jaromír Mikeš <mira.mi...@seznam.cz> (supplier of updated amb-plugins 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: Mon, 16 Jan 2017 09:17:58 +0100
Source: amb-plugins
Binary: amb-plugins
Architecture: source amd64
Version: 0.8.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Jaromír Mikeš <mira.mi...@seznam.cz>
Description:
 amb-plugins - ambisonics LADSPA plugins
Closes: 851201
Changes:
 amb-plugins (0.8.1-7) unstable; urgency=medium
 .
   * Update copyright file.
   * Add patch to fix FTCBFS. (Closes: #851201).
   * Patches forwarded.
Checksums-Sha1:
 a8385bdd9c4c95fb0ae8a42ec88efb6520fc266f 2079 amb-plugins_0.8.1-7.dsc
 c36829a775313b494dafb4ebb1c2c0d6acddf68e 4008 amb-plugins_0.8.1-7.debian.tar.xz
 ef91ae00b940bdffecd124b040eea0053d07b092 69746 
amb-plugins-dbgsym_0.8.1-7_amd64.deb
 d75b18ffe6e351cd41a072464a22bfe6b2a5ffda 4677 
amb-plugins_0.8.1-7_amd64.buildinfo
 89cea62e798ff9867da1d539978469a907ac83ee 28442 amb-plugins_0.8.1-7_amd64.deb
Checksums-Sha256:
 a531eb78df9046cde2b35e3fa8553311730c5f81b835958684494df80488790a 2079 
amb-plugins_0.8.1-7.dsc
 5f11c0f4d9bfec59bb8037bcde61fffdbb6b360a71befcc91bc55968118f1607 4008 
amb-plugins_0.8.1-7.debian.tar.xz
 683cf7fde7c566b6467a669d6c00b2c5c6fc7b7674483f95f81dfa90ae11d704 69746 
amb-plugins-dbgsym_0.8.1-7_amd64.deb
 37431560be01976d959e9ec506686a3ef264884ff9d00476e341b6d9aa2c9e31 4677 
amb-plugins_0.8.1-7_amd64.buildinfo
 96e04ec748a35e106fcc5e2c418e266cd40481095916225c14a70c46bd1e9343 28442 
amb-plugins_0.8.1-7_amd64.deb
Files:
 a9a4284815c3b5fe167448cd44f6ea77 2079 sound optional amb-plugins_0.8.1-7.dsc
 16881b601a8da9abc679bc67c4e90dfa 4008 sound optional 
amb-plugins_0.8.1-7.debian.tar.xz
 5ce4fa4db0be21205d1f371f93120780 69746 debug extra 
amb-plugins-dbgsym_0.8.1-7_amd64.deb
 34f3f4215eeb5dba6b5ab23ea109a3bb 4677 sound optional 
amb-plugins_0.8.1-7_amd64.buildinfo
 886ab7e38f28d609fbea4123c2623b4c 28442 sound optional 
amb-plugins_0.8.1-7_amd64.deb

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

iQJJBAEBCAAzFiEESlQ1E9LfY1GoF46jWwGUVeK4T6UFAlh8h4EVHG1pcmEubWlr
ZXNAc2V6bmFtLmN6AAoJEFsBlFXiuE+ltjsQALcNH3MTeLwOb2lKVXiAtLOrbBfq
IsA2CT3NbCGb9+3sjxtztFPTD7gqYTFKDIVybXjns/TY1xAuQ9pjeMAkhjL01m0l
Ve1CtskG8jp/useFJPnTSWoCpoBhZp9+CM1QlavnzcEKDBrQw1eXZo5gFKtJISBc
auJDNFGRQJlu7b+bobkSq66X7VHtlq07xzpQlJUgQQhjXhlrLQQPJynRHvVMNvQp
gXBBHGMdJj2aJrHaDZW7LJza8sOh0ikds25laQe3KiE6QPNsdofQeGz58dONURnP
lQ/nWS6sCB0AGlR0ZNIGd+ZnH9/BqCtH+fNFB+NVtcs3c8d+uScEqM5DQqqCMQl1
dKV2oALYWSjjQBh2xTcVqQ9MHlrhWcAuqefJrgeY5dUzFiOLRjAjALlHr+38p4jz
6/dPB0TDTjKVxj8QuS7MV7a9QcuvTkSQZrk+Q2t4V+B7IcTVimh+lwSueHz+bHbf
l43OeebtaBisMAXqxpGRzMnicuEILKELkJHhgCUOnTWxzODXLhtqdtIGQjk1o2Nf
5BVwmjglvBVhiiXh6+Bp7+ip43FBp7m7M4F1Bt9lP1+BLzGbXosBp474KO4eG0ND
KsQPM+fDazuZ5qPtmJ8lOPEtDPkEv5gSsgOk50CIWStT4XiVjWRVBnVCkccD9vlp
pHQ0qv9MJ6l4pG9V
=BUbq
-----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