pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/51220: Error building audio/lame on NetBSD-current i386



The following reply was made to PR pkg/51220; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/51220: Error building audio/lame on NetBSD-current i386
Date: Mon, 6 Jun 2016 12:39:49 +0200

 > http://pastebin.com/Y2g2nM7d
 
 => Bootstrap dependency digest>=20010302: found digest-20160304
 ===> Building for lame-3.99.5nb3
 /usr/pkg/bin/gmake  all-recursive
 gmake[1]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5'
 Making all in mpglib
 gmake[2]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/mpglib'
 gmake[2]: Nothing to be done for 'all'.
 gmake[2]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/mpglib'
 Making all in libmp3lame
 gmake[2]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame'
 Making all in i386
 gmake[3]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/i386'
 gmake[3]: Nothing to be done for 'all'.
 gmake[3]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/i386'
 Making all in vector
 gmake[3]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/vector'
 /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../.. -I../../include -I. -I../../libmp3lame -I../../mpglib -I../..  -I/usr/include  -Wall -pipe -O2 -I/usr/include -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -c -o xmm_quantize_sub.lo xmm_quantize_sub.c
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libmp3lame -I../../mpglib -Wall -pipe -O2 -MT xmm_quantize_sub.lo -MD -MP -MF .deps/xmm_quantize_sub.Tpo -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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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 */
                                    ^
 In file included from xmm_quantize_sub.c:37:0:
 /usr/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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/include/gcc-5/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 */
                              ^
 gmake[3]: *** [Makefile:319: xmm_quantize_sub.lo] Error 1
 gmake[3]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/vector'
 gmake[2]: *** [Makefile:547: all-recursive] Error 1
 gmake[2]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame'
 gmake[1]: *** [Makefile:349: all-recursive] Error 1
 gmake[1]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5'
 gmake: *** [Makefile:276: all] Error 2
 *** Error code 2
 
 Stop.
 make[1]: stopped in /usr/pkgsrc/audio/lame
 *** Error code 1
 
 Stop.
 make: stopped in /usr/pkgsrc/audio/lame
 


Home | Main Index | Thread Index | Old Index