Your message dated Wed, 10 Jan 2018 17:51:57 +0000
with message-id <e1ezkxd-0005ch...@fasolo.debian.org>
and subject line Bug#886754: fixed in mcp-plugins 0.4.0-6
has caused the Debian Bug report #886754,
regarding mcp-plugins FTCBFS: hard codes the build architecture compiler g++
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.)


-- 
886754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886754
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mcp-plugins
Version: 0.4.0-5
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

mcp-plugins fails to cross build from source, because the upstream
Makefile hard codes the build architecture compiler g++. Please consider
applying the attached patch that makes it cross build.

Helmut
Index: mcp-plugins-0.4.0/Makefile
===================================================================
--- mcp-plugins-0.4.0.orig/Makefile
+++ mcp-plugins-0.4.0/Makefile
@@ -22,28 +22,28 @@
 
 
 mvclpf24.so:	mvclpf24.o mvclpf24_if.o exp2ap.o
-	g++ $(LDFLAGS) -shared  mvclpf24.o mvclpf24_if.o exp2ap.o -o mvclpf24.so
+	$(CXX) $(LDFLAGS) -shared  mvclpf24.o mvclpf24_if.o exp2ap.o -o mvclpf24.so
 
 mvclpf24.o:	ladspaplugin.h mvclpf24.h
 mvclpf24_if.o:	ladspaplugin.h mvclpf24.h
 
 
 mvchpf24.so:	mvchpf24.o mvchpf24_if.o exp2ap.o
-	g++ $(LDFLAGS) -shared  mvchpf24.o mvchpf24_if.o exp2ap.o -o mvchpf24.so
+	$(CXX) $(LDFLAGS) -shared  mvchpf24.o mvchpf24_if.o exp2ap.o -o mvchpf24.so
 
 mvchpf24.o:	ladspaplugin.h mvchpf24.h
 mvchpf24_if.o:	ladspaplugin.h mvchpf24.h
 
 
 cs_phaser.so:	cs_phaser.o cs_phaser_if.o exp2ap.o
-	g++ $(LDFLAGS) -shared cs_phaser.o cs_phaser_if.o exp2ap.o -o cs_phaser.so
+	$(CXX) $(LDFLAGS) -shared cs_phaser.o cs_phaser_if.o exp2ap.o -o cs_phaser.so
 
 cs_phaser.o:	ladspaplugin.h cs_phaser.h
 cs_phaser_if.o:	ladspaplugin.h cs_phaser.h
 
 
 cs_chorus.so:	cs_chorus.o cs_chorus_if.o exp2ap.o
-	g++ $(LDFLAGS) -shared  cs_chorus.o cs_chorus_if.o exp2ap.o -o cs_chorus.so
+	$(CXX) $(LDFLAGS) -shared  cs_chorus.o cs_chorus_if.o exp2ap.o -o cs_chorus.so
 
 cs_chorus.o:	ladspaplugin.h cs_chorus.h
 cs_chorus_if.o:	ladspaplugin.h cs_chorus.h

--- End Message ---
--- Begin Message ---
Source: mcp-plugins
Source-Version: 0.4.0-6

We believe that the bug you reported is fixed in the latest version of
mcp-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 886...@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 mcp-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: SHA512

Format: 1.8
Date: Wed, 10 Jan 2018 18:16:40 +0100
Source: mcp-plugins
Binary: mcp-plugins
Architecture: source
Version: 0.4.0-6
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:
 mcp-plugins - LADSPA plugins designed for Alsa Modular Synth
Closes: 886754
Changes:
 mcp-plugins (0.4.0-6) unstable; urgency=medium
 .
   * Add patch to fix FTCBFS. (Closes: #886754)
   * Unused patch removed.
   * Set dh/compat 11.
   * Bump Standards.
   * Use git instead of cgit in VCS.
   * Use secure uri where possible.
Checksums-Sha1:
 505371e473c6b0c70e08d0d14bfb2b6af9073efd 2117 mcp-plugins_0.4.0-6.dsc
 19fc2692f14523cf88c3b45cbffadb12fa186cce 4572 mcp-plugins_0.4.0-6.debian.tar.xz
 ecf96f21e56a59778416a8dcf2ea749ed7f5814a 5716 
mcp-plugins_0.4.0-6_amd64.buildinfo
Checksums-Sha256:
 bb55f9dab84e6ced6c7eb544005a8f86aef1575d95011b257d765a374e6f6e7a 2117 
mcp-plugins_0.4.0-6.dsc
 d3182b940c293dcfa87ea30710a76316d402bbfe0a72f320eaf8440487cbac5f 4572 
mcp-plugins_0.4.0-6.debian.tar.xz
 b92ec2c8c830db1a6c246158c6228b131582c5822b85e7f7785daadf380fa14d 5716 
mcp-plugins_0.4.0-6_amd64.buildinfo
Files:
 0b3c6f115fc4532a5eca5e44b3f42da7 2117 sound optional mcp-plugins_0.4.0-6.dsc
 ade7f72fe82d4aa42e4a4298b32bc476 4572 sound optional 
mcp-plugins_0.4.0-6.debian.tar.xz
 de69859283be6b20ce4adbb9f9984c5f 5716 sound optional 
mcp-plugins_0.4.0-6_amd64.buildinfo

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

iQJJBAEBCgAzFiEESlQ1E9LfY1GoF46jWwGUVeK4T6UFAlpWSuwVHG1pcmEubWlr
ZXNAc2V6bmFtLmN6AAoJEFsBlFXiuE+l1YMP/1L+TjraPaACJ/t/yOq+1os1GlEj
icOZ9nWi1kd6ohNlF91s6tzvH6n1ewHGAa3dNoCaonoXuFoxh5/lTgkiFbuuJeFi
MRsXc5y1CrZ668l8CtNY6LTtztroFS7njdo1g84ACINxtMvLeA8ifMV2ytNhOJvY
kxnTp3vhPRLIOIZHI5a5+aJda3+RbzIWI1qKGuPFgIocEdLnjvvvatVcOIAajzdG
JHYG1TNiOW6OT1z4IBKDLLqkXuOq5hOZwU6mmDjYWd5TguKvk0bEjewvmpfeX04z
SCeGZfhuZmPA21X9hmCIZ3qic1HqP85A8QBfQ78gGLYm5QA+7NOpSbTdn84xE/oW
TCRmaFl5i80bEG7wQ8Z6L09t2+W1PJ+ZfyiiRMxiT1lHAv8FQRsEIBt6MRCIEt0G
eJMko+dA3xORVlj9vF5h7ldPx0HffIXtQHh4AluBGvsDQDH8wiCyHq+E0dVYPKyW
7R9mx44V8aUYCUyRyCXwD1tp7/3LSWYJTMwqF9wRlXq8+bV3HQGAuT0WS5vxmDJm
oA3rVlaq8SGjNLaA2h69XchE0LwglIt9jBI3FeaqoRyHzePRsCebulkrl5Acjn/m
WQtCUt8T1SyF+zZT3aDC0KPvYpuJ2Qph4zpIAODS88bmsXuB02vWFmzdjVbUCbK+
fKbMqGzzVWlJ7Er+
=93xj
-----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