Your message dated Sun, 17 Nov 2019 19:50:26 +0000
with message-id <[email protected]>
and subject line Bug#890368: fixed in wah-plugins 0.1.0-5
has caused the Debian Bug report #890368,
regarding wah-plugins FTCBFS: upstream Makefile hard codes the build
architecture compiler for linking
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 [email protected]
immediately.)
--
890368: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890368
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wah-plugins
Version: 0.1.0-4
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
wah-plugins fails to cross build from source, because the upstream
Makefile hard codes the build architecture compiler for linking. After
making it substitutable, it cross builds successfully. Please consider
applying the attached patch.
Helmut
Index: wah-plugins-0.1.0/Makefile
===================================================================
--- wah-plugins-0.1.0.orig/Makefile
+++ wah-plugins-0.1.0/Makefile
@@ -33,7 +33,7 @@
WAHPLUGINS_H = ladspaplugin.h autowah.h
autowah.so: $(WAHPLUGINS_O)
- g++ -shared $(LDFLAGS) -o autowah.so $(WAHPLUGINS_O)
+ $(CXX) -shared $(LDFLAGS) -o autowah.so $(WAHPLUGINS_O)
$(WAHPLUGINS_O): $(WAHPLUGINS_H)
--- End Message ---
--- Begin Message ---
Source: wah-plugins
Source-Version: 0.1.0-5
We believe that the bug you reported is fixed in the latest version of
wah-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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <[email protected]> (supplier of updated wah-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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 Nov 2019 20:30:47 +0100
Source: wah-plugins
Architecture: source
Version: 0.1.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Closes: 890368
Changes:
wah-plugins (0.1.0-5) unstable; urgency=medium
.
* Team upload
.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
.
[ Felipe Sateler ]
* Change maintainer address to [email protected]
.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat
.
[ Sebastian Ramacher ]
* debian/control:
- Bump debhelper compat to 12
- Bump Standards-Version
.
[ Helmut Grohne ]
* Use correct compiler (Closes: #890368)
Checksums-Sha1:
940f833a9aff634894637037ab586c2dde52558d 1990 wah-plugins_0.1.0-5.dsc
948e2d5f16eabd8fa068d4df1234eb61a653aab6 3656 wah-plugins_0.1.0-5.debian.tar.xz
Checksums-Sha256:
274e30cf8c2e3a1814f7ad8ee7c605029e0970d98a7819be0438739884b8c282 1990
wah-plugins_0.1.0-5.dsc
27b5f05d219bbb0b24c622e92aec2e69331ef57b6b2753ba1ebbae910fa9546c 3656
wah-plugins_0.1.0-5.debian.tar.xz
Files:
ba9425d3af9c8e5cae822a44e6055aab 1990 sound optional wah-plugins_0.1.0-5.dsc
a36cf966268c834603f9fa224ca8a694 3656 sound optional
wah-plugins_0.1.0-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl3RoCQACgkQafL8UW6n
GZMrEg//e+kXNRVeBwSgvOlqj5uI5/iBJtGb5ODRYOTh4G9lodf0HNaBf39VvAh4
xyvma+AcNYRyX+pgySmyNVJ79TP9XtDY89oqjvBTdq0D24Ks14k6EIIkOnD002a8
KJePV2by3i+XGz81MkAuBtazp8/IANhqws6A4rSB2Sixvor5AGELF+BANHebNPui
mXowqbU9yxU+MTe5JK3FPz0XWqlxx7p/vrVMJLZ9Qm7tg3ZrhhBzRVQu5MT2wngd
aXzbbOwGBl3/PUMUP8iarVJPi+xKwKi9o6GL1mUacaHq475hrF5yV0NQPAq+79B0
KoqmIR4VfQqmfFs4HFD5AS002QF+lM4HTwoPXjd4nRM9wWW1924ZGDKznG3Nf4cn
rh3cFlH2QgKmNbsz8bQz1LicVfoUx9BnH2X6MrcOAVRXra8qOHTKsjp5NaQe689q
ezjqPy2TB7p2hE+ejDLcBMck5zngQTZ6CaeqlNlj/kTyg3xbTZ2V7MCO8x1Jgy5i
ntVLB4Lnq1e1aOYCQDnlmuiRuhmy2F0FnYNyNeoAnYoY1NRa66HVyvXcXdPPTCdA
iGa/Yk8d19ALMcHkeaERQ0rJc9FkOWJlkb3B84sGUU8emVxrkRHUzXHXNv/4uXZZ
hSsUmUvnEXPAGrZnxnp9A8kcujF9NWtUNhFWObtA4I2DNAGSXdc=
=0M3y
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers