------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> highlnk-0.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> highlnk-0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by highlnk-0.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> highlnk-0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by highlnk-0.2 for building => SHA256 Checksum OK for highlnk-0.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> highlnk-0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by highlnk-0.2 for building ===> Extracting for highlnk-0.2 => SHA256 Checksum OK for highlnk-0.2.tar.gz. Extracted Memory Use: 0.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for highlnk-0.2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for highlnk-0.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for highlnk-0.2 --- highlnk.o --- --- md5.o --- --- finder.o --- --- highlnk.o --- cc -pipe -O2 -fno-strict-aliasing -c highlnk.c -DVERSION=\"0.2\" -o highlnk.o --- md5.o --- cc -pipe -O2 -fno-strict-aliasing -c md5.c -o md5.o --- finder.o --- cc -pipe -O2 -fno-strict-aliasing -c finder.c -o finder.o --- highlnk.o --- In file included from highlnk.c:9: /usr/include/sys/syslimits.h:39:2: warning: #warning "No user-serviceable parts inside." [-Wcpp] #warning "No user-serviceable parts inside." ^~~~~~~ highlnk.c: In function 'main': highlnk.c:34:92: warning: implicit declaration of function 'basename'; did you mean 'rename'? [-Wimplicit-function-declaration] fprintf( stdout, "\n %s %s -- Copyright (c) 2004 Thomas Perl \n\n", basename( argv[0]), VERSION); ^~~~~~~~ rename highlnk.c:44:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy( target_directory, argv[1], PATH_MAX); ^~~~~~~ highlnk.c:44:3: warning: incompatible implicit declaration of built-in function 'strncpy' highlnk.c:44:3: note: include '' or provide a declaration of 'strncpy' highlnk.c:14:1: +#include highlnk.c:44:3: strncpy( target_directory, argv[1], PATH_MAX); ^~~~~~~ highlnk.c:45:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if( target_directory[strlen( target_directory)-1] == '/') ^~~~~~ highlnk.c:45:24: warning: incompatible implicit declaration of built-in function 'strlen' highlnk.c:45:24: note: include '' or provide a declaration of 'strlen' highlnk.c:81:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy( target_path, target_directory); ^~~~~~ highlnk.c:81:5: warning: incompatible implicit declaration of built-in function 'strcpy' highlnk.c:81:5: note: include '' or provide a declaration of 'strcpy' highlnk.c:82:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( target_path, dspos->dirname); ^~~~~~ highlnk.c:82:5: warning: incompatible implicit declaration of built-in function 'strcat' highlnk.c:82:5: note: include '' or provide a declaration of 'strcat' highlnk.c:114:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( source_path, working_directory); ^~~~~~ highlnk.c:114:5: note: include '' or provide a declaration of 'strcpy' highlnk.c:115:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat( source_path, fspos->filename); ^~~~~~ highlnk.c:115:5: note: include '' or provide a declaration of 'strcat' --- md5.o --- md5.c: In function 'md5_update': md5.c:219:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( (void *) (ctx->buffer + left), ^~~~~~ md5.c:219:9: warning: incompatible implicit declaration of built-in function 'memcpy' md5.c:219:9: note: include '' or provide a declaration of 'memcpy' md5.c:30:1: +#include md5.c:219:9: memcpy( (void *) (ctx->buffer + left), ^~~~~~ md5.c:236:9: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy( (void *) (ctx->buffer + left), ^~~~~~ md5.c:236:9: note: include '' or provide a declaration of 'memcpy' --- finder.o --- In file included from finder.c:10: /usr/include/sys/syslimits.h:39:2: warning: #warning "No user-serviceable parts inside." [-Wcpp] #warning "No user-serviceable parts inside." ^~~~~~~ --- highlnk.o --- highlnk.c: In function 'process_data': highlnk.c:161:31: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] nds = (struct dir_source*)malloc( sizeof( struct dir_source)); ^~~~~~ highlnk.c:161:31: warning: incompatible implicit declaration of built-in function 'malloc' highlnk.c:161:31: note: include '' or provide a declaration of 'malloc' highlnk.c:14:1: +#include highlnk.c:161:31: nds = (struct dir_source*)malloc( sizeof( struct dir_source)); ^~~~~~ highlnk.c:162:35: warning: incompatible implicit declaration of built-in function 'strlen' nds->dirname = (char*)malloc( strlen( (char*)(fn+strlen( working_directory)))+1); ^~~~~~ highlnk.c:162:35: note: include '' or provide a declaration of 'strlen' highlnk.c:163:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( nds->dirname, (char*)(fn+strlen( working_directory))); ^~~~~~ highlnk.c:163:5: note: include '' or provide a declaration of 'strcpy' highlnk.c:192:34: warning: incompatible implicit declaration of built-in function 'malloc' nfs = (struct file_source*)malloc( sizeof( struct file_source)); ^~~~~~ highlnk.c:192:34: note: include '' or provide a declaration of 'malloc' highlnk.c:193:38: warning: incompatible implicit declaration of built-in function 'strlen' nfs->filename = (char*)malloc( strlen( (char*)(fn+strlen( working_directory)))+1); ^~~~~~ highlnk.c:193:38: note: include '' or provide a declaration of 'strlen' highlnk.c:194:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( nfs->filename, (char*)(fn+strlen(working_directory))); ^~~~~~ highlnk.c:194:7: note: include '' or provide a declaration of 'strcpy' highlnk.c:196:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( nfs->digest, digest, sizeof( uint8) * 16); ^~~~~~ highlnk.c:196:7: warning: incompatible implicit declaration of built-in function 'memcpy' highlnk.c:196:7: note: include '' or provide a declaration of 'memcpy' highlnk.c:222:32: warning: incompatible implicit declaration of built-in function 'malloc' nft = (struct file_target*)malloc( sizeof( struct file_target)); ^~~~~~ highlnk.c:222:32: note: include '' or provide a declaration of 'malloc' highlnk.c:223:36: warning: incompatible implicit declaration of built-in function 'strlen' nft->filename = (char*)malloc( strlen( (char*)(fn+strlen( working_directory)))+1); ^~~~~~ highlnk.c:223:36: note: include '' or provide a declaration of 'strlen' highlnk.c:224:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( nft->filename, (char*)(fn+strlen(working_directory))); ^~~~~~ --- finder.o --- finder.c: In function 'findFiles': finder.c:34:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if( 0 == strcmp( e->d_name, "..") || 0 == strcmp( e->d_name, ".")) ^~~~~~ --- highlnk.o --- highlnk.c:224:5: note: include '' or provide a declaration of 'strcpy' --- finder.o --- finder.c:37:16: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] n = (char*)malloc( strlen( path) + strlen( e->d_name) + 2); ^~~~~~ finder.c:37:16: warning: incompatible implicit declaration of built-in function 'malloc' finder.c:37:16: note: include '' or provide a declaration of 'malloc' finder.c:15:1: +#include finder.c:37:16: n = (char*)malloc( strlen( path) + strlen( e->d_name) + 2); ^~~~~~ finder.c:37:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] n = (char*)malloc( strlen( path) + strlen( e->d_name) + 2); ^~~~~~ finder.c:37:24: warning: incompatible implicit declaration of built-in function 'strlen' finder.c:37:24: note: include '' or provide a declaration of 'strlen' finder.c:15:1: +#include finder.c:37:24: n = (char*)malloc( strlen( path) + strlen( e->d_name) + 2); ^~~~~~ finder.c:38:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy( n, path); ^~~~~~ finder.c:38:5: warning: incompatible implicit declaration of built-in function 'strcpy' finder.c:38:5: note: include '' or provide a declaration of 'strcpy' finder.c:39:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( n, "/"); ^~~~~~ finder.c:39:5: warning: incompatible implicit declaration of built-in function 'strcat' finder.c:39:5: note: include '' or provide a declaration of 'strcat' finder.c:49:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( n); ^~~~ finder.c:49:5: warning: incompatible implicit declaration of built-in function 'free' finder.c:49:5: note: include '' or provide a declaration of 'free' --- highlnk.o --- highlnk.c: In function 'free_dir_source': highlnk.c:258:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free( pos->dirname); ^~~~ highlnk.c:258:5: warning: incompatible implicit declaration of built-in function 'free' highlnk.c:258:5: note: include '' or provide a declaration of 'free' highlnk.c: In function 'free_file_source': highlnk.c:274:5: warning: incompatible implicit declaration of built-in function 'free' free( pos->filename); ^~~~ highlnk.c:274:5: note: include '' or provide a declaration of 'free' highlnk.c: In function 'free_file_target': highlnk.c:292:5: warning: incompatible implicit declaration of built-in function 'free' free( pos->filename); ^~~~ highlnk.c:292:5: note: include '' or provide a declaration of 'free' highlnk.c: In function 'find_file_source': highlnk.c:304:9: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] if( memcmp( pos->digest, digest, sizeof( uint8) * 16) == 0) ^~~~~~ --- highlnk --- cc -pipe -O2 -fno-strict-aliasing highlnk.o md5.o finder.o -o highlnk SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for highlnk-0.2 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/highlnk/highlnk-0.2/highlnk /construction/sysutils/highlnk/stage/usr/local/bin install -m 444 /construction/sysutils/highlnk/highlnk-0.2/highlnk.1 /construction/sysutils/highlnk/stage/usr/local/man/man1 install -m 0644 /construction/sysutils/highlnk/highlnk-0.2/README /construction/sysutils/highlnk/stage/usr/local/share/doc/highlnk ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for highlnk-0.2 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03