Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.67 KB | None | 0 0
  1. => Bootstrap dependency digest>=20010302: found digest-20160304
  2. ===> Building for lame-3.99.5nb3
  3. /usr/pkg/bin/gmake all-recursive
  4. gmake[1]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5'
  5. Making all in mpglib
  6. gmake[2]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/mpglib'
  7. gmake[2]: Nothing to be done for 'all'.
  8. gmake[2]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/mpglib'
  9. Making all in libmp3lame
  10. gmake[2]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame'
  11. Making all in i386
  12. gmake[3]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/i386'
  13. gmake[3]: Nothing to be done for 'all'.
  14. gmake[3]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/i386'
  15. Making all in vector
  16. gmake[3]: Entering directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/vector'
  17. /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
  18. 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
  19. xmm_quantize_sub.c: In function 'fht_SSE2':
  20. xmm_quantize_sub.c:172:20: warning: variable 'v_s2' set but not used [-Wunused-but-set-variable]
  21. __m128 v_s2;
  22. ^
  23. xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
  24. xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
  25. const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
  26. ^
  27. In file included from xmm_quantize_sub.c:37:0:
  28. /usr/include/gcc-5/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
  29. _mm_set_ps1 (float __F)
  30. ^
  31. xmm_quantize_sub.c:74:21: error: called from here
  32. vec_sum._m128 = _mm_set_ps1(0);
  33. ^
  34. In file included from xmm_quantize_sub.c:37:0:
  35. /usr/include/gcc-5/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
  36. _mm_set_ps1 (float __F)
  37. ^
  38. xmm_quantize_sub.c:73:27: error: called from here
  39. vec_xrpow_max._m128 = _mm_set_ps1(0);
  40. ^
  41. In file included from xmm_quantize_sub.c:37:0:
  42. /usr/include/gcc-5/xmmintrin.h:929:1: error: inlining failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
  43. _mm_loadu_ps (float const *__P)
  44. ^
  45. xmm_quantize_sub.c:65:18: error: called from here
  46. const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
  47. ^
  48. In file included from xmm_quantize_sub.c:37:0:
  49. /usr/include/gcc-5/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
  50. _mm_set_ps1 (float __F)
  51. ^
  52. xmm_quantize_sub.c:74:21: error: called from here
  53. vec_sum._m128 = _mm_set_ps1(0);
  54. ^
  55. In file included from xmm_quantize_sub.c:37:0:
  56. /usr/include/gcc-5/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
  57. _mm_set_ps1 (float __F)
  58. ^
  59. xmm_quantize_sub.c:73:27: error: called from here
  60. vec_xrpow_max._m128 = _mm_set_ps1(0);
  61. ^
  62. In file included from xmm_quantize_sub.c:37:0:
  63. /usr/include/gcc-5/xmmintrin.h:978:1: error: inlining failed in call to always_inline '_mm_storeu_ps': target specific option mismatch
  64. _mm_storeu_ps (float *__P, __m128 __A)
  65. ^
  66. xmm_quantize_sub.c:82:9: error: called from here
  67. _mm_storeu_ps(&(xrpow[i]), vec_tmp._m128); /* store into xrpow[] */
  68. ^
  69. In file included from xmm_quantize_sub.c:37:0:
  70. /usr/include/gcc-5/xmmintrin.h:229:1: error: inlining failed in call to always_inline '_mm_max_ps': target specific option mismatch
  71. _mm_max_ps (__m128 __A, __m128 __B)
  72. ^
  73. xmm_quantize_sub.c:81:31: error: called from here
  74. vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128, vec_tmp._m128); /* retrieve max */
  75. ^
  76. In file included from xmm_quantize_sub.c:37:0:
  77. /usr/include/gcc-5/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
  78. _mm_sqrt_ps (__m128 __A)
  79. ^
  80. xmm_quantize_sub.c:80:25: error: called from here
  81. vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
  82. ^
  83. In file included from xmm_quantize_sub.c:37:0:
  84. /usr/include/gcc-5/xmmintrin.h:193:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch
  85. _mm_mul_ps (__m128 __A, __m128 __B)
  86. ^
  87. xmm_quantize_sub.c:80:25: error: called from here
  88. vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
  89. ^
  90. In file included from xmm_quantize_sub.c:37:0:
  91. /usr/include/gcc-5/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
  92. _mm_sqrt_ps (__m128 __A)
  93. ^
  94. xmm_quantize_sub.c:80:25: error: called from here
  95. vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
  96. ^
  97. In file included from xmm_quantize_sub.c:37:0:
  98. /usr/include/gcc-5/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch
  99. _mm_add_ps (__m128 __A, __m128 __B)
  100. ^
  101. xmm_quantize_sub.c:79:25: error: called from here
  102. vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
  103. ^
  104. In file included from xmm_quantize_sub.c:37:0:
  105. /usr/include/gcc-5/xmmintrin.h:237:1: error: inlining failed in call to always_inline '_mm_and_ps': target specific option mismatch
  106. _mm_and_ps (__m128 __A, __m128 __B)
  107. ^
  108. xmm_quantize_sub.c:78:25: error: called from here
  109. vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
  110. ^
  111. In file included from xmm_quantize_sub.c:37:0:
  112. /usr/include/gcc-5/xmmintrin.h:929:1: error: inlining failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
  113. _mm_loadu_ps (float const *__P)
  114. ^
  115. xmm_quantize_sub.c:77:25: error: called from here
  116. vec_tmp._m128 = _mm_loadu_ps(&(cod_info->xr[i])); /* load */
  117. ^
  118. In file included from xmm_quantize_sub.c:37:0:
  119. /usr/include/gcc-5/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
  120. _mm_set_ps1 (float __F)
  121. ^
  122. xmm_quantize_sub.c:84:21: error: called from here
  123. vec_tmp._m128 = _mm_set_ps1(0);
  124. ^
  125. In file included from xmm_quantize_sub.c:37:0:
  126. /usr/include/gcc-5/xmmintrin.h:229:1: error: inlining failed in call to always_inline '_mm_max_ps': target specific option mismatch
  127. _mm_max_ps (__m128 __A, __m128 __B)
  128. ^
  129. xmm_quantize_sub.c:92:35: error: called from here
  130. vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128, vec_tmp._m128); /* retrieve max */
  131. ^
  132. In file included from xmm_quantize_sub.c:37:0:
  133. /usr/include/gcc-5/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
  134. _mm_sqrt_ps (__m128 __A)
  135. ^
  136. xmm_quantize_sub.c:91:29: error: called from here
  137. vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
  138. ^
  139. In file included from xmm_quantize_sub.c:37:0:
  140. /usr/include/gcc-5/xmmintrin.h:193:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch
  141. _mm_mul_ps (__m128 __A, __m128 __B)
  142. ^
  143. xmm_quantize_sub.c:91:29: error: called from here
  144. vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
  145. ^
  146. In file included from xmm_quantize_sub.c:37:0:
  147. /usr/include/gcc-5/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
  148. _mm_sqrt_ps (__m128 __A)
  149. ^
  150. xmm_quantize_sub.c:91:29: error: called from here
  151. vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
  152. ^
  153. In file included from xmm_quantize_sub.c:37:0:
  154. /usr/include/gcc-5/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch
  155. _mm_add_ps (__m128 __A, __m128 __B)
  156. ^
  157. xmm_quantize_sub.c:90:29: error: called from here
  158. vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
  159. ^
  160. In file included from xmm_quantize_sub.c:37:0:
  161. /usr/include/gcc-5/xmmintrin.h:237:1: error: inlining failed in call to always_inline '_mm_and_ps': target specific option mismatch
  162. _mm_and_ps (__m128 __A, __m128 __B)
  163. ^
  164. xmm_quantize_sub.c:89:29: error: called from here
  165. vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
  166. ^
  167. gmake[3]: *** [Makefile:319: xmm_quantize_sub.lo] Error 1
  168. gmake[3]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame/vector'
  169. gmake[2]: *** [Makefile:547: all-recursive] Error 1
  170. gmake[2]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5/libmp3lame'
  171. gmake[1]: *** [Makefile:349: all-recursive] Error 1
  172. gmake[1]: Leaving directory '/usr/pkgsrc/audio/lame/work/lame-3.99.5'
  173. gmake: *** [Makefile:276: all] Error 2
  174. *** Error code 2
  175.  
  176. Stop.
  177. make[1]: stopped in /usr/pkgsrc/audio/lame
  178. *** Error code 1
  179.  
  180. Stop.
  181. make: stopped in /usr/pkgsrc/audio/lame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement