Your message dated Tue, 30 Jul 2019 14:37:21 +0000
with message-id <[email protected]>
and subject line Bug#933405: fixed in fastml 3.11-2
has caused the Debian Bug report #933405,
regarding fastml FTCBFS: uses CC for a C++ compiler
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.)


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

fastml fails to cross build from source, because it uses both CC and CXX
for a C++ compiler, but dh_auto_build passes a C compiler for CC. The
use is kinda implicit via builtin make rules. The attached patch makes
the relevant rule explicit and thus removes the use of CC to make fastml
cross buildable. Please consider applying it.

Helmut
--- fastml-3.11.orig/programs/Makefile.generic
+++ fastml-3.11/programs/Makefile.generic
@@ -17,9 +17,7 @@
 
 all: lib $(EXEC)
 
-#CC=g++
 CXX=g++
-CC=$(CXX)
 
 libDir=../../libs/phylogeny
 binDir=../../bin
@@ -112,6 +110,7 @@
 #$(EXEC) $(TEST_EXEC): $(LIB) #$(EVOLLIB)
 #$(EXEC) $(TEST_EXEC): $(LIB) $(EVOLLIB)
 $(EXEC) $(TEST_EXEC): $(LocalLib) $(libEvol)
+	$(CXX) $(LDFLAGS) $^ -o $@
 $(DEBUGEXEC) $(TEST_EXEC): $(DEBUGLIB) $(libEvolDebug)
 
 tests: $(TEST_EXEC) $(EXEC)

--- End Message ---
--- Begin Message ---
Source: fastml
Source-Version: 3.11-2

We believe that the bug you reported is fixed in the latest version of
fastml, 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.
Andreas Tille <[email protected]> (supplier of updated fastml 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: SHA256

Format: 1.8
Date: Tue, 30 Jul 2019 16:01:25 +0200
Source: fastml
Binary: fastml
Architecture: source
Version: 3.11-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 fastml     - maximum likelihood ancestral amino-acid sequence reconstruction
Closes: 933405
Changes:
 fastml (3.11-2) unstable; urgency=medium
 .
   * Description: Enable cross building
     Closes: #933405
Checksums-Sha1:
 88f19897efadbfc5da68b6c012bfd5e33f0d37b5 1892 fastml_3.11-2.dsc
 536a5ece528ac397cb19cec322fd167a4d7b5b11 9860 fastml_3.11-2.debian.tar.xz
Checksums-Sha256:
 5788d1c0c00e9bfac85cca734efb50515fa5a2f4af515c4e262c716329f19c8e 1892 
fastml_3.11-2.dsc
 9fe4d255bbf723df1c08821b5cba0de5399cadffc5904a80024f76b0cab09fee 9860 
fastml_3.11-2.debian.tar.xz
Files:
 61380b8a36656ea57c71c948665ee9fa 1892 science optional fastml_3.11-2.dsc
 174551c75f7fb35adb706053129142cc 9860 science optional 
fastml_3.11-2.debian.tar.xz

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl1AUMMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGsYw//eSr03kxqTGzqdvVTcQvcjECxGXWcMNeB
pqhvbVbz8be7mDu2T8nTEnIdtk2NO94ZoIDhW+QBJ+bFz502OBGX+Qi0JuKllFbE
9t3TdxtB+h0W0viEssVFBkHagN4pVzJRo9lWXCk58uwljbU1Yxxjuxa8krJGT0u7
VHRzr+xuV+yFeByZtuu3+/p2EBOl1DpLXjcWfkctbDJjgppY9csaK7Ln96wH0jPR
LTe2TWqhEyn4U64E5yZZHZ3reI3fQECHtrpixBj6P+o4EtVo66aGxZlpoWNi/sBL
Vxhl50/3i8rxsyEGDL0N5STfdWH8MT3chXhTs0ZbNwG3imdO5p/1ZB4CFiyzru6B
wtd3DcNVX5YLv9gmkbFCGx+7kRR8o2RfZ9QTPTYR5zZ7X1Pd87vxGZo1zCP6yePK
ErWMwsfATzQXzJddzWd/5M/rsYiCHHGw9wsq6vJ/Z5yg5/d4yZFFQoZ2nKWDqKFc
ZqkgwMPzY2pLlfemnpxBjch6ThFXtXwOYvT3E8JiJ7XQMBzwVKu2iEYCltc4Im9Y
wZyZYC4bDGRR84xMwBnz6zz308y3jCEmnhM5tesRoBZitpVT4FaE37bkNCA1U35V
tA9AjksS/TWEDk7y4ntxuuR1rQISCGjb9Uyve9TN99g1MZk8lxU2EZJCqL2xq8/p
egrJe5vp+dY=
=adPY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to