=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for hpack-0.79nb2 cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include arcdir.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include -DARCHIVE_TYPE=3 arcdirio.c arcdirio.c:527:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( ch = fgetWord() ) ~~~^~~~~~~~~~~~ arcdirio.c:527:14: note: place parentheses around the assignment to silence this warning while( ch = fgetWord() ) ^ ( ) arcdirio.c:527:14: note: use '==' to turn this assignment into an equality comparison while( ch = fgetWord() ) ^ == arcdirio.c:547:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( ch = fgetByte() ) ~~~^~~~~~~~~~~~ arcdirio.c:547:14: note: place parentheses around the assignment to silence this warning while( ch = fgetByte() ) ^ ( ) arcdirio.c:547:14: note: use '==' to turn this assignment into an equality comparison while( ch = fgetByte() ) ^ == arcdirio.c:908:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ arcdirio.c:932:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintfs( MESG_PROCESSING_ARCHIVE_DIRECTORY ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:127:44: note: expanded from macro 'MESG_PROCESSING_ARCHIVE_DIRECTORY' #define MESG_PROCESSING_ARCHIVE_DIRECTORY mesg[ 64 ] ^~~~~~~~~~~ arcdirio.c:1427:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( dataLen = dirHdrList[ theEntry ]->data.dataLen ) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ arcdirio.c:1427:16: note: place parentheses around the assignment to silence this warning if( dataLen = dirHdrList[ theEntry ]->data.dataLen ) ^ ( ) arcdirio.c:1427:16: note: use '==' to turn this assignment into an equality comparison if( dataLen = dirHdrList[ theEntry ]->data.dataLen ) ^ == 5 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include archive.c archive.c:430:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_DATA_IS_ENCRYPTED ); ^~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:131:36: note: expanded from macro 'MESG_DATA_IS_ENCRYPTED' #define MESG_DATA_IS_ENCRYPTED mesg[ 68 ] ^~~~~~~~~~~ archive.c:444:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_CANNOT_PROCESS_ENCR_INFO ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:132:41: note: expanded from macro 'MESG_CANNOT_PROCESS_ENCR_INFO' #define MESG_CANNOT_PROCESS_ENCR_INFO mesg[ 69 ] ^~~~~~~~~~~ archive.c:434:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ archive.c:501:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ archive.c:519:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_CANNOT_OPEN_DATAFILE ); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:133:38: note: expanded from macro 'MESG_CANNOT_OPEN_DATAFILE' #define MESG_CANNOT_OPEN_DATAFILE mesg[ 70 ] ^~~~~~~~~~~ archive.c:530:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintfs( MESG_EXTRACTING ); ^~~~~~~~~~~~~~~ ./language/language.h:134:31: note: expanded from macro 'MESG_EXTRACTING' #define MESG_EXTRACTING mesg[ 71 ] ^~~~~~~~~~~ archive.c:570:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_UNKNOWN_ARCHIVING_METHOD ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:137:41: note: expanded from macro 'MESG_UNKNOWN_ARCHIVING_METHOD' #define MESG_UNKNOWN_ARCHIVING_METHOD mesg[ 74 ] ^~~~~~~~~~~ archive.c:814:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( WARN_FILE_PROBABLY_CORRUPTED ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:104:40: note: expanded from macro 'WARN_FILE_PROBABLY_CORRUPTED' #define WARN_FILE_PROBABLY_CORRUPTED mesg[ 48 ] ^~~~~~~~~~~ archive.c:823:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_FILE_TESTED_OK ); ^~~~~~~~~~~~~~~~~~~ ./language/language.h:146:34: note: expanded from macro 'MESG_FILE_TESTED_OK' #define MESG_FILE_TESTED_OK mesg[ 83 ] ^~~~~~~~~~~ archive.c:1063:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_HIT_A_KEY ); ^~~~~~~~~~~~~~ ./language/language.h:148:30: note: expanded from macro 'MESG_HIT_A_KEY' #define MESG_HIT_A_KEY mesg[ 85 ] ^~~~~~~~~~~ archive.c:1137:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintfs( MESG_ADDING ); ^~~~~~~~~~~ ./language/language.h:149:28: note: expanded from macro 'MESG_ADDING' #define MESG_ADDING mesg[ 86 ] ^~~~~~~~~~~ archive.c:1186:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintfs( MESG_ADDING ); ^~~~~~~~~~~ ./language/language.h:149:28: note: expanded from macro 'MESG_ADDING' #define MESG_ADDING mesg[ 86 ] ^~~~~~~~~~~ 12 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include cli.c cli.c:145:2: warning: expression result unused [-Wunused-value] *strPtr++; ^~~~~~~~~ cli.c:787:32: warning: '&&' within '||' [-Wlogical-op-parentheses] if( ( flags & OVERWRITE_SRC ) && ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ cli.c:787:32: note: place parentheses around the '&&' expression to silence this warning if( ( flags & OVERWRITE_SRC ) && ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ cli.c:971:2: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ cli.c:1078:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ cli.c:1292:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ cli.c:1311:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintfs( MESG_DONE ); ^~~~~~~~~ ./language/language.h:176:26: note: expanded from macro 'MESG_DONE' #define MESG_DONE mesg[ 113 ] ^~~~~~~~~~~ 6 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include io/display.c io/display.c:433:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include error.c error.c:121:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_ERROR ); /* Print initial part of error message */ ^~~~~~~~~~ ./language/language.h:150:27: note: expanded from macro 'MESG_ERROR' #define MESG_ERROR mesg[ 87 ] ^~~~~~~~~~~ 1 warning generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include io/fastio.c io/fastio.c:786:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_PLEASE_INSERT_THE ); ^~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:190:36: note: expanded from macro 'MESG_PLEASE_INSERT_THE' #define MESG_PLEASE_INSERT_THE mesg[ 127 ] ^~~~~~~~~~~ io/fastio.c:788:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_NEXT_DISK ); ^~~~~~~~~~~~~~ ./language/language.h:191:30: note: expanded from macro 'MESG_NEXT_DISK' #define MESG_NEXT_DISK mesg[ 128 ] ^~~~~~~~~~~ io/fastio.c:791:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_PREV_DISK ); ^~~~~~~~~~~~~~ ./language/language.h:192:30: note: expanded from macro 'MESG_PREV_DISK' #define MESG_PREV_DISK mesg[ 129 ] ^~~~~~~~~~~ io/fastio.c:794:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_DISK_CONTAINING ); ^~~~~~~~~~~~~~~~~~~~ ./language/language.h:193:34: note: expanded from macro 'MESG_DISK_CONTAINING' #define MESG_DISK_CONTAINING mesg[ 130 ] ^~~~~~~~~~~ io/fastio.c:796:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_THE_LAST_PART ); ^~~~~~~~~~~~~~~~~~ ./language/language.h:195:33: note: expanded from macro 'MESG_THE_LAST_PART' #define MESG_THE_LAST_PART mesg[ 132 ] ^~~~~~~~~~~ io/fastio.c:799:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_OF_THIS_ARCHIVE ); ^~~~~~~~~~~~~~~~~~~~ ./language/language.h:196:34: note: expanded from macro 'MESG_OF_THIS_ARCHIVE' #define MESG_OF_THIS_ARCHIVE mesg[ 133 ] ^~~~~~~~~~~ io/fastio.c:804:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_AND_PRESS_A_KEY ); ^~~~~~~~~~~~~~~~~~~~ ./language/language.h:197:34: note: expanded from macro 'MESG_AND_PRESS_A_KEY' #define MESG_AND_PRESS_A_KEY mesg[ 134 ] ^~~~~~~~~~~ io/fastio.c:809:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_CONTINUING ); ^~~~~~~~~~~~~~~ ./language/language.h:198:31: note: expanded from macro 'MESG_CONTINUING' #define MESG_CONTINUING mesg[ 135 ] ^~~~~~~~~~~ io/fastio.c:840:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ io/fastio.c:851:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ io/fastio.c:1237:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( WARN_ARCHIVE_SECTION_TOO_SHORT ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:108:42: note: expanded from macro 'WARN_ARCHIVE_SECTION_TOO_SHORT' #define WARN_ARCHIVE_SECTION_TOO_SHORT mesg[ 52 ] ^~~~~~~~~~~ io/fastio.c:1275:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( WARN_ARCHIVE_SECTION_TOO_SHORT ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./language/language.h:108:42: note: expanded from macro 'WARN_ARCHIVE_SECTION_TOO_SHORT' #define WARN_ARCHIVE_SECTION_TOO_SHORT mesg[ 52 ] ^~~~~~~~~~~ 12 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include io/stream.c io/stream.c:67:37: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned int)' if( ( stream->buffer = ( BYTE * ) hmalloc( bufferSize ) ) == NULL ) ^ ./hpacklib.h:83:19: note: expanded from macro 'hmalloc' #define hmalloc malloc /* Allocate block of memory */ ^ io/stream.c:67:37: note: please include the header or explicitly provide a declaration for 'malloc' ./hpacklib.h:83:19: note: expanded from macro 'hmalloc' #define hmalloc malloc /* Allocate block of memory */ ^ io/stream.c:86:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] hclose( stream->theFD ); ^ ./io/hpackio.h:106:16: note: expanded from macro 'hclose' #define hclose close /* Close file */ ^ io/stream.c:88:2: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] hfree( stream->buffer ); ^ ./hpacklib.h:85:18: note: expanded from macro 'hfree' #define hfree free /* Free block of memory */ ^ io/stream.c:143:3: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] hwrite( stream->theFD, stream->buffer, stream->writePointer ); ^ ./io/hpackio.h:108:16: note: expanded from macro 'hwrite' #define hwrite write /* Write data to a file */ ^ io/stream.c:179:22: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if( stream->status && STREAM_DIRTY ) ^ ~~~~~~~~~~~~ io/stream.c:179:22: note: use '&' for a bitwise operation if( stream->status && STREAM_DIRTY ) ^~ & io/stream.c:179:22: note: remove constant to silence this warning if( stream->status && STREAM_DIRTY ) ~^~~~~~~~~~~~~~~ io/stream.c:199:22: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if( stream->status && STREAM_DIRTY ) ^ ~~~~~~~~~~~~ io/stream.c:199:22: note: use '&' for a bitwise operation if( stream->status && STREAM_DIRTY ) ^~ & io/stream.c:199:22: note: remove constant to silence this warning if( stream->status && STREAM_DIRTY ) ~^~~~~~~~~~~~~~~ 6 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include filesys.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include frontend.c frontend.c:616:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ frontend.c:1068:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 2 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include language/language.c language/language.c:171:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_HIT_ANY_KEY ); ^~~~~~~~~~~~~~~~ ./language/language.h:200:31: note: expanded from macro 'MESG_HIT_ANY_KEY' #define MESG_HIT_ANY_KEY mesg[ 137 ] ^~~~~~~~~~~ language/language.c:449:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ language/language.c:511:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( ch = mesgBuffer[ count++ ] ) ~~~^~~~~~~~~~~~~~~~~~~~~~~ language/language.c:511:13: note: place parentheses around the assignment to silence this warning while( ch = mesgBuffer[ count++ ] ) ^ ( ) language/language.c:511:13: note: use '==' to turn this assignment into an equality comparison while( ch = mesgBuffer[ count++ ] ) ^ == 3 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include script.c script.c:445:11: warning: enumeration values 'READLINE_NO_ERROR' and 'READLINE_END_DATA' not handled in switch [-Wswitch] switch( errType ) ^ 1 warning generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include sql.c sql.c:177:14: warning: '&&' within '||' [-Wlogical-op-parentheses] if( !index && ( ch == ',' ) || ( ch == '=' ) || ( ch == '\"' ) ) ~~~~~~~^~~~~~~~~~~~~~~~ ~~ sql.c:177:14: note: place parentheses around the '&&' expression to silence this warning if( !index && ( ch == ',' ) || ( ch == '=' ) || ( ch == '\"' ) ) ^ ( ) sql.c:187:39: warning: '&&' within '||' [-Wlogical-op-parentheses] while( ( ch = *tokenStrPtr ) != '\0' && ( ch == ' ' ) || ( ch == '\t' ) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ~~ sql.c:187:39: note: place parentheses around the '&&' expression to silence this warning while( ( ch = *tokenStrPtr ) != '\0' && ( ch == ' ' ) || ( ch == '\t' ) ) ^ ( ) sql.c:202:39: warning: '&&' within '||' [-Wlogical-op-parentheses] while( ( ch = *tokenStrPtr ) != '\0' && ( ch == ' ' ) || ( ch == '\t' ) ) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ~~ sql.c:202:39: note: place parentheses around the '&&' expression to silence this warning while( ( ch = *tokenStrPtr ) != '\0' && ( ch == ' ' ) || ( ch == '\t' ) ) ^ ( ) 3 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include tags.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include viewfile.c viewfile.c:260:22: warning: format specifies type 'unsigned long' but the argument has type 'LONG' (aka 'unsigned int') [-Wformat] hprintf( "%7lu", theHeader->dataLen ); ~~~~ ^~~~~~~~~~~~~~~~~~ %7u viewfile.c:264:22: warning: format specifies type 'unsigned long' but the argument has type 'LONG' (aka 'unsigned int') [-Wformat] hprintf( "%7lu", theHeader->fileLen ); ~~~~ ^~~~~~~~~~~~~~~~~~ %7u viewfile.c:334:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_DIRECTORY ); ^~~~~~~~~~~~~~ ./language/language.h:177:30: note: expanded from macro 'MESG_DIRECTORY' #define MESG_DIRECTORY mesg[ 114 ] ^~~~~~~~~~~ viewfile.c:598:23: warning: format specifies type 'unsigned long' but the argument has type 'LONG' (aka 'unsigned int') [-Wformat] hprintf( "%7lu", totalSize ); ~~~~ ^~~~~~~~~ %7u viewfile.c:602:23: warning: format specifies type 'unsigned long' but the argument has type 'LONG' (aka 'unsigned int') [-Wformat] hprintf( "%7lu", totalLength ); ~~~~ ^~~~~~~~~~~ %7u 5 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include wildcard.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include asn1/asn1.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include asn1/memmgr.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include asn1/pemcode.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include asn1/pemparse.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crc/crc16.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crypt/crypt.c crypt/crypt.c:149:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( prompt ); ^~~~~~ crypt/crypt.c:751:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_BAD_SIGNATURE ); ^~~~~~~~~~~~~~~~~~ ./language/language.h:185:33: note: expanded from macro 'MESG_BAD_SIGNATURE' #define MESG_BAD_SIGNATURE mesg[ 122 ] ^~~~~~~~~~~ crypt/crypt.c:758:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_GOOD_SIGNATURE ); ^~~~~~~~~~~~~~~~~~~ ./language/language.h:186:34: note: expanded from macro 'MESG_GOOD_SIGNATURE' #define MESG_GOOD_SIGNATURE mesg[ 123 ] ^~~~~~~~~~~ crypt/crypt.c:807:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_WAIT ); ^~~~~~~~~ ./language/language.h:188:26: note: expanded from macro 'MESG_WAIT' #define MESG_WAIT mesg[ 125 ] ^~~~~~~~~~~ crypt/crypt.c:918:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] hprintf( MESG_WAIT ); ^~~~~~~~~ ./language/language.h:188:26: note: expanded from macro 'MESG_WAIT' #define MESG_WAIT mesg[ 125 ] ^~~~~~~~~~~ 5 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crypt/keymgmt.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crypt/md5.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crypt/mdc.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crypt/rsa.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include crypt/shs.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include system/unix.c system/unix.c:176:9: warning: implicit declaration of function 'mgetLong' is invalid in C99 [-Wimplicit-function-declaration] data = mgetLong( randomBuffer + randomBufferPos ); ^ system/unix.c:177:2: warning: implicit declaration of function 'mputLong' is invalid in C99 [-Wimplicit-function-declaration] mputLong( randomBuffer + randomBufferPos, data ^ itimerVal.it_value.tv_usec ); ^ system/unix.c:554:3: warning: array index 129 is past the end of the array (which contains 129 elements) [-Warray-bounds] fileInfo->fName[ MAX_FILENAME ] = 0; ^ ~~~~~~~~~~~~ ./system.h:856:7: note: array 'fName' declared here char fName[ MAX_FILENAME ]; /* File name */ ^ system/unix.c:662:43: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] if( ( !screenHeight || !screenWidth ) && ioctl( fileno( stderr ), TIOCGWINSZ, &windowInfo ) != -1 ) ^ system/unix.c:735:28: warning: implicit declaration of function 'tell' is invalid in C99 [-Wimplicit-function-declaration] return( ftruncate( theFD, tell( theFD ) ) ); ^ 5 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/lza.c lza/lza.c:546:21: warning: multiple unsequenced modifications to 'lookAheadIndex' [-Wunsequenced] lookAheadIndex = ++lookAheadIndex & LOOKAHEAD_BUF_MASK; ~ ^ lza/lza.c:564:17: warning: multiple unsequenced modifications to 'currBufPos' [-Wunsequenced] currBufPos = ++currBufPos & STR_BUF_MASK; ~ ^ 2 warnings generated. cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/model.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/model2.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/model3.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/model4.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/pack.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include lza/unpack.c cc -DBSD386 -c -D__UNIX__ -DPREFIX="\"/usr/pkg\"" -I. -Icrypt -I/usr/include -O2 -march=i586 -I/usr/include store/store.c unix.o: In function `htruncate': system/unix.c:(.text+0x6be): undefined reference to `tell' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/archivers/hpack/work *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/archivers/hpack *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/archivers/hpack