Your message dated Tue, 08 Aug 2017 07:50:02 +0000
with message-id <e1dezh8-0003ay...@fasolo.debian.org>
and subject line Bug#870859: fixed in jaaa 0.8.4-4
has caused the Debian Bug report #870859,
regarding jaaa FTCBFS: hardcodes the build architecture compiler in one place
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.)


-- 
870859: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870859
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: jaaa
Version: 0.8.4-3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

jaaa fails to cross build from source, because its final link step hard
codes the build architecture compiler (g++) in the upstream build
system. After making that substitutable, it cross builds successfully.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru jaaa-0.8.4/debian/changelog jaaa-0.8.4/debian/changelog
--- jaaa-0.8.4/debian/changelog 2016-12-22 13:52:44.000000000 +0100
+++ jaaa-0.8.4/debian/changelog 2017-08-05 21:53:50.000000000 +0200
@@ -1,3 +1,10 @@
+jaaa (0.8.4-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Do not hard code g++. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 05 Aug 2017 21:53:50 +0200
+
 jaaa (0.8.4-3) unstable; urgency=medium
 
   * Set dh 10.
diff --minimal -Nru jaaa-0.8.4/debian/patches/jaaa-rzr.patch 
jaaa-0.8.4/debian/patches/jaaa-rzr.patch
--- jaaa-0.8.4/debian/patches/jaaa-rzr.patch    2013-08-12 21:34:53.000000000 
+0200
+++ jaaa-0.8.4/debian/patches/jaaa-rzr.patch    2017-08-05 21:53:31.000000000 
+0200
@@ -4,11 +4,11 @@
  Makefile |   10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 Index: jaaa/source/Makefile
 ===================================================================
 --- jaaa.orig/source/Makefile  2013-08-07 13:38:13.937342777 +0200
 +++ jaaa/source/Makefile       2013-08-07 14:01:17.176201895 +0200
-@@ -19,13 +19,13 @@
+@@ -19,26 +19,27 @@
  #  --------------------------------------------------------------------------
  
  
@@ -25,7 +25,14 @@
  LDFLAGS += -L/usr/X11R6/$(LIBDIR)
  LDLIBS += -lzita-alsa-pcmi -lclthreads -lclxclient -lpthread -lfftw3f -ljack 
-lasound -lpthread -lXft -lX11 -lrt
  
-@@ -39,6 +39,7 @@
+ 
+ JAAA_O = jaaa.o styles.o spectwin.o audio.o rngen.o
+ jaaa: $(JAAA_O)
+-      g++ $(LDFLAGS) -o $@ $(JAAA_O) $(LDLIBS)
++      $(CXX) $(LDFLAGS) -o $@ $(JAAA_O) $(LDLIBS)
+ 
+ $(JAAA_O):
+ -include $(JAAA_O:%.o=%.d)
  
  
  install:      jaaa

--- End Message ---
--- Begin Message ---
Source: jaaa
Source-Version: 0.8.4-4

We believe that the bug you reported is fixed in the latest version of
jaaa, 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 870...@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 jaaa 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: Tue, 08 Aug 2017 03:59:31 +0200
Source: jaaa
Binary: jaaa
Architecture: source amd64
Version: 0.8.4-4
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:
 jaaa       - audio signal generator and spectrum analyser
Closes: 870859
Changes:
 jaaa (0.8.4-4) unstable; urgency=medium
 .
   * .gitignore file by postclone script.
   * Add patch to fix cross build (Closes: #870859).
   * Numbered patches.
   * Update copyright file.
   * Patch forwarded.
   * Tune dh version.
   * Bump Standards.
   * Append flags rather to LDFLAGS.
Checksums-Sha1:
 5a62d28c9bbaf2b256397a27895cbbcfb1ea724e 2145 jaaa_0.8.4-4.dsc
 77602a1a9bc781aa7dfda41764dc0601438173f1 10304 jaaa_0.8.4-4.debian.tar.xz
 ca5e126c26743c89f1eafc4d96f30b32e5f8afd4 112100 jaaa-dbgsym_0.8.4-4_amd64.deb
 21e0b1be965138c8e85b5f8d46643d56c07e9640 7149 jaaa_0.8.4-4_amd64.buildinfo
 7a4df0d0dcb90a32124dda89ce76608fc9741580 39550 jaaa_0.8.4-4_amd64.deb
Checksums-Sha256:
 bfc7f6cc9655162a43d0ea9344775747f0f859637fb0fc1af9bcf77222d40c2b 2145 
jaaa_0.8.4-4.dsc
 9ff7af5294980dbcedb82609b3ae5de94f4a3ff5430bb86e50fbb3c358433aa6 10304 
jaaa_0.8.4-4.debian.tar.xz
 312d82c91e687bce2b4f28167d4f5b1cd67f7385533c578f7fa05360c92018d0 112100 
jaaa-dbgsym_0.8.4-4_amd64.deb
 d7ca44b1f1c71b51b9497a7d15b098fbe7403f6f9f52c9fc35f7d410262773fd 7149 
jaaa_0.8.4-4_amd64.buildinfo
 eb66a17d0e391b35cca64a608e3a3b61678479fc0124b3542641b6a575c9fac7 39550 
jaaa_0.8.4-4_amd64.deb
Files:
 d245696c88adfd2935c6173aab77fc3c 2145 sound optional jaaa_0.8.4-4.dsc
 01eebf9e27c9fecda6a889a9b163029a 10304 sound optional 
jaaa_0.8.4-4.debian.tar.xz
 e7760c4b8f5473da40cfcc3b944318fc 112100 debug extra 
jaaa-dbgsym_0.8.4-4_amd64.deb
 dcbea25940c00005b719192c5b4de7b5 7149 sound optional 
jaaa_0.8.4-4_amd64.buildinfo
 e995dc3ae631757cbd0a29de8328c2ee 39550 sound optional jaaa_0.8.4-4_amd64.deb

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

iQJJBAEBCAAzFiEESlQ1E9LfY1GoF46jWwGUVeK4T6UFAlmJaEoVHG1pcmEubWlr
ZXNAc2V6bmFtLmN6AAoJEFsBlFXiuE+l/X4P/3/nlHTGK/R5iU3Tw48K+YVU6645
pZZTUn2QVxMg13qqI/+tX8ULSBO4UA4+Xk3GtReAdQMvcF6522o41EdqY2QMCAXT
Hg2EPCtRAYXB3BNtVn73GRYlZsym3Q/0eRDRcWVydeoLGges8qdXr3zgML66IUP8
zFJbUeYmbur4NRz+mTV/OFvuaO94k7CO/8rGJLeTzjD1466lgRcUouzQj1lYl7s3
LGSFyMOMTWA7cWe1PaWAlI/7c+uvbe5Kwm9k8WQVsCFVhsHSRxcq4stmenT7QN+D
oHZ9R+gw6KQtS8otzaaVYWjm9gtL8PsEtYYC67W+1vzBTTd2mmrTwAOUXMxEdk02
v9gCg8Sj4CRXub8FBOp7HYd5oPH0tsvTSsqFvLcNNBCaHB6LMRxuM34OrlOQDWPU
HHxHyiOqKklPXTrwc0YGsy/XSZGOYVE6tE9MfrkQv+qXPuhdYQvCnQHc4qCFMCCi
4XQ+Xx88+b5vsoOuBlmW3FaLGwJYmnYKlKuB2GI0I/ZyCEn6+GMewvffrAxs+pJK
8drrI6IdBjAIkSREvBqoGa6gJOHmd+qpkU8jQi4B2iSw1ybZKLi8G7hHKdERmwEq
FzsdYIOxt+wEnTrC6pMorveHHMJk5wCjS7gzhB2FVmL8MGPFgFAF3HRk2bDExvwT
+ti3jmlLpJp2hLqv
=TUYe
-----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