Your message dated Sun, 21 Mar 2021 01:33:52 +0000
with message-id <e1lnmyw-0003n8...@fasolo.debian.org>
and subject line Bug#945841: fixed in rakarrack 0.6.1-6
has caused the Debian Bug report #945841,
regarding rakarrack FTCBFS: error: unrecognized command line option ‘-msse2’
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.)
--
945841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945841
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: rakarrack
Version: 0.6.1-5
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
rakarrack fails to cross build from source, because it detects sse
support from the build machine and passes e.g. -msse2 to an armhf
compiler when building on amd64. Disabling autodetection of sse is
tricky. The only way I found was exporting a non-empty SSE variable.
After doing so, it is globally disabled, so to retain sse2 support where
we want it, we must explicitly --enable-sse2 it. Please consider
applying the attached patch.
Helmut
diff --minimal -Nru rakarrack-0.6.1/debian/changelog
rakarrack-0.6.1/debian/changelog
--- rakarrack-0.6.1/debian/changelog 2018-09-04 03:22:52.000000000 +0200
+++ rakarrack-0.6.1/debian/changelog 2019-11-29 16:18:24.000000000 +0100
@@ -1,3 +1,10 @@
+rakarrack (0.6.1-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Don't autodetect sse/sse2. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Fri, 29 Nov 2019 16:18:24 +0100
+
rakarrack (0.6.1-5) unstable; urgency=medium
* Add debian/patches/05_fix_segfault.diff to fix a segfault on
diff --minimal -Nru rakarrack-0.6.1/debian/rules rakarrack-0.6.1/debian/rules
--- rakarrack-0.6.1/debian/rules 2011-12-27 17:07:55.000000000 +0100
+++ rakarrack-0.6.1/debian/rules 2019-11-29 16:18:24.000000000 +0100
@@ -10,17 +10,7 @@
#export DH_VERBOSE=1
export DH_OPTIONS
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
-
+include /usr/share/dpkg/architecture.mk
builddir = build
builddir_sse = build-sse
@@ -47,13 +37,15 @@
$(builddir)/config.status:
$(builddir_sse)/config.status: EXTRA_CONFIG_FLAGS += --enable-sse
+# exporting a non-empty SSE variable disables sse autodetection
%/config.status: configure
dh_testdir
mkdir -p $*
$(RM) src/config.h
- cd $* && ../configure --host=$(DEB_HOST_GNU_TYPE) \
+ cd $* && SSE=" " ../configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
+ $(if $(filter $(DEB_HOST_ARCH_CPU),amd64
i386),--enable-sse2) \
$(EXTRA_CONFIG_FLAGS)
build: build-arch
--- End Message ---
--- Begin Message ---
Source: rakarrack
Source-Version: 0.6.1-6
Done: Tiago Bortoletto Vaz <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rakarrack, 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 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tiago Bortoletto Vaz <ti...@debian.org> (supplier of updated rakarrack 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: Sat, 20 Mar 2021 19:00:25 -0400
Source: rakarrack
Architecture: source
Version: 0.6.1-6
Distribution: unstable
Urgency: medium
Maintainer: Tiago Bortoletto Vaz <ti...@debian.org>
Changed-By: Tiago Bortoletto Vaz <ti...@debian.org>
Closes: 945841
Changes:
rakarrack (0.6.1-6) unstable; urgency=medium
.
* Fix FTCBFS: Don't autodetect sse/sse2. Thanks to Helmut Grohne.
(Closes: #945841)
Checksums-Sha1:
57b475132d420ad07a828b84ecd3c014bb7cba5b 2011 rakarrack_0.6.1-6.dsc
5e3a0c7bb38e1840b60ec995002091473420f722 6224 rakarrack_0.6.1-6.debian.tar.xz
3ef3c8351560c57d97e6985a62d791a9199548bc 8660 rakarrack_0.6.1-6_amd64.buildinfo
Checksums-Sha256:
b10bab205585575008d8a7b0b87b0b32da1fb6d3e0bc424f773446be8d634a0f 2011
rakarrack_0.6.1-6.dsc
fd907715b3b4d6a9f9dcb47cc5c22313eb247ab3ff2c2e38676500a43d10701a 6224
rakarrack_0.6.1-6.debian.tar.xz
5cf14db7ab09b827457306d1d8a35639595e9c99014682e7f3057fae9f16b3c8 8660
rakarrack_0.6.1-6_amd64.buildinfo
Files:
2c92561a5eb552a68eecd1c336178e73 2011 sound optional rakarrack_0.6.1-6.dsc
49a1b22e2d20e1d0c237b81fa1c945c2 6224 sound optional
rakarrack_0.6.1-6.debian.tar.xz
63303c8db2238980dac30760cc3a3887 8660 sound optional
rakarrack_0.6.1-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEEYsAXsSqWkZu7etRd2EdHrOS2gT0FAmBWnw4RHHRpYWdvQGRl
Ymlhbi5vcmcACgkQ2EdHrOS2gT2wDQ//fei2MkrABHof5YsgcmKu2vZ7nY8pMhRc
4NveL92L38kJyX/OlfPpIJHi6uexSsVejWHmm7KlfP04tE+mKQba17ezIE1cbQYr
dIe8njlxyXwwZ1KZge1M954qNNGGwnMjrWHmHmALqo16cUkAwpjiNg0Dk0x5M6Sm
543eBA+Xxtj/rwLlZXO4dVcKwN9gzlOSlxcKOIxQ8JHt3l1anirH17jAF6Q9mGsa
3ttf4KaLruhTfrOo2clBifozfLtdFtQzlBxXfKEIk52DoKxj7C6AotLHzXZYU96C
di/Oz0kqWNZXuxl6PUNOyUN9UPYXw/5NAqvsVH4F0jojvYcrz7K3c1i3HssMHpvS
2Ko0wubASENAQ8sv8Fqg1vUcSI9gndgp+tHeam60J095/4vuydAOHOv07lteuxG6
fB+5uZO0vkLoPOsUAhd+5qfdaa0hpckIA+6EHKVPXGMBta87r1AzfW5gr2tpUebc
AneesmJZMp7JL+UojjFD/1hu5nPKgcnPmual8vpZAJol9S/jl3KUNWHNBruDUNwc
/OncLDpyiqFFbSSfQqfQHUCJOdOJgN3yFAfGIUYHo15KgFojJm8Xti8RPU1C9zrP
T470Q+Me7Bb5A7UUdbV7dTDpDPe35e+hZKgFMKEO/ZHky4aI+cH4XNmzCRRD87HS
VlVF/RiRUG0=
=L6Fy
-----END PGP SIGNATURE-----
--- End Message ---