Your message dated Sun, 14 Oct 2018 13:51:47 +0000
with message-id <e1gbgo7-000fhx...@fasolo.debian.org>
and subject line Bug#910100: fixed in libvidstab 1.1.0-2
has caused the Debian Bug report #910100,
regarding libvidstab FTCBFS: passes -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.)
--
910100: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910100
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libvidstab
Version: 1.1.0-1
Severity: serious
Justification: baseline violation on i386
Tags: patch
libvidstab fails to cross build from source when built on amd64, because
it passes -msse2 and e.g. an armel cross compiler does not like that
flag. Looking at /proc/cpuinfo is not a good way to check whether we can
use -msse2. In practise, this will also cause passing -msse2 for i386
which is considered a baseline violation and thus an rc bug. The
attached patch fixes that by making the choice explicit. Please consider
applying it.
Helmut
diff --minimal -Nru libvidstab-1.1.0/debian/changelog
libvidstab-1.1.0/debian/changelog
--- libvidstab-1.1.0/debian/changelog 2018-08-01 08:39:07.000000000 +0200
+++ libvidstab-1.1.0/debian/changelog 2018-10-02 19:01:09.000000000 +0200
@@ -1,3 +1,10 @@
+libvidstab (1.1.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Explicitly choose where to use -msse2. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Tue, 02 Oct 2018 19:01:09 +0200
+
libvidstab (1.1.0-1) unstable; urgency=low
* Upstream release 1.1.0 (Closes: #709193)
diff --minimal -Nru libvidstab-1.1.0/debian/rules libvidstab-1.1.0/debian/rules
--- libvidstab-1.1.0/debian/rules 2018-08-01 08:39:07.000000000 +0200
+++ libvidstab-1.1.0/debian/rules 2018-10-02 19:01:07.000000000 +0200
@@ -1,3 +1,13 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
+ifeq ($(DEB_HOST_ARCH_CPU),amd64)
+HAVE_SSE2=ON
+else
+HAVE_SSE2=OFF
+endif
+
%:
dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DSSE2_FOUND=$(HAVE_SSE2)
--- End Message ---
--- Begin Message ---
Source: libvidstab
Source-Version: 1.1.0-2
We believe that the bug you reported is fixed in the latest version of
libvidstab, 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 910...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Keng-Yu Lin <ken...@lexical.tw> (supplier of updated libvidstab 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: SHA512
Format: 1.8
Date: Sun, 14 Oct 2018 01:27:10 +0800
Source: libvidstab
Binary: libvidstab-dev libvidstab1.1
Architecture: source i386
Version: 1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Keng-Yu Lin <ken...@lexical.tw>
Changed-By: Keng-Yu Lin <ken...@lexical.tw>
Description:
libvidstab-dev - video stabilization library (development files)
libvidstab1.1 - video stabilization library (shared library)
Closes: 909380 910100
Changes:
libvidstab (1.1.0-2) unstable; urgency=low
.
[James Cowgill]
* Enable Multi-Arch: same in debian/control (Closes: #909380)
.
[Helmut Grohne]
* Explicitly choose where to use -msse2. (Closes: #910100)
- Currently only AMD64
Checksums-Sha1:
f4f0b9441b529e5445f665c363f472029ad832fe 1826 libvidstab_1.1.0-2.dsc
1ee2e4a1c437f16766432154273e57db2a418796 3876 libvidstab_1.1.0-2.debian.tar.xz
1a6c320fea6e57a6d19ad9b3becc3429ada35ce2 21432 libvidstab-dev_1.1.0-2_i386.deb
d0c7152a70c87ef338bb76808bad2d500c288214 69360
libvidstab1.1-dbgsym_1.1.0-2_i386.deb
8ee27037809f159017428f047aec6a79106f05d1 38560 libvidstab1.1_1.1.0-2_i386.deb
8ba09954f86c8ac2fbde02cf872b61ba51366c8c 6768 libvidstab_1.1.0-2_i386.buildinfo
Checksums-Sha256:
fe500228434c80b7dc3798552a3c4023b1d086eeb18ce8d111f460e608972526 1826
libvidstab_1.1.0-2.dsc
c7a8ff87c37d68666c69f589929de5d25383f4932b6629af674c60e94f7e2ea6 3876
libvidstab_1.1.0-2.debian.tar.xz
3616177b13b17c340345f5e2269d4b2552f6fa033136270af0da25779a3fe898 21432
libvidstab-dev_1.1.0-2_i386.deb
c2a274fa9da7f1e19272e3459f0ae1f551e6b198a0f07f9e632c17cf88e0c347 69360
libvidstab1.1-dbgsym_1.1.0-2_i386.deb
e8c713a0c5d89cd15e4b6ddde0fab50ae661c4c3d1e1f39ba88b93e51bedae0c 38560
libvidstab1.1_1.1.0-2_i386.deb
cec6bebf5d9c6aea325f05ba08461a505e9e28d220ec0bbee77f97d9f301132d 6768
libvidstab_1.1.0-2_i386.buildinfo
Files:
0b8ecc703e0a046660c42b98816e87fa 1826 libs optional libvidstab_1.1.0-2.dsc
4969d383ee90aeb3a1d103124de20d11 3876 libs optional
libvidstab_1.1.0-2.debian.tar.xz
d2382ca3ee6eebc1f8f5152ff8a07c57 21432 libdevel optional
libvidstab-dev_1.1.0-2_i386.deb
b3fcb3f7bc52f006bf13293a441b2966 69360 debug optional
libvidstab1.1-dbgsym_1.1.0-2_i386.deb
5f877ba7dfe7ad102d31dd44e9f4e73b 38560 libs optional
libvidstab1.1_1.1.0-2_i386.deb
7047cba6e70c0064f372a247e347b1e9 6768 libs optional
libvidstab_1.1.0-2_i386.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdwtc2/tLhothQ0hFxheGnxR4UE4FAlvDRjASHGtlbmd5dUBs
ZXhpY2FsLnR3AAoJEMYXhp8UeFBOhVgQAKKtASeGV9GjgT5j0OUBaGGabvn/n42z
ojvx2N4dg4RO9AwmHNUhqO255If2bDo44LFAW7b1Cpr0gw3TLe3+xkz7VFleDhZY
EyLwbXHx9ZI1fEMRJVEGW1T39cYGs2zgo+2JdPxtmztt+7UUEK8XJbPsAPHiuRWE
FFe44gOj+buVQBRTk3DvO7qkD2cjIbaxEPawKWIpMLhNiM1HDLtVMguvlM6XLx6M
xzRY1JsDt0RzGZZXjZkKqo+ypPVi/iJPelhpSvTCUjqN1Vcwp8hL0VBlrV47uStO
iG1hqrnq5b+H/diK+CNyJyK1QLUIpIViPeAMLCcaMoVMbAsGtiPW1NsPYh6Aih3B
2yHHMg7OeNuBPDuF1KSE7dKGxNIg3Oxb8RZtOequMDaFo3POFQ5SaRmw9oAfVucE
HL12IG8xYGsW63yjF6IM687AqDDJzuUBW0HBpylEnwinbZFlIgVAqlidMDujjZvE
ZcZxXBHUE+mOS76B+XmSMxMqW5ggVewN7u+8L7gyXUMfbSp91caVL2WpfKKU9SnC
uOpGldHvfNecOYD2bEz7OIEt1JLdxrDIHdNh9jmQXfYldO5zS+PVq7N6YMgwVG1r
QYSuQ2Tmc0lh3iZeJ0qgRMEIHhROVQUT3aED7HoNuoVZU3V1iM3SOHO+tm6KnsaE
EUB074W83/Nn
=qIqu
-----END PGP SIGNATURE-----
--- End Message ---