Your message dated Wed, 18 Dec 2013 09:22:33 +0000
with message-id <[email protected]>
and subject line Bug#728412: fixed in uc-echo 1.12-4
has caused the Debian Bug report #728412,
regarding FTBFS: sh4: cc1plus: error: unrecognized command line option '-m64'
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.)
--
728412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728412
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: uc-echo
Version: 1.12-3
Severity: wishlist
Tags: patch
Dear Maintainer,
uc-echo FTBFS on sh4 (maybe other 32bit architecture) with following error.
http://buildd.debian-ports.org/status/fetch.php?pkg=uc-echo&arch=sh4&ver=1.12-3&stamp=1383194229
----
I: DEB_HOST_ARCH: sh4
echo "I: ADDCXXFLAGS: -m64"
I: ADDCXXFLAGS: -m64
echo "I: CXXFLAGS: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -m64"
I: CXXFLAGS: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -m64
dh_auto_build
make[2]: Entering directory `/«PKGBUILDDIR»'
g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -m64 -Wall -O3 -D_FORTIFY_SOURCE=2 DNASeq.cpp -o
DNASeq.o
cc1plus: error: unrecognized command line option '-m64'
make[2]: *** [DNASeq.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
----
I created a patch which revise this problem.
Could you appply this patch?
Best regards,
Nobuhiro
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf
Kernel: Linux 3.11-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru uc-echo-1.12/debian/changelog uc-echo-1.12/debian/changelog
--- uc-echo-1.12/debian/changelog 2013-10-31 06:41:23.000000000 +0900
+++ uc-echo-1.12/debian/changelog 2013-11-01 08:39:56.000000000 +0900
@@ -1,3 +1,11 @@
+uc-echo (1.12-3.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * Add sh4 powerpcspe and m68k for don't need -m64.
+ * Use dpkg-architecture -qDEB_HOST_MULTIARCH instead of gcc -print-multiarch.
+
+ -- Nobuhiro Iwamatsu <[email protected]> Fri, 01 Nov 2013 08:31:24 +0900
+
uc-echo (1.12-3) unstable; urgency=low
* debian/rules: more architectures don't need -m64
diff -Nru uc-echo-1.12/debian/rules uc-echo-1.12/debian/rules
--- uc-echo-1.12/debian/rules 2013-10-30 23:55:58.000000000 +0900
+++ uc-echo-1.12/debian/rules 2013-11-01 08:39:34.000000000 +0900
@@ -3,11 +3,12 @@
# DH_VERBOSE := 1
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-LIBRARY_PATH=/usr/lib/$(gcc -print-multiarch)
-CPATH=/usr/include/$(gcc -print-multiarch)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)
+CPATH=/usr/include/$(DEB_HOST_MULTIARCH)
export LIBRARY_PATH CPATH
ADDCXXFLAGS = -m64
-ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel kfreebsd-i386 hurd-i386 armel armhf ia64 ))
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel kfreebsd-i386 hurd-i386 armel armhf ia64 sh4 powerpcspe m68k))
ADDCXXFLAGS =
endif
--- End Message ---
--- Begin Message ---
Source: uc-echo
Source-Version: 1.12-4
We believe that the bug you reported is fixed in the latest version of
uc-echo, 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 uc-echo 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: SHA1
Format: 1.8
Date: Wed, 18 Dec 2013 09:56:50 +0100
Source: uc-echo
Binary: uc-echo
Architecture: source amd64
Version: 1.12-4
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
uc-echo - error correction algorithm designed for short-reads from NGS
Closes: 728412
Changes:
uc-echo (1.12-4) unstable; urgency=low
.
[ Andreas Tille ]
* debian/upstream: title needs quoting since it contains a ": " string
* debian/control:
- cme fix dpkg-control
.
[ Nobuhiro Iwamatsu ]
* Add sh4 powerpcspe and m68k for don't need -m64.
* Use dpkg-architecture -qDEB_HOST_MULTIARCH instead of gcc -print-multiarch.
Closes: #728412
Checksums-Sha1:
902aa67933e8cc6cb4fb53698edcfb5e36a417bb 1377 uc-echo_1.12-4.dsc
a268340a21b892779fcb3375393ae1153ca6f1c5 4745 uc-echo_1.12-4.debian.tar.gz
db739d71fdb20872e57c244e4ab67bdd782f2ce7 74584 uc-echo_1.12-4_amd64.deb
Checksums-Sha256:
40d9ebc4eeeaf5be4e26fbb4da6b1d316d0b827a641eff59e137409c7e512611 1377
uc-echo_1.12-4.dsc
b30ef8fb62a5eb92672ef626579fbdb78680d7ee07dec3df80c71cbcf3c6da6a 4745
uc-echo_1.12-4.debian.tar.gz
8a14011bd463f8b6f00956422232bdb071ec60e70c521f83d4ce649ea64b5a97 74584
uc-echo_1.12-4_amd64.deb
Files:
c5e064c88e8713a7d3fe935d7e92bd1e 1377 science optional uc-echo_1.12-4.dsc
575169e0c3a471f54f3f3acc6688d3b5 4745 science optional
uc-echo_1.12-4.debian.tar.gz
3f70d23f568ae3c9c722ed5995001a8a 74584 science optional
uc-echo_1.12-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEARECAAYFAlKxZQYACgkQYDBbMcCf01omVwCfeRUa8wEuEJGrZU6eBuSkzdam
PR8AnRzlzD8mGiuRRQKpJ6PzB6FmTWon
=0T06
-----END PGP SIGNATURE-----
--- End Message ---