gmake[2]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9' gmake all-recursive gmake[3]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9' Making all in gl gmake[4]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/gl' gmake all-recursive gmake[5]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/gl' gmake[6]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/gl' gmake[6]: Nothing to be done for 'all-am'. gmake[6]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/gl' gmake[5]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/gl' gmake[4]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/gl' Making all in lib gmake[4]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib' Making all in gllib gmake[5]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib/gllib' gmake all-recursive gmake[6]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib/gllib' gmake[7]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib/gllib' gmake[7]: Nothing to be done for 'all-am'. gmake[7]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib/gllib' gmake[6]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib/gllib' gmake[5]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib/gllib' gmake[5]: Entering directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib' CC decoding.lo decoding.c:121:12: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_MULTIPLY_OVERFLOW (ans, 256)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:302:3: note: expanded from macro 'INT_MULTIPLY_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:243:6: note: expanded from macro '_GL_MULTIPLY_OVERFLOW' (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ ^~~ decoding.c:121:12: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_MULTIPLY_OVERFLOW (ans, 256)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:302:3: note: expanded from macro 'INT_MULTIPLY_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:244:42: note: expanded from macro '_GL_MULTIPLY_OVERFLOW' || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) ^~~ ./gllib/intprops.h:199:16: note: expanded from macro 'INT_MULTIPLY_RANGE_OVERFLOW' ? (a) < (min) / (b) \ ^~~ decoding.c:125:12: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_ADD_OVERFLOW (ans, ((unsigned) der[punt]))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:296:3: note: expanded from macro 'INT_ADD_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:233:5: note: expanded from macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^~~ decoding.c:125:12: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_ADD_OVERFLOW (ans, ((unsigned) der[punt]))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:296:3: note: expanded from macro 'INT_ADD_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:233:46: note: expanded from macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^~~ ./gllib/intprops.h:168:13: note: expanded from macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^~~ decoding.c:188:8: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_MULTIPLY_OVERFLOW (ris, 128)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:302:3: note: expanded from macro 'INT_MULTIPLY_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:243:6: note: expanded from macro '_GL_MULTIPLY_OVERFLOW' (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ ^~~ decoding.c:188:8: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_MULTIPLY_OVERFLOW (ris, 128)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:302:3: note: expanded from macro 'INT_MULTIPLY_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:244:42: note: expanded from macro '_GL_MULTIPLY_OVERFLOW' || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) ^~~ ./gllib/intprops.h:199:16: note: expanded from macro 'INT_MULTIPLY_RANGE_OVERFLOW' ? (a) < (min) / (b) \ ^~~ decoding.c:192:8: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_ADD_OVERFLOW (ris, ((unsigned) (der[punt] & 0x7F)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:296:3: note: expanded from macro 'INT_ADD_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:233:5: note: expanded from macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^~~ decoding.c:192:8: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_ADD_OVERFLOW (ris, ((unsigned) (der[punt] & 0x7F)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:296:3: note: expanded from macro 'INT_ADD_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:233:46: note: expanded from macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^~~ ./gllib/intprops.h:168:13: note: expanded from macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^~~ decoding.c:201:11: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_MULTIPLY_OVERFLOW (ris, 128)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:302:3: note: expanded from macro 'INT_MULTIPLY_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:243:6: note: expanded from macro '_GL_MULTIPLY_OVERFLOW' (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ ^~~ decoding.c:201:11: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_MULTIPLY_OVERFLOW (ris, 128)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:302:3: note: expanded from macro 'INT_MULTIPLY_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:244:42: note: expanded from macro '_GL_MULTIPLY_OVERFLOW' || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) ^~~ ./gllib/intprops.h:199:16: note: expanded from macro 'INT_MULTIPLY_RANGE_OVERFLOW' ? (a) < (min) / (b) \ ^~~ decoding.c:205:11: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_ADD_OVERFLOW (ris, ((unsigned) (der[punt] & 0x7F)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:296:3: note: expanded from macro 'INT_ADD_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:233:5: note: expanded from macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^~~ decoding.c:205:11: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare] if (INT_ADD_OVERFLOW (ris, ((unsigned) (der[punt] & 0x7F)))) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:296:3: note: expanded from macro 'INT_ADD_OVERFLOW' _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:317:23: note: expanded from macro '_GL_BINARY_OP_OVERFLOW' _GL_INT_MINIMUM (0 * (b) + (a)), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:233:46: note: expanded from macro '_GL_ADD_OVERFLOW' ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ ^~~ ./gllib/intprops.h:168:13: note: expanded from macro 'INT_ADD_RANGE_OVERFLOW' ? (a) < (min) - (b) \ ^~~ decoding.c:431:11: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] if (INT_LEFT_SHIFT_OVERFLOW (val, 7)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:309:34: note: expanded from macro 'INT_LEFT_SHIFT_OVERFLOW' _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:80:8: note: expanded from macro '_GL_INT_MINIMUM' ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./gllib/intprops.h:49:62: note: expanded from macro '_GL_INT_TWOS_COMPLEMENT' #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) ^ ~~ ./gllib/intprops.h:224:13: note: expanded from macro 'INT_LEFT_SHIFT_RANGE_OVERFLOW' ? (a) < (min) >> (b) \ ^~~ 13 errors generated. Makefile:1112: recipe for target 'decoding.lo' failed gmake[5]: *** [decoding.lo] Error 1 gmake[5]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib' Makefile:1176: recipe for target 'all-recursive' failed gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9/lib' Makefile:1009: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9' Makefile:941: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/usr/home/novel/ports_stuff/libtasn1/work/libtasn1-4.9'