Your message dated Wed, 5 Feb 2020 22:50:25 +0100
with message-id <[email protected]>
and subject line Re: jmeters FTCBFS: hard codes the build architecture compiler
g++
has caused the Debian Bug report #905730,
regarding jmeters 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 [email protected]
immediately.)
--
905730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905730
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jmeters
Version: 0.4.1-4
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
jmeters fails to cross build from source, because the upstream Makefile
hard codes the build architecture compiler in one place. After making it
substitutable, jmeters cross builds successfully. Please consider
applying the attached patch.
Helmut
--- jmeters-0.4.1.orig/source/Makefile
+++ jmeters-0.4.1/source/Makefile
@@ -41,7 +41,7 @@
jmeters: LDLIBS += -lsndfile -lclxclient -lclthreads -ljack -lpthread -lcairo -lpng -lXft -lX11 -lrt
jmeters: LDFLAGS += -L/usr/X11R6/lib
jmeters: $(JMETERS_O)
- g++ $(LDFLAGS) -o $@ $(JMETERS_O) $(LDLIBS)
+ $(CXX) $(LDFLAGS) -o $@ $(JMETERS_O) $(LDLIBS)
$(JMETERS_O):
-include $(JMETERS_O:%.o=%.d)
--- End Message ---
--- Begin Message ---
version: 0.4.5-1
done by upstream release.
signature.asc
Description: OpenPGP digital signature
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers