Your message dated Sun, 29 Jan 2017 17:18:30 +0000
with message-id <e1cxt7w-000bpn...@fasolo.debian.org>
and subject line Bug#853012: fixed in clxclient 3.9.0-4
has caused the Debian Bug report #853012,
regarding clxclient FTCBFS: uses 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 ow...@bugs.debian.org
immediately.)


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

clxclient fails to cross build from source, because it hardcodes a g++
invocation into its Makefile. That happens to call the build
architecture compiler for linking host architecture objects. Replacing
g++ with $(CXX) is sufficient for making cross builds succeed. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru clxclient-3.9.0/debian/changelog 
clxclient-3.9.0/debian/changelog
--- clxclient-3.9.0/debian/changelog    2016-12-03 20:15:02.000000000 +0100
+++ clxclient-3.9.0/debian/changelog    2017-01-28 22:36:17.000000000 +0100
@@ -1,3 +1,10 @@
+clxclient (3.9.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: makefile-03.patch: Make C++ compiler overridable (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 28 Jan 2017 22:36:17 +0100
+
 clxclient (3.9.0-3) unstable; urgency=medium
 
   * Update copyright.
diff --minimal -Nru clxclient-3.9.0/debian/patches/makefile-03.patch 
clxclient-3.9.0/debian/patches/makefile-03.patch
--- clxclient-3.9.0/debian/patches/makefile-03.patch    1970-01-01 
01:00:00.000000000 +0100
+++ clxclient-3.9.0/debian/patches/makefile-03.patch    2017-01-28 
22:36:14.000000000 +0100
@@ -0,0 +1,16 @@
+Description: make C++ compiler overridable for cross compilation
+Author: Helmut Grohne <hel...@subdivi.de>
+
+Index: clxclient-3.9.0/Makefile
+===================================================================
+--- clxclient-3.9.0.orig/Makefile
++++ clxclient-3.9.0/Makefile
+@@ -46,7 +46,7 @@
+ 
+ 
+ $(CLXCLIENT_MIN): $(CLXCLIENT_O)
+-      g++ -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o $(CLXCLIENT_MIN) 
$(CLXCLIENT_O) $(CLXCLIENT_DEP)
++      $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(CLXCLIENT_MAJ) -o 
$(CLXCLIENT_MIN) $(CLXCLIENT_O) $(CLXCLIENT_DEP)
+ 
+ 
+ install:      $(CLXCLIENT_MIN)
diff --minimal -Nru clxclient-3.9.0/debian/patches/series 
clxclient-3.9.0/debian/patches/series
--- clxclient-3.9.0/debian/patches/series       2016-12-03 20:13:29.000000000 
+0100
+++ clxclient-3.9.0/debian/patches/series       2017-01-28 22:35:26.000000000 
+0100
@@ -1,2 +1,3 @@
 makefile-01.patch
 makefile-02.patch
+makefile-03.patch

--- End Message ---
--- Begin Message ---
Source: clxclient
Source-Version: 3.9.0-4

We believe that the bug you reported is fixed in the latest version of
clxclient, 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 853...@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 clxclient 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: Sun, 29 Jan 2017 17:52:27 +0100
Source: clxclient
Binary: libclxclient-dev libclxclient3
Architecture: source amd64
Version: 3.9.0-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:
 libclxclient-dev - X Window System C++ access library (development files)
 libclxclient3 - X Window System C++ access library (shared library)
Closes: 853012
Changes:
 clxclient (3.9.0-4) unstable; urgency=medium
 .
   * Sign tags.
   * Update copyright.
   * Add patch to use build architecture compiler for linking. (Closes: #853012)
   * Patches renamed.
   * Improve description.
Checksums-Sha1:
 9f1d7e58e79dc6524e5630b26fd6204031e4f071 2205 clxclient_3.9.0-4.dsc
 0a36acd12764e93b52a017655a8eb8f6d5d5fada 4216 clxclient_3.9.0-4.debian.tar.xz
 16c1694c27f486a9a2260a39f94b06a3c5e8b804 6068 clxclient_3.9.0-4_amd64.buildinfo
 10ca4c5d8c978e567d605ae6783680e3d4791d08 9364 
libclxclient-dev_3.9.0-4_amd64.deb
 e28084dd0a53a450a2c74a2a80895c8349a78e04 178190 
libclxclient3-dbgsym_3.9.0-4_amd64.deb
 27cd2ee725e492cd680452f0ed8bdbc39707dc1d 35852 libclxclient3_3.9.0-4_amd64.deb
Checksums-Sha256:
 5646a8239c30965242d497c6f7ae239e1fc405ae0ab172b607044bde376aa450 2205 
clxclient_3.9.0-4.dsc
 ea2073510a0ed0f88c35977119019546c95c50f39433836fbca2236d85857ba1 4216 
clxclient_3.9.0-4.debian.tar.xz
 c0f2044f0b8f1619bf258acae27f8c779c7a0ab26742e05513da4e514e094cb5 6068 
clxclient_3.9.0-4_amd64.buildinfo
 2dfe77279adc95b611ed923eda57b7e6686e35b4e6401d4734302c332337b943 9364 
libclxclient-dev_3.9.0-4_amd64.deb
 c710fb06ffab13349d58949c5be7b4f6aa960631be6399ed4077b68e2c38b8a5 178190 
libclxclient3-dbgsym_3.9.0-4_amd64.deb
 fcc01f28b01810bb6caaa80473555a620225a8c5a80ed44bbe64ecf69383cf79 35852 
libclxclient3_3.9.0-4_amd64.deb
Files:
 d5e550f35dce40f1c39b121c06a34944 2205 sound optional clxclient_3.9.0-4.dsc
 bab4c939b1ba3398d644307f89c82351 4216 sound optional 
clxclient_3.9.0-4.debian.tar.xz
 d87e130f1219f528a1113eb174b7de1f 6068 sound optional 
clxclient_3.9.0-4_amd64.buildinfo
 9f00cbfcb710f50e84d2451f050ee2af 9364 libdevel optional 
libclxclient-dev_3.9.0-4_amd64.deb
 35a6127a4440e484d4e651b2d84506bb 178190 debug extra 
libclxclient3-dbgsym_3.9.0-4_amd64.deb
 73fd01836b75394000ddbc78ea5a0daf 35852 libs optional 
libclxclient3_3.9.0-4_amd64.deb

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

iQJJBAEBCAAzFiEESlQ1E9LfY1GoF46jWwGUVeK4T6UFAliOHqsVHG1pcmEubWlr
ZXNAc2V6bmFtLmN6AAoJEFsBlFXiuE+l0+oP/3AtYf47rVL9I4L4w6Jacifq6+Zh
2vIYGdshSc0ZGcnsFmjDBpApE8eXj+ZE6hw1aba2y6ci1JqHOWRMTbljosJ75Lx5
e+7W8orB9qfpFlHv+KlSY0WGpu6PfQVmQYul1wyo9E1mfy6sC4jDsbXNdoWIuApe
nsHhO0VDeL0Eo8ZVQAS62LM16JxFiviIfoDNS3vQ8F8B7aLB84n8TPST5O9Nk52M
CxvCpVGJoxb9ZVq1Eq+PjYpuhjWVwjZnSLdxhlWe7zhLtW4D8xOu0UorR7XW43+C
PSyO3i0ClLkh5m7DxS3bDqiwm9WXLlSCB9PkkLcB575PBhWQGSv6QenoT5szKUjH
J6TRkVAu2wQxaO1k6ypSbA6ckTpXxQnUtvDlcGfluxIlTH14c9eL1a5ZAtZvYo26
c3pVr8HghCxeavowbIHiMBiLOr+QD7qvyDfxoaXZ7qEI8E+G7MP+chPhGagLhazs
qjhdbEjQAStnoACDq331MrLHH+ur6SO5baSz+zlqN/vx1a1ylpnRtNHzBD5/t1lT
Zfb1rEgoCYDkg7jjkEUxX0o9P3QagP2P4jitY9aWWmn2Dp2EjaaUz24jOgEtHAfH
q5dkgA/m9nDLNHkHXk2Kln8Z0DuJ/m6vqCtf3/k7Ur3+GyX5bN4bvBtj/aVFFVAP
jwcfbn3gdSOAM4qO
=Os/f
-----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