Source: icedove
Version: 31.0~b1-2
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-i386:
| c++ -o nsDependentString.o -c -I../../../dist/stl_wrappers 
-I../../../dist/system_wrappers -include 
/«PKGBUILDDIR»/mozilla/config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM 
-DMOZILLA_INTERNAL_API -DIMPL_LIBXUL  -DSTATIC_EXPORTABLE_JS_API 
-DNO_NSPR_10_SUPPORT -I/«PKGBUILDDIR»/mozilla/xpcom/string/src -I. 
-I/«PKGBUILDDIR»/mozilla/mfbt/double-conversion -I../../../dist/include  
-I/usr/include/nspr -I/usr/include/nss  
-I/«PKGBUILDDIR»/obj-icedove/mozilla/dist/include -I/usr/include 
-I/usr/include/pixman-1    -fPIC  -D_FORTIFY_SOURCE=2 -DMOZILLA_CLIENT -include 
../../../mozilla-config.h -MD -MP -MF .deps/nsDependentString.o.pp 
-D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Woverloaded-virtual 
-Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body 
-Wsign-compare -Wno-invalid-offsetof -Wcast-align -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -fno-exceptions 
-fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-except
 ions -fno-math-errno -std=gnu++0x -pthread -pipe  -DNDEBUG -DTRIMMED -g -O 
-fomit-frame-pointer     
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsDependentString.cpp
| nsDependentSubstring.o
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp: In member 
function 'void LossyConvertEncoding16to8::write_sse2(const char16_t*, 
uint32_t)':
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:25:43: warning: 
SSE vector return without SSE enabled changes the ABI [-Wpsabi]
|    __m128i vectmask = _mm_set1_epi16(0x00ff);
|                                            ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:639:1: error: inlining 
failed in call to always_inline '__m128i _mm_set1_epi16(short int)': target 
specific option mismatch
|  _mm_set1_epi16 (short __A)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:25:43: error: 
called from here
|    __m128i vectmask = _mm_set1_epi16(0x00ff);
|                                            ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:686:1: error: inlining 
failed in call to always_inline '__m128i _mm_load_si128(const __m128i*)': 
target specific option mismatch
|  _mm_load_si128 (__m128i const *__P)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:27:83: error: 
called from here
|      __m128i source1 = _mm_load_si128(reinterpret_cast<const 
__m128i*>(aSource + i));
|                                                                               
     ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:1248:1: error: 
inlining failed in call to always_inline '__m128i _mm_and_si128(__m128i, 
__m128i)': target specific option mismatch
|  _mm_and_si128 (__m128i __A, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:28:47: error: 
called from here
|      source1 = _mm_and_si128(source1, vectmask);
|                                                ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:686:1: error: inlining 
failed in call to always_inline '__m128i _mm_load_si128(const __m128i*)': 
target specific option mismatch
|  _mm_load_si128 (__m128i const *__P)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:30:87: error: 
called from here
|      __m128i source2 = _mm_load_si128(reinterpret_cast<const 
__m128i*>(aSource + i + 8));
|                                                                               
         ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:1248:1: error: 
inlining failed in call to always_inline '__m128i _mm_and_si128(__m128i, 
__m128i)': target specific option mismatch
|  _mm_and_si128 (__m128i __A, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:31:47: error: 
called from here
|      source2 = _mm_and_si128(source2, vectmask);
|                                                ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:686:1: error: inlining 
failed in call to always_inline '__m128i _mm_load_si128(const __m128i*)': 
target specific option mismatch
|  _mm_load_si128 (__m128i const *__P)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:33:88: error: 
called from here
|      __m128i source3 = _mm_load_si128(reinterpret_cast<const 
__m128i*>(aSource + i + 16));
|                                                                               
          ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:1248:1: error: 
inlining failed in call to always_inline '__m128i _mm_and_si128(__m128i, 
__m128i)': target specific option mismatch
|  _mm_and_si128 (__m128i __A, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:34:47: error: 
called from here
|      source3 = _mm_and_si128(source3, vectmask);
|                                                ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:686:1: error: inlining 
failed in call to always_inline '__m128i _mm_load_si128(const __m128i*)': 
target specific option mismatch
|  _mm_load_si128 (__m128i const *__P)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:36:88: error: 
called from here
|      __m128i source4 = _mm_load_si128(reinterpret_cast<const 
__m128i*>(aSource + i + 24));
|                                                                               
          ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:1248:1: error: 
inlining failed in call to always_inline '__m128i _mm_and_si128(__m128i, 
__m128i)': target specific option mismatch
|  _mm_and_si128 (__m128i __A, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:37:47: error: 
called from here
|      source4 = _mm_and_si128(source4, vectmask);
|                                                ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:953:1: error: inlining 
failed in call to always_inline '__m128i _mm_packus_epi16(__m128i, __m128i)': 
target specific option mismatch
|  _mm_packus_epi16 (__m128i __A, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:44:56: error: 
called from here
|      __m128i packed1 = _mm_packus_epi16(source1, source2);
|                                                         ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:953:1: error: inlining 
failed in call to always_inline '__m128i _mm_packus_epi16(__m128i, __m128i)': 
target specific option mismatch
|  _mm_packus_epi16 (__m128i __A, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:45:56: error: 
called from here
|      __m128i packed2 = _mm_packus_epi16(source3, source4);
|                                                         ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:710:1: error: inlining 
failed in call to always_inline 'void _mm_storeu_si128(__m128i*, __m128i)': 
target specific option mismatch
|  _mm_storeu_si128 (__m128i *__P, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:49:73: error: 
called from here
|      _mm_storeu_si128(reinterpret_cast<__m128i*>(dest + i),      packed1);
|                                                                          ^
| In file included from 
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:7:0:
| /usr/lib/gcc/i486-kfreebsd-gnu/4.9/include/emmintrin.h:710:1: error: inlining 
failed in call to always_inline 'void _mm_storeu_si128(__m128i*, __m128i)': 
target specific option mismatch
|  _mm_storeu_si128 (__m128i *__P, __m128i __B)
|  ^
| /«PKGBUILDDIR»/mozilla/xpcom/string/src/nsUTF8UtilsSSE2.cpp:50:73: error: 
called from here
|      _mm_storeu_si128(reinterpret_cast<__m128i*>(dest + i + 16), packed2);
|                                                                          ^
| c++ -o nsDependentSubstring.o -c -I../../../dist/stl_wrappers 
-I../../../dist/system_wrappers -include 
/«PKGBUILDDIR»/mozilla/config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM 
-DMOZILLA_INTERNAL_API -DIMPL_LIBXUL  -DSTATIC_EXPORTABLE_JS_API 
-DNO_NSPR_10_SUPPORT -I/«PKGBUILDDIR»/mozilla/xpcom/string/src -I. 
-I/«PKGBUILDDIR»/mozilla/mfbt/double-conversion -I../../../dist/include  
-I/usr/include/nspr -I/usr/include/nss  
-I/«PKGBUILDDIR»/obj-icedove/mozilla/dist/include -I/usr/include 
-I/usr/include/pixman-1    -fPIC  -D_FORTIFY_SOURCE=2 -DMOZILLA_CLIENT -include 
../../../mozilla-config.h -MD -MP -MF .deps/nsDependentSubstring.o.pp 
-D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Woverloaded-virtual 
-Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body 
-Wsign-compare -Wno-invalid-offsetof -Wcast-align -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -fno-exceptions 
-fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-
 exceptions -fno-math-errno -std=gnu++0x -pthread -pipe  -DNDEBUG -DTRIMMED -g 
-O -fomit-frame-pointer     
/«PKGBUILDDIR»/mozilla/xpcom/string/src/nsDependentSubstring.cpp
| nsPromiseFlatString.o
| /«PKGBUILDDIR»/mozilla/config/rules.mk:1001: recipe for target 
'nsUTF8UtilsSSE2.o' failed
| make[8]: *** [nsUTF8UtilsSSE2.o] Error 1
| make[8]: *** Waiting for unfinished jobs....
| make[8]: Leaving directory 
'/«PKGBUILDDIR»/obj-icedove/mozilla/xpcom/string/src'
| make[7]: *** [libs] Error 2

Full build log:
  
https://buildd.debian.org/status/fetch.php?pkg=icedove&arch=kfreebsd-i386&ver=31.0~b1-2&stamp=1403486064

Mraw,
KiBi.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to