Your message dated Mon, 20 Jan 2020 21:19:21 +0000
with message-id <[email protected]>
and subject line Bug#901543: fixed in aeolus 0.9.7-1
has caused the Debian Bug report #901543,
regarding aeolus FTCBFS: upstream Makefile hard codes 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 [email protected]
immediately.)


-- 
901543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901543
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aeolus
Version: 0.9.5-1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

aeolus fails to cross build from source, because the upstream Makefile
hard codes the build architecture compiler g++. After making it
substitutable, aeolus cross builds successfully. Please consider
applying the attached patch.

Helmut
--- aeolus-0.9.5.orig/source/Makefile
+++ aeolus-0.9.5/source/Makefile
@@ -34,7 +34,7 @@
 aeolus:	LDLIBS += -lzita-alsa-pcmi -lclthreads -ljack -lasound -lpthread -ldl -lrt
 aeolus: LDFLAGS += -L$(PREFIX)/$(LIBDIR)
 aeolus:	$(AEOLUS_O)
-	g++ $(LDFLAGS) -o $@ $(AEOLUS_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(AEOLUS_O) $(LDLIBS)
 
 addsynth.o:	CPPFLAGS += -fpic -D_REENTRANT
 $(AEOLUS_O):
@@ -48,7 +48,7 @@
 aeolus_x11.so:	LDLIBS += -lclthreads -lclxclient -lpthread -lXft -lX11
 aeolus_x11.so:	LDFLAGS += -shared -L$(PREFIX)/$(LIBDIR) -L/usr/X11R6/$(LIBDIR)
 aeolus_x11.so: $(XIFACE_O) $(LIBCLX)
-	g++ $(LDFLAGS) -o $@ $(XIFACE_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(XIFACE_O) $(LDLIBS)
 
 $(XIFACE_O):
 -include $(XIFACE_O:%.o=%.d)
@@ -60,7 +60,7 @@
 aeolus_txt.so:	LDLIBS += -lclthreads -lpthread -lreadline
 aeolus_txt.so:	LDFLAGS += -shared -L$(PREFIX)/$(LIBDIR)
 aeolus_txt.so: $(TIFACE_O)
-	g++ $(LDFLAGS) -o $@ $(TIFACE_O) $(LDLIBS)
+	$(CXX) $(LDFLAGS) -o $@ $(TIFACE_O) $(LDLIBS)
 
 $(TIFACE_O):
 -include $(TIFACE_O:%.o=%.d)

--- End Message ---
--- Begin Message ---
Source: aeolus
Source-Version: 0.9.7-1

We believe that the bug you reported is fixed in the latest version of
aeolus, 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.
Dennis Braun <[email protected]> (supplier of updated aeolus 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: Mon, 20 Jan 2020 17:03:26 +0100
Source: aeolus
Architecture: source
Version: 0.9.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Dennis Braun <[email protected]>
Closes: 901543
Changes:
 aeolus (0.9.7-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Felipe Sateler ]
   * Change maintainer address to [email protected]
 .
   [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat
 .
   [ Olivier Humbert ]
   * d/aeolus.desktop: Add a French comment
   * Update http > https for d/control, d/copyright and d/watch
 .
   [ Dennis Braun ]
   * New upstream release (Closes: #901543)
   * d/control:
     + Bump dh-compat version to 12
     + Bump Standards Version to 4.4.1
     + Add libfreetype6-dev and pkg-config to Build-Depends
   * d/copyright:
     + Update copyright year
     + Add myself
   * d/patches/01-makefile.patch: Update
   * d/patches/02-pkg-config_fix.patch: Fix pkg-config command in Makefile
   * d/source/local-options: Drop, obsolete
Checksums-Sha1:
 ca6d11e07aa9a3d92479dcbee89fc7aac11379f5 2073 aeolus_0.9.7-1.dsc
 da38938dfd488b17e494ab4f4f6aee0c6d36bbde 66532 aeolus_0.9.7.orig.tar.bz2
 3b46ecb79461158639de79e206bd4784aff02ec3 9900 aeolus_0.9.7-1.debian.tar.xz
Checksums-Sha256:
 0a5888b7e871a2f38f2820f72226e436139bcb0c94acaaae7c6a2ce4a8045ead 2073 
aeolus_0.9.7-1.dsc
 536c34de5f6162e8d350cd8b69eaccfb2ef9e5b15c5db6ac47d2ad0a4bca0b52 66532 
aeolus_0.9.7.orig.tar.bz2
 5a8048eb073d4dd67a81572e1ef75a9980f444a494f8cfe890c63dc80fd4e7f1 9900 
aeolus_0.9.7-1.debian.tar.xz
Files:
 0cdca3616f01b81e7c710bc74db8c9e0 2073 sound optional aeolus_0.9.7-1.dsc
 49d9cd04bb632a9489ac15da5306096b 66532 sound optional aeolus_0.9.7.orig.tar.bz2
 2bc10fabaceb2175ad73cce74851f2a9 9900 sound optional 
aeolus_0.9.7-1.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl4mDsUACgkQafL8UW6n
GZNReBAAuou8oEhWx/RVjXqRkek0hIkW/wKL87oKBu/GTx7GKzfOx9CTwkbj1JVY
d9l5Dr9T/N5dZK1MgH4aTwtyYzUOQxsN9aZP3Ps/HiJ4df4A0aXlDELBw8AF6/JB
K01d+9qvV7AUeGJbCBSX9BCIz2gYdqP5ZNdUmDUUWva3X3Kxe9OyCadGyu3OJwm4
anMRwv66i7j6Kk8sYsIslcEMbxBFaSPgj65KG49DLTVORaQ/KIAKpAfW3hGLv2QS
UyEBeOyF/EYT0vjjhBKwh6GQNaABJRqh1gA7uaU/oWGX022dPWmQUAbtXLRlgNNF
L+ZRKVVdVDYw6wMIwVpZoX6xX0NRgDSwNLhIdLuKQmMXAFl5K0bpW8moZYKrX5ce
aHCf2f2MKqZc/JOrZp3o+487nWbsHq3jXoKtMALCM5HUqb+QKR3VURaJWIC5+g9x
n97d0exMCaR0WefApL4BfJDvSmb7Fgp93SZLEBLQns0ZFLxSMXSP3OoXd3DeanyY
RBWSONbB9E46ecUDktTZT2uUH60pKfQgygjcLQLWMNuCkNAhiEoky890lFwvoXRD
SJ/xqDXiHps/8B9lkpqg0Gy5OqRVTvP51ZbH+iaIWGfrtgWea3do4MCy7tiM/DZk
Kt3IBq6EJL3PMAK7A+P21+o/TnFPyU9+KyhWn+vazOzjZfplbzE=
=NlN0
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to