=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for ffts-20140106 /usr/pkg/bin/bmake all-recursive Making all in src /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -MT ffts.lo -MD -MP -MF .deps/ffts.Tpo -c -o ffts.lo ffts.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -O2 -march=i586 -MT ffts.lo -MD -MP -MF .deps/ffts.Tpo -c ffts.c -fPIC -DPIC -o .libs/ffts.o In file included from ffts.c:34: In file included from ./macros.h:55: In file included from ./macros-sse.h:37: /usr/include/clang-3.6/xmmintrin.h:28:2: error: "SSE instruction set not enabled" #error "SSE instruction set not enabled" ^ In file included from ffts.c:34: In file included from ./macros.h:55: ./macros-sse.h:41:9: error: unknown type name '__m128' typedef __m128 V; ^ ./macros-sse.h:67:17: warning: implicit declaration of function '_mm_shuffle_ps' is invalid in C99 [-Wimplicit-function-declaration] if(inv) return VSWAPPAIRS(VXOR(a, VLIT4(0.0f, -0.0f, 0.0f, -0.0f))); ^ ./macros-sse.h:51:24: note: expanded from macro 'VSWAPPAIRS' #define VSWAPPAIRS(x) (_mm_shuffle_ps(x,x,_MM_SHUFFLE(2,3,0,1))) ^ ./macros-sse.h:67:28: warning: implicit declaration of function '_mm_xor_ps' is invalid in C99 [-Wimplicit-function-declaration] if(inv) return VSWAPPAIRS(VXOR(a, VLIT4(0.0f, -0.0f, 0.0f, -0.0f))); ^ ./macros-sse.h:47:14: note: expanded from macro 'VXOR' #define VXOR _mm_xor_ps ^ ./macros-sse.h:51:39: note: expanded from macro 'VSWAPPAIRS' #define VSWAPPAIRS(x) (_mm_shuffle_ps(x,x,_MM_SHUFFLE(2,3,0,1))) ^ ./macros-sse.h:67:36: warning: implicit declaration of function '_mm_set_ps' is invalid in C99 [-Wimplicit-function-declaration] if(inv) return VSWAPPAIRS(VXOR(a, VLIT4(0.0f, -0.0f, 0.0f, -0.0f))); ^ ./macros-sse.h:58:15: note: expanded from macro 'VLIT4' #define VLIT4 _mm_set_ps ^ ./macros-sse.h:51:39: note: expanded from macro 'VSWAPPAIRS' #define VSWAPPAIRS(x) (_mm_shuffle_ps(x,x,_MM_SHUFFLE(2,3,0,1))) ^ ./macros-sse.h:67:17: warning: implicit declaration of function '_MM_SHUFFLE' is invalid in C99 [-Wimplicit-function-declaration] if(inv) return VSWAPPAIRS(VXOR(a, VLIT4(0.0f, -0.0f, 0.0f, -0.0f))); ^ ./macros-sse.h:51:43: note: expanded from macro 'VSWAPPAIRS' #define VSWAPPAIRS(x) (_mm_shuffle_ps(x,x,_MM_SHUFFLE(2,3,0,1))) ^ ./macros-sse.h:73:8: warning: implicit declaration of function '_mm_mul_ps' is invalid in C99 [-Wimplicit-function-declaration] re = VMUL(re, d); ^ ./macros-sse.h:45:14: note: expanded from macro 'VMUL' #define VMUL _mm_mul_ps ^ ./macros-sse.h:75:10: warning: implicit declaration of function '_mm_sub_ps' is invalid in C99 [-Wimplicit-function-declaration] return VSUB(re, im); ^ ./macros-sse.h:44:14: note: expanded from macro 'VSUB' #define VSUB _mm_sub_ps ^ ./macros-sse.h:81:10: warning: implicit declaration of function '_mm_add_ps' is invalid in C99 [-Wimplicit-function-declaration] return VADD(re, im); ^ ./macros-sse.h:43:14: note: expanded from macro 'VADD' #define VADD _mm_add_ps ^ In file included from ffts.c:34: ./macros.h:86:5: warning: implicit declaration of function '_mm_store_ps' is invalid in C99 [-Wimplicit-function-declaration] VST(o0, r0); VST(o1, r1); VST(o2, r2); VST(o3, r3); ^ ./macros-sse.h:48:13: note: expanded from macro 'VST' #define VST _mm_store_ps ^ In file included from ffts.c:34: ./macros.h:97:10: warning: implicit declaration of function '_mm_load_ps' is invalid in C99 [-Wimplicit-function-declaration] t0 = VLD(i0); t1 = VLD(i1); t2 = VLD(i2); t3 = VLD(i3); ^ ./macros-sse.h:49:13: note: expanded from macro 'VLD' #define VLD _mm_load_ps ^ ffts.c:80:3: warning: implicit declaration of function '_mm_free' is invalid in C99 [-Wimplicit-function-declaration] FFTS_FREE(p->ws); ^ ./macros-sse.h:64:23: note: expanded from macro 'FFTS_FREE' #define FFTS_FREE(d) (_mm_free(d)) ^ ffts.c:215:12: warning: implicit declaration of function '_mm_malloc' is invalid in C99 [-Wimplicit-function-declaration] p->ws = FFTS_MALLOC(lut_size,32); ^ ./macros-sse.h:63:27: note: expanded from macro 'FFTS_MALLOC' #define FFTS_MALLOC(d,a) (_mm_malloc(d,a)) ^ ffts.c:215:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'int' [-Wint-conversion] p->ws = FFTS_MALLOC(lut_size,32); ^ ~~~~~~~~~~~~~~~~~~~~~~~~ ffts.c:235:14: warning: incompatible integer to pointer conversion initializing 'cdata_t *' (aka 'float (*)[2]') with an expression of type 'int' [-Wint-conversion] cdata_t *w0 = FFTS_MALLOC(n/4 * sizeof(cdata_t), 32); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ffts.c:304:14: warning: incompatible integer to pointer conversion initializing 'cdata_t *' (aka 'float (*)[2]') with an expression of type 'int' [-Wint-conversion] cdata_t *w0 = FFTS_MALLOC(n/8 * sizeof(cdata_t), 32); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ffts.c:305:14: warning: incompatible integer to pointer conversion initializing 'cdata_t *' (aka 'float (*)[2]') with an expression of type 'int' [-Wint-conversion] cdata_t *w1 = FFTS_MALLOC(n/8 * sizeof(cdata_t), 32); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ffts.c:306:14: warning: incompatible integer to pointer conversion initializing 'cdata_t *' (aka 'float (*)[2]') with an expression of type 'int' [-Wint-conversion] cdata_t *w2 = FFTS_MALLOC(n/8 * sizeof(cdata_t), 32); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 16 warnings and 2 errors generated. *** Error code 1 Stop. bmake[2]: stopped in /usr/pkgsrc/work/math/ffts/work/ffts-fa1780c68593762b1e4bdbc46d83912db3eba27a/src *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/work/math/ffts/work/ffts-fa1780c68593762b1e4bdbc46d83912db3eba27a *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/math/ffts/work/ffts-fa1780c68593762b1e4bdbc46d83912db3eba27a *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/math/ffts *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/math/ffts