=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for hmmer-3.0 --- easel_lib --- --- impl_lib --- --- easel_lib --- cd easel; /usr/bin/make libeasel.a --- impl_lib --- cd src/impl_vmx; /usr/bin/make libhmmerimpl.a --- easel_lib --- --- easel.o --- --- impl_lib --- --- decoding.o --- --- easel_lib --- gcc -I. -I. -O2 -D_FORTIFY_SOURCE=2 -pthread -maltivec -mabi=altivec -o easel.o -c easel.c --- impl_lib --- gcc -O2 -D_FORTIFY_SOURCE=2 -pthread -maltivec -mabi=altivec -DHAVE_CONFIG_H -I../../easel -I../../easel -I. -I.. -I. -I../../src -c decoding.c distcc[17965] ERROR: compile decoding.c on 10.0.20.122:3638 failed distcc[17965] (dcc_build_somewhere) Warning: remote compilation of 'decoding.c' failed, retrying locally distcc[17965] Warning: failed to distribute decoding.c to 10.0.20.122:3638, running locally instead --- easel_lib --- --- esl_alphabet.o --- gcc -I. -I. -O2 -D_FORTIFY_SOURCE=2 -pthread -maltivec -mabi=altivec -o esl_alphabet.o -c esl_alphabet.c --- impl_lib --- In file included from decoding.c:25:0: ../../easel/esl_vmx.h: In function 'esl_vmx_set_float': ../../easel/esl_vmx.h:30:7: warning: implicit declaration of function 'vec_lde' [-Wimplicit-function-declaration] v = vec_lde(0, &x); ^~~~~~~ ../../easel/esl_vmx.h:30:5: error: incompatible types when assigning to type '__vector float {aka __vector(4) float}' from type 'int' v = vec_lde(0, &x); ^ ../../easel/esl_vmx.h:31:7: warning: implicit declaration of function 'vec_lvsl' [-Wimplicit-function-declaration] p = vec_lvsl(0, &x); ^~~~~~~~ ../../easel/esl_vmx.h:31:5: error: incompatible types when assigning to type '__vector unsigned char {aka __vector(16) unsigned char}' from type 'int' p = vec_lvsl(0, &x); ^ ../../easel/esl_vmx.h:32:7: warning: implicit declaration of function 'vec_perm'; did you mean 'vector'? [-Wimplicit-function-declaration] v = vec_perm(v, v, p); ^~~~~~~~ vector ../../easel/esl_vmx.h:32:3: error: AltiVec argument passed to unprototyped function v = vec_perm(v, v, p); ^ ../../easel/esl_vmx.h:33:7: warning: implicit declaration of function 'vec_splat' [-Wimplicit-function-declaration] v = vec_splat(v, 0); ^~~~~~~~~ ../../easel/esl_vmx.h:33:3: error: AltiVec argument passed to unprototyped function v = vec_splat(v, 0); ^ ../../easel/esl_vmx.h: In function 'esl_vmx_set_s16': ../../easel/esl_vmx.h:48:5: error: incompatible types when assigning to type '__vector signed short {aka __vector(8) short int}' from type 'int' v = vec_lde(0, &x); ^ ../../easel/esl_vmx.h:49:5: error: incompatible types when assigning to type '__vector unsigned char {aka __vector(16) unsigned char}' from type 'int' p = vec_lvsl(0, &x); ^ ../../easel/esl_vmx.h:50:3: error: AltiVec argument passed to unprototyped function v = vec_perm(v, v, p); ^ ../../easel/esl_vmx.h:51:3: error: AltiVec argument passed to unprototyped function v = vec_splat(v, 0); ^ ../../easel/esl_vmx.h: In function 'esl_vmx_set_u8': ../../easel/esl_vmx.h:66:5: error: incompatible types when assigning to type '__vector unsigned char {aka __vector(16) unsigned char}' from type 'int' v = vec_lde(0, &x); ^ ../../easel/esl_vmx.h:67:5: error: incompatible types when assigning to type '__vector unsigned char {aka __vector(16) unsigned char}' from type 'int' p = vec_lvsl(0, &x); ^ ../../easel/esl_vmx.h:68:3: error: AltiVec argument passed to unprototyped function v = vec_perm(v, v, p); ^ ../../easel/esl_vmx.h:69:3: error: AltiVec argument passed to unprototyped function v = vec_splat(v, 0); ^ ../../easel/esl_vmx.h: In function 'esl_vmx_hsum_float': ../../easel/esl_vmx.h:83:7: warning: implicit declaration of function 'vec_add' [-Wimplicit-function-declaration] v = vec_add(v, vec_sld(v, v, 4)); ^~~~~~~ ../../easel/esl_vmx.h:83:18: warning: implicit declaration of function 'vec_sld' [-Wimplicit-function-declaration] v = vec_add(v, vec_sld(v, v, 4)); ^~~~~~~ ../../easel/esl_vmx.h:83:3: error: AltiVec argument passed to unprototyped function v = vec_add(v, vec_sld(v, v, 4)); ^ ../../easel/esl_vmx.h:83:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:84:3: error: AltiVec argument passed to unprototyped function v = vec_add(v, vec_sld(v, v, 8)); ^ ../../easel/esl_vmx.h:84:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:85:3: warning: implicit declaration of function 'vec_ste' [-Wimplicit-function-declaration] vec_ste(v, 0, &f); ^~~~~~~ ../../easel/esl_vmx.h:85:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h: In function 'esl_vmx_hsum_s16': ../../easel/esl_vmx.h:100:3: error: AltiVec argument passed to unprototyped function v = vec_add(v, vec_sld(v, v, 2)); ^ ../../easel/esl_vmx.h:100:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:101:3: error: AltiVec argument passed to unprototyped function v = vec_add(v, vec_sld(v, v, 4)); ^ ../../easel/esl_vmx.h:101:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:102:3: error: AltiVec argument passed to unprototyped function v = vec_add(v, vec_sld(v, v, 8)); ^ ../../easel/esl_vmx.h:102:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:103:3: error: AltiVec argument passed to unprototyped function vec_ste(v, 0, &s); ^~~~~~~ ../../easel/esl_vmx.h: In function 'esl_vmx_hmax_float': ../../easel/esl_vmx.h:118:7: warning: implicit declaration of function 'vec_max' [-Wimplicit-function-declaration] v = vec_max(v, vec_sld(v, v, 4)); ^~~~~~~ ../../easel/esl_vmx.h:118:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 4)); ^ ../../easel/esl_vmx.h:118:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:119:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 8)); ^ ../../easel/esl_vmx.h:119:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:120:3: error: AltiVec argument passed to unprototyped function vec_ste(v, 0, &f); ^~~~~~~ ../../easel/esl_vmx.h: In function 'esl_vmx_hmax_s16': ../../easel/esl_vmx.h:135:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 2)); ^ ../../easel/esl_vmx.h:135:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:136:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 4)); ^ ../../easel/esl_vmx.h:136:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:137:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 8)); ^ ../../easel/esl_vmx.h:137:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:138:3: error: AltiVec argument passed to unprototyped function vec_ste(v, 0, &s); ^~~~~~~ ../../easel/esl_vmx.h: In function 'esl_vmx_hmax_u8': ../../easel/esl_vmx.h:153:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 1)); ^ ../../easel/esl_vmx.h:153:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:154:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 2)); ^ ../../easel/esl_vmx.h:154:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:155:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 4)); ^ ../../easel/esl_vmx.h:155:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:156:3: error: AltiVec argument passed to unprototyped function v = vec_max(v, vec_sld(v, v, 8)); ^ ../../easel/esl_vmx.h:156:3: error: AltiVec argument passed to unprototyped function ../../easel/esl_vmx.h:157:3: error: AltiVec argument passed to unprototyped function vec_ste(v, 0, &s); ^~~~~~~ decoding.c: In function 'p7_Decoding': decoding.c:95:26: warning: implicit declaration of function 'vec_splat_u32' [-Wimplicit-function-declaration] zerov = (vector float) vec_splat_u32(0); ^~~~~~~~~~~~~ decoding.c:95:3: error: can't convert a value of type 'int' to vector type '__vector(4) float' which has different size zerov = (vector float) vec_splat_u32(0); ^~~~~ decoding.c:99:5: error: can't convert a value of type 'int' to vector type '__vector(4) float' which has different size *ppv = (vector float) vec_splat_u32(0); ppv++; ^ decoding.c:100:5: error: can't convert a value of type 'int' to vector type '__vector(4) float' which has different size *ppv = (vector float) vec_splat_u32(0); ppv++; ^ decoding.c:101:5: error: can't convert a value of type 'int' to vector type '__vector(4) float' which has different size *ppv = (vector float) vec_splat_u32(0); ppv++; ^ decoding.c:120:11: warning: implicit declaration of function 'vec_madd' [-Wimplicit-function-declaration] *ppv = vec_madd(*fv, *bv, zerov); ^~~~~~~~ decoding.c:120:4: error: AltiVec argument passed to unprototyped function *ppv = vec_madd(*fv, *bv, zerov); ^ decoding.c:121:4: error: AltiVec argument passed to unprototyped function *ppv = vec_madd(*ppv, totrv, zerov); ^ decoding.c:125:4: error: can't convert a value of type 'int' to vector type '__vector(4) float' which has different size *ppv = (vector float) vec_splat_u32(0); ^ decoding.c:129:4: error: AltiVec argument passed to unprototyped function *ppv = vec_madd(*fv, *bv, zerov); ^ decoding.c:130:4: error: AltiVec argument passed to unprototyped function *ppv = vec_madd(*ppv, totrv, zerov); ^ distcc[17965] ERROR: compile decoding.c on localhost failed *** [decoding.o] Error code 1 make[1]: stopped in /tmp/pkgbuild/biology/hmmer/work.powerpc/hmmer-3.0/src/impl_vmx 1 error make[1]: stopped in /tmp/pkgbuild/biology/hmmer/work.powerpc/hmmer-3.0/src/impl_vmx *** [impl_lib] Error code 2 make: stopped in /tmp/pkgbuild/biology/hmmer/work.powerpc/hmmer-3.0 --- easel_lib --- A failure has been detected in another branch of the parallel make make[1]: stopped in /tmp/pkgbuild/biology/hmmer/work.powerpc/hmmer-3.0/easel *** [easel_lib] Error code 2 make: stopped in /tmp/pkgbuild/biology/hmmer/work.powerpc/hmmer-3.0 2 errors make: stopped in /tmp/pkgbuild/biology/hmmer/work.powerpc/hmmer-3.0 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/biology/hmmer *** Error code 1 Stop. make: stopped in /usr/pkgsrc/biology/hmmer