=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for bwa-0.7.17nb3 gcc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS utils.c -o utils.o gcc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS kthread.c -o kthread.o gcc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS kstring.c -o kstring.o gcc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS ksw.c -o ksw.o gcc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS bwt.c -o bwt.o distcc[17143] ERROR: compile ksw.c on 10.0.20.122:3648 failed distcc[17143] (dcc_build_somewhere) Warning: remote compilation of 'ksw.c' failed, retrying locally distcc[17143] Warning: failed to distribute ksw.c to 10.0.20.122:3648, running locally instead gcc -c -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS bntseq.c -o bntseq.o ksw.c: In function 'ksw_u8': ksw.c:131:7: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] zero = _mm_set1_epi32(0); ~~~~~^~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:654:1: error: inlining failed in call to always_inline '_mm_set1_epi8': target specific option mismatch _mm_set1_epi8 (char __A) ^~~~~~~~~~~~~ ksw.c:136:8: note: called from here shift = _mm_set1_epi8(q->shift); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:654:1: error: inlining failed in call to always_inline '_mm_set1_epi8': target specific option mismatch _mm_set1_epi8 (char __A) ^~~~~~~~~~~~~ ksw.c:135:8: note: called from here e_ins = _mm_set1_epi8(_e_ins); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:654:1: error: inlining failed in call to always_inline '_mm_set1_epi8': target specific option mismatch _mm_set1_epi8 (char __A) ^~~~~~~~~~~~~ ksw.c:134:9: note: called from here oe_ins = _mm_set1_epi8(_o_ins + _e_ins); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:654:1: error: inlining failed in call to always_inline '_mm_set1_epi8': target specific option mismatch _mm_set1_epi8 (char __A) ^~~~~~~~~~~~~ ksw.c:133:8: note: called from here e_del = _mm_set1_epi8(_e_del); ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:654:1: error: inlining failed in call to always_inline '_mm_set1_epi8': target specific option mismatch _mm_set1_epi8 (char __A) ^~~~~~~~~~~~~ ksw.c:132:9: note: called from here oe_del = _mm_set1_epi8(_o_del + _e_del); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:642:1: error: inlining failed in call to always_inline '_mm_set1_epi32': target specific option mismatch _mm_set1_epi32 (int __A) ^~~~~~~~~~~~~~ ksw.c:131:7: note: called from here zero = _mm_set1_epi32(0); ~~~~~^~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:142:3: note: called from here _mm_store_si128(Hmax + i, zero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:141:3: note: called from here _mm_store_si128(H0 + i, zero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:140:3: note: called from here _mm_store_si128(E + i, zero); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1191:1: error: inlining failed in call to always_inline '_mm_slli_si128': target specific option mismatch _mm_slli_si128 (__m128i __A, const int __N) ^~~~~~~~~~~~~~ ksw.c:149:5: note: called from here h = _mm_slli_si128(h, 1); // h=H(i-1,-1); << instead of >> because x64 is little-endian ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:695:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch _mm_load_si128 (__m128i const *__P) ^~~~~~~~~~~~~~ ksw.c:148:5: note: called from here h = _mm_load_si128(H0 + slen - 1); // h={2,5,8,11,14,17,-1,-1} in the above example ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:695:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch _mm_load_si128 (__m128i const *__P) ^~~~~~~~~~~~~~ ksw.c:174:6: note: called from here h = _mm_load_si128(H0 + j); // h=H'(i-1,j) ~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:172:6: note: called from here f = _mm_max_epu8(f, t); ~~^~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:171:6: note: called from here t = _mm_subs_epu8(h, oe_ins); // h=H'(i,j) - o_ins - e_ins ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:170:6: note: called from here f = _mm_subs_epu8(f, e_ins); ~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:168:4: note: called from here _mm_store_si128(E + j, e); // save to E'(i+1,j) ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:167:6: note: called from here e = _mm_max_epu8(e, t); // e=E'(i+1,j) ~~^~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:166:6: note: called from here t = _mm_subs_epu8(h, oe_del); // h=H'(i,j) - o_del - e_del ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:165:6: note: called from here e = _mm_subs_epu8(e, e_del); // e=E'(i,j) - e_del ~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:163:4: note: called from here _mm_store_si128(H1 + j, h); // save to H'(i,j) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:162:8: note: called from here max = _mm_max_epu8(max, h); // set max ~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:161:6: note: called from here h = _mm_max_epu8(h, f); // h=H'(i,j) ~~^~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:160:6: note: called from here h = _mm_max_epu8(h, e); ~~^~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:695:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch _mm_load_si128 (__m128i const *__P) ^~~~~~~~~~~~~~ ksw.c:159:6: note: called from here e = _mm_load_si128(E + j); // e=E'(i,j) ~~^~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:158:6: note: called from here h = _mm_subs_epu8(h, shift); // h=H'(i-1,j-1)+S(i,j) ~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1052:1: error: inlining failed in call to always_inline '_mm_adds_epu8': target specific option mismatch _mm_adds_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:157:6: note: called from here h = _mm_adds_epu8(h, _mm_load_si128(S + j)); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:695:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch _mm_load_si128 (__m128i const *__P) ^~~~~~~~~~~~~~ ksw.c:157:8: note: called from here h = _mm_adds_epu8(h, _mm_load_si128(S + j)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1191:1: error: inlining failed in call to always_inline '_mm_slli_si128': target specific option mismatch _mm_slli_si128 (__m128i __A, const int __N) ^~~~~~~~~~~~~~ ksw.c:178:6: note: called from here f = _mm_slli_si128(f, 1); ~~^~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1395:1: error: inlining failed in call to always_inline '_mm_movemask_epi8': target specific option mismatch _mm_movemask_epi8 (__m128i __A) ^~~~~~~~~~~~~~~~~ ksw.c:185:9: note: called from here cmp = _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_subs_epu8(f, h), zero)); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1297:1: error: inlining failed in call to always_inline '_mm_cmpeq_epi8': target specific option mismatch _mm_cmpeq_epi8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~~ ksw.c:185:11: note: called from here cmp = _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_subs_epu8(f, h), zero)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:185:11: note: called from here cmp = _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_subs_epu8(f, h), zero)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:184:7: note: called from here f = _mm_subs_epu8(f, e_ins); ~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1100:1: error: inlining failed in call to always_inline '_mm_subs_epu8': target specific option mismatch _mm_subs_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~~ ksw.c:183:7: note: called from here h = _mm_subs_epu8(h, oe_ins); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:182:5: note: called from here _mm_store_si128(H1 + j, h); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:181:7: note: called from here h = _mm_max_epu8(h, f); // h=H'(i,j) ~~^~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:695:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch _mm_load_si128 (__m128i const *__P) ^~~~~~~~~~~~~~ ksw.c:180:7: note: called from here h = _mm_load_si128(H1 + j); ~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1352:1: error: inlining failed in call to always_inline '_mm_extract_epi16': target specific option mismatch _mm_extract_epi16 (__m128i const __A, int const __N) ^~~~~~~~~~~~~~~~~ ksw.c:123:14: note: called from here (ret) = _mm_extract_epi16((xx), 0) & 0x00ff; \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:122:8: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 1)); \ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1185:1: error: inlining failed in call to always_inline '_mm_srli_si128': target specific option mismatch _mm_srli_si128 (__m128i __A, const int __N) ^~~~~~~~~~~~~~ ksw.c:122:10: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 1)); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:121:8: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 2)); \ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1185:1: error: inlining failed in call to always_inline '_mm_srli_si128': target specific option mismatch _mm_srli_si128 (__m128i __A, const int __N) ^~~~~~~~~~~~~~ ksw.c:121:10: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 2)); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:120:8: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 4)); \ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1185:1: error: inlining failed in call to always_inline '_mm_srli_si128': target specific option mismatch _mm_srli_si128 (__m128i __A, const int __N) ^~~~~~~~~~~~~~ ksw.c:120:10: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 4)); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1377:1: error: inlining failed in call to always_inline '_mm_max_epu8': target specific option mismatch _mm_max_epu8 (__m128i __A, __m128i __B) ^~~~~~~~~~~~ ksw.c:119:8: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 8)); \ ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:1185:1: error: inlining failed in call to always_inline '_mm_srli_si128': target specific option mismatch _mm_srli_si128 (__m128i __A, const int __N) ^~~~~~~~~~~~~~ ksw.c:119:10: note: called from here (xx) = _mm_max_epu8((xx), _mm_srli_si128((xx), 8)); \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ksw.c:191:3: note: in expansion of macro '__max_16' __max_16(imax, max); // imax is the maximum number in max ^~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:713:1: error: inlining failed in call to always_inline '_mm_store_si128': target specific option mismatch _mm_store_si128 (__m128i *__P, __m128i __B) ^~~~~~~~~~~~~~~ ksw.c:204:5: note: called from here _mm_store_si128(Hmax + j, _mm_load_si128(H1 + j)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ksw.c:29:0: /usr/include/gcc-7/emmintrin.h:695:1: error: inlining failed in call to always_inline '_mm_load_si128': target specific option mismatch _mm_load_si128 (__m128i const *__P) ^~~~~~~~~~~~~~ ksw.c:204:5: note: called from here _mm_store_si128(Hmax + j, _mm_load_si128(H1 + j)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ distcc[17143] ERROR: compile ksw.c on localhost failed gmake: *** [Makefile:28: ksw.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/biology/bwa *** Error code 1 Stop. make: stopped in /usr/pkgsrc/biology/bwa