Your message dated Sun, 31 Aug 2014 15:20:27 +0000
with message-id <[email protected]>
and subject line Bug#760047: fixed in lame 3.99.5+repack1-5
has caused the Debian Bug report #760047,
regarding lame: FTBFS on any-i386
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.)
--
760047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lame
Version: 3.99.5+repack1-3
Severity: serious
Justification: fails to build from source
Tags: sid jessie
lame 3.99.5+repack1-4 failed to build on i386 and kfreebsd-i386 with:
| libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I.
-I../../libmp3lame -I../../mpglib -I../.. -D_FORTIFY_SOURCE=2 -O3
-fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -fschedule-insns2
-fbranch-count-reg -fforce-addr -march=i586 -mtune=native -Wall -pipe
-fstack-protector-strong -Wformat -Werror=format-security -c xmm_quantize_sub.c
-fPIC -DPIC -o .libs/xmm_quantize_sub.o
| xmm_quantize_sub.c: In function 'fht_SSE2':
| xmm_quantize_sub.c:172:20: warning: variable 'v_s2' set but not used
[-Wunused-but-set-variable]
| __m128 v_s2;
| ^
| xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
| xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled
changes the ABI [-Wpsabi]
| const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
| _mm_loadu_ps (float const *__P)
| ^
| xmm_quantize_sub.c:65:18: error: called from here
| const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
| _mm_set_ps1 (float __F)
| ^
| xmm_quantize_sub.c:73:27: error: called from here
| vec_xrpow_max._m128 = _mm_set_ps1(0);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
| _mm_set_ps1 (float __F)
| ^
| xmm_quantize_sub.c:74:21: error: called from here
| vec_sum._m128 = _mm_set_ps1(0);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
| _mm_loadu_ps (float const *__P)
| ^
| xmm_quantize_sub.c:77:25: error: called from here
| vec_tmp._m128 = _mm_loadu_ps(&(cod_info->xr[i])); /* load */
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:237:1: error: inlining
failed in call to always_inline '_mm_and_ps': target specific option mismatch
| _mm_and_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:78:25: error: called from here
| vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:181:1: error: inlining
failed in call to always_inline '_mm_add_ps': target specific option mismatch
| _mm_add_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:79:25: error: called from here
| vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
| _mm_sqrt_ps (__m128 __A)
| ^
| xmm_quantize_sub.c:80:25: error: called from here
| vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128,
_mm_sqrt_ps(vec_tmp._m128)));
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:193:1: error: inlining
failed in call to always_inline '_mm_mul_ps': target specific option mismatch
| _mm_mul_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:80:25: error: called from here
| vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128,
_mm_sqrt_ps(vec_tmp._m128)));
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
| _mm_sqrt_ps (__m128 __A)
| ^
| xmm_quantize_sub.c:80:25: error: called from here
| vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128,
_mm_sqrt_ps(vec_tmp._m128)));
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:229:1: error: inlining
failed in call to always_inline '_mm_max_ps': target specific option mismatch
| _mm_max_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:81:31: error: called from here
| vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128,
vec_tmp._m128); /* retrieve max */
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:978:1: error: inlining
failed in call to always_inline '_mm_storeu_ps': target specific option mismatch
| _mm_storeu_ps (float *__P, __m128 __A)
| ^
| xmm_quantize_sub.c:82:9: error: called from here
| _mm_storeu_ps(&(xrpow[i]), vec_tmp._m128); /* store into xrpow[] */
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
| _mm_set_ps1 (float __F)
| ^
| xmm_quantize_sub.c:84:21: error: called from here
| vec_tmp._m128 = _mm_set_ps1(0);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:237:1: error: inlining
failed in call to always_inline '_mm_and_ps': target specific option mismatch
| _mm_and_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:89:29: error: called from here
| vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /*
fabs */
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:181:1: error: inlining
failed in call to always_inline '_mm_add_ps': target specific option mismatch
| _mm_add_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:90:29: error: called from here
| vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
| _mm_sqrt_ps (__m128 __A)
| ^
| xmm_quantize_sub.c:91:29: error: called from here
| vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128,
_mm_sqrt_ps(vec_tmp._m128)));
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:193:1: error: inlining
failed in call to always_inline '_mm_mul_ps': target specific option mismatch
| _mm_mul_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:91:29: error: called from here
| vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128,
_mm_sqrt_ps(vec_tmp._m128)));
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
| _mm_sqrt_ps (__m128 __A)
| ^
| xmm_quantize_sub.c:91:29: error: called from here
| vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128,
_mm_sqrt_ps(vec_tmp._m128)));
| ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:229:1: error: inlining
failed in call to always_inline '_mm_max_ps': target specific option mismatch
| _mm_max_ps (__m128 __A, __m128 __B)
| ^
| xmm_quantize_sub.c:92:35: error: called from here
| vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128,
vec_tmp._m128); /* retrieve max */
| ^
| make[4]: *** [xmm_quantize_sub.lo] Error 1
Rebuilding 3.99.5+repack1-3 one any of these architectures fails in the
same way.
Cheers
--
Sebastian Ramacher
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: lame
Source-Version: 3.99.5+repack1-5
We believe that the bug you reported is fixed in the latest version of
lame, 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.
Sebastian Ramacher <[email protected]> (supplier of updated lame 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: Sun, 31 Aug 2014 16:05:00 +0200
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: source amd64 all
Version: 3.99.5+repack1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers
<[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Description:
lame - MP3 encoding library (frontend)
lame-doc - MP3 encoding library (documentation)
libmp3lame-dev - MP3 encoding library (development)
libmp3lame0 - MP3 encoding library
Closes: 760047
Changes:
lame (3.99.5+repack1-5) unstable; urgency=medium
.
* Team upload.
* debian/patches/msse.patch: Build xmm_quantize_sub.c with -msse to fix a
build failure on any-i386. This also enables SSE support on i386 if SSE
support is detected at runtime. (Closes: #760047)
Checksums-Sha1:
d22a0db077033575d17955d81b6424a272403fb6 2222 lame_3.99.5+repack1-5.dsc
3f6b2b58b7f247b75b9759ff31123f87bda7f7f2 13636
lame_3.99.5+repack1-5.debian.tar.xz
96ed2ac31f77a9c4fdd7cff8fb0aaa784553dc54 275666 lame_3.99.5+repack1-5_amd64.deb
e8efbebb4714d2525c4117fd71fab2bc2e47fa2b 286412
lame-doc_3.99.5+repack1-5_all.deb
c0f07397adee301ea291ee190ad4c89e2d03191a 390016
libmp3lame0_3.99.5+repack1-5_amd64.deb
ba778f18fdb3f01a55e93f1b6e58b59ffbdec646 411358
libmp3lame-dev_3.99.5+repack1-5_amd64.deb
Checksums-Sha256:
c2280d6fc124c7f6075bf68cc2b46e3836f97cf8a51d5bd0529e61dae0c71f02 2222
lame_3.99.5+repack1-5.dsc
28e308825badf08b01a87636deda235754a8b13aaf41c0e2ea0b249fe6e29de5 13636
lame_3.99.5+repack1-5.debian.tar.xz
07b12dc042f1f73a394208a642533df0663852a50c1d5c0171805ac28994bb8e 275666
lame_3.99.5+repack1-5_amd64.deb
37ba2e315ec97e2abf910911b8b0489b90287566b29d1b4e6a6f46f0647ba7ef 286412
lame-doc_3.99.5+repack1-5_all.deb
f297f00450ea585aa999e02a2dd43fdb3cd408bde179373b9c9b4859c043cc7c 390016
libmp3lame0_3.99.5+repack1-5_amd64.deb
05cb0634d135d00f9b000aeecb1e987af468cdf3c735c83685620160efe4ece6 411358
libmp3lame-dev_3.99.5+repack1-5_amd64.deb
Files:
adb91327dcb06b9fd77666a77ba73c79 275666 sound optional
lame_3.99.5+repack1-5_amd64.deb
9ad2ede8cac9a1daedc740df149e1503 286412 doc optional
lame-doc_3.99.5+repack1-5_all.deb
79a6d1a0106cbba58ea3bec9dc10986d 390016 libs optional
libmp3lame0_3.99.5+repack1-5_amd64.deb
a935c53eabaa76add8d29ff6f3b42bb3 411358 libdevel optional
libmp3lame-dev_3.99.5+repack1-5_amd64.deb
079eaecc58144fdb279082720a056829 2222 sound optional lame_3.99.5+repack1-5.dsc
681f59429f5180bf25545a43f9f9fdfb 13636 sound optional
lame_3.99.5+repack1-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUAy1dAAoJEGny/FFupxmTzX8QAK9xexK050P5gPVxJr6UZnoz
Lgqx4rXLyjgy/FO/xTL7OoYoGCy0wZz8OuwV8p4r2ze+D2K2Y/czYMfn1DADhABE
1Kw7vpi+8SKaDKAcuE7K35m/hqt5io7t9E7xl6fdjO+7K3qzO6M+7Q89mxojRrwf
PNYpTMJkPNlv2tasplpdLrkaHGutQVjtvCIrWmjQ+qmIktxBt3lnmbMIdDteMGCH
Sw5gTIIscu3gJobvwNEFhPNClTX3oUp3QlaLzs5X4shIJ0eHMoM7BbtVNH9JDI7E
4JzuCCiMW39jqL/IkxM495VRYPbYofw2/Ymr+/7rm7jQKqcDzsNPtnvGyNILIoig
V5wKgUFUqh/XJLwJfKJdw874GfAQ3+5qsoSpvu8UCWRXuCHkU5PsgV4bhV22Cxtr
Co88JRgWMmMPgAZiWNrUumHc2teDYdozfRkgb3HkPN/9E+37iAzET6JRI/4TlgFZ
N5COdE+ZA9DoZZFktcP90vIkZuM6Z0Q//sOnAqL1SUNC9nkiwmmO6a+ZOc5K18n5
WVsBxSIWIXvJl99/Daez2D4I2MXy1F+9QEJfNFU0AnYB/AttTop3XoURl3VLFHQd
nM8Ba7Cxv/IjxA12YBfPQA+3ngO0weDY8IJp2TAAgGQA14hAWlLa/s7szYydNnNX
H6honzeNXSD/eMZ0NL9K
=PcHy
-----END PGP SIGNATURE-----
--- End Message ---