------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/liblzxcomp-20050705.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The hhm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> hhm-0.1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The hhm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> hhm-0.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hhm-0.1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The hhm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> hhm-0.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hhm-0.1.1 for building => SHA256 Checksum OK for hhm-0.1.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The hhm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> hhm-0.1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hhm-0.1.1 for building ===> Extracting for hhm-0.1.1 => SHA256 Checksum OK for hhm-0.1.1.tar.gz. Extracted Memory Use: 0.08M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for hhm-0.1.1 /usr/bin/env WRKSRC=/construction/textproc/hhm/hhm-0.1.1 REWARNFILE=/construction/textproc/hhm/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's!^typedef unsigned.*$!!' /construction/textproc/hhm/hhm-0.1.1/hhm.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> hhm-0.1.1 depends on shared library: liblzxcomp.so - found (/usr/local/lib/liblzxcomp.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> hhm-0.1.1 depends on shared library: liblzxcomp.so - found (/usr/local/lib/liblzxcomp.so) ===> Configuring for hhm-0.1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for hhm-0.1.1 --- objwarn --- --- hhm.o --- --- objwarn --- Warning: Object directory not changed from original /construction/textproc/hhm/hhm-0.1.1 --- hhm.o --- cc -I/usr/local/include -std=gnu99 -c hhm.c hhm.c: In function 'main': hhm.c:469:2: warning: implicit declaration of function 'atexit'; did you mean 'on_exit'? [-Wimplicit-function-declaration] atexit(on_exit); ^~~~~~ on_exit hhm.c:472:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] prefix = (char*)malloc(2); ^~~~~~ hhm.c:472:19: warning: incompatible implicit declaration of built-in function 'malloc' hhm.c:472:19: note: include '' or provide a declaration of 'malloc' hhm.c:92:1: +#include hhm.c:472:19: prefix = (char*)malloc(2); ^~~~~~ hhm.c:501:15: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] output_len = strlen(input); ^~~~~~ hhm.c:501:15: warning: incompatible implicit declaration of built-in function 'strlen' hhm.c:501:15: note: include '' or provide a declaration of 'strlen' hhm.c:92:1: +#include hhm.c:501:15: output_len = strlen(input); ^~~~~~ hhm.c:504:23: warning: incompatible implicit declaration of built-in function 'malloc' output_file = (char*)malloc(output_len+sizeof(".its")); ^~~~~~ hhm.c:504:23: note: include '' or provide a declaration of 'malloc' hhm.c:506:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(output_file,input); ^~~~~~ hhm.c:506:3: warning: incompatible implicit declaration of built-in function 'strcpy' hhm.c:506:3: note: include '' or provide a declaration of 'strcpy' hhm.c:526:6: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] chdir( input ); ^~~~~ mkdir hhm.c:540:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit( -1 ); ^~~~ hhm.c:540:7: warning: incompatible implicit declaration of built-in function 'exit' hhm.c:540:7: note: include '' or provide a declaration of 'exit' hhm.c:547:7: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ hhm.c:547:7: note: include '' or provide a declaration of 'exit' hhm.c:102:17: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:659:8: note: in expansion of macro 'FREE' FREE( dir_chunks[i].chunk ); ^~~~ hhm.c:102:17: warning: incompatible implicit declaration of built-in function 'free' #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:659:8: note: in expansion of macro 'FREE' FREE( dir_chunks[i].chunk ); ^~~~ hhm.c:102:17: note: include '' or provide a declaration of 'free' #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:659:8: note: in expansion of macro 'FREE' FREE( dir_chunks[i].chunk ); ^~~~ hhm.c:102:17: warning: incompatible implicit declaration of built-in function 'free' #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:662:7: note: in expansion of macro 'FREE' FREE( dir_chunks ); ^~~~ hhm.c:102:17: note: include '' or provide a declaration of 'free' #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:662:7: note: in expansion of macro 'FREE' FREE( dir_chunks ); ^~~~ hhm.c:665:8: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); ^~~~ hhm.c:665:8: note: include '' or provide a declaration of 'exit' hhm.c:723:8: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); /* Dammit */ ^~~~ hhm.c:723:8: note: include '' or provide a declaration of 'exit' hhm.c:750:7: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); /* Crap */ ^~~~ hhm.c:750:7: note: include '' or provide a declaration of 'exit' hhm.c:758:6: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); ^~~~ hhm.c:758:6: note: include '' or provide a declaration of 'exit' hhm.c:763:5: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); ^~~~ hhm.c:763:5: note: include '' or provide a declaration of 'exit' hhm.c: In function 'add_dir_contents': hhm.c:791:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if( !strcmp( de->d_name, "." ) || !strcmp( de->d_name, ".." ) ) ^~~~~~ hhm.c:807:61: warning: incompatible implicit declaration of built-in function 'strlen' size_t new_prefix_size, new_prefix_len = prefix_len + strlen( de->d_name ) + 1; ^~~~~~ hhm.c:807:61: note: include '' or provide a declaration of 'strlen' hhm.c:815:34: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] char* new_prefix = (char*)realloc( prefix, new_prefix_size ); ^~~~~~~ hhm.c:815:34: warning: incompatible implicit declaration of built-in function 'realloc' hhm.c:815:34: note: include '' or provide a declaration of 'realloc' hhm.c:823:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( prefix+prefix_len, de->d_name ); ^~~~~~ hhm.c:823:7: note: include '' or provide a declaration of 'strcpy' hhm.c:854:9: warning: incompatible implicit declaration of built-in function 'strlen' if( strlen( de->d_name ) + prefix_len > 0xff ){ ^~~~~~ hhm.c:854:9: note: include '' or provide a declaration of 'strlen' hhm.c: In function 'add_dir': hhm.c:879:34: warning: incompatible implicit declaration of built-in function 'realloc' item_t** new_files = (item_t**)realloc( files, sizeof(item_t*)*new_files_size ); ^~~~~~~ hhm.c:879:34: note: include '' or provide a declaration of 'realloc' hhm.c:888:31: warning: incompatible implicit declaration of built-in function 'malloc' item_t* new_item = (item_t*)malloc( sizeof(item_t) ); ^~~~~~ hhm.c:888:31: note: include '' or provide a declaration of 'malloc' hhm.c:892:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( new_name, prefix ); ^~~~~~ hhm.c:892:5: note: include '' or provide a declaration of 'strcpy' hhm.c:902:5: warning: incompatible implicit declaration of built-in function 'free' free( new_item ); ^~~~ hhm.c:902:5: note: include '' or provide a declaration of 'free' hhm.c: In function 'add_file': hhm.c:914:34: warning: incompatible implicit declaration of built-in function 'realloc' item_t** new_files = (item_t**)realloc( files, sizeof(item_t*)*new_files_size ); ^~~~~~~ hhm.c:914:34: note: include '' or provide a declaration of 'realloc' hhm.c:923:31: warning: incompatible implicit declaration of built-in function 'malloc' item_t* new_item = (item_t*)malloc( sizeof(item_t) ); ^~~~~~ hhm.c:923:31: note: include '' or provide a declaration of 'malloc' hhm.c:925:39: warning: incompatible implicit declaration of built-in function 'strlen' size_t new_name_len = prefix_len + strlen(file); ^~~~~~ hhm.c:925:39: note: include '' or provide a declaration of 'strlen' hhm.c:928:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy( new_name, prefix ); ^~~~~~ hhm.c:928:5: note: include '' or provide a declaration of 'strcpy' hhm.c:938:5: warning: incompatible implicit declaration of built-in function 'free' free( new_item ); ^~~~ hhm.c:938:5: note: include '' or provide a declaration of 'free' hhm.c: In function 'add_item': hhm.c:949:34: warning: incompatible implicit declaration of built-in function 'realloc' item_t** new_files = (item_t**)realloc( files, sizeof(item_t*)*new_files_size ); ^~~~~~~ hhm.c:949:34: note: include '' or provide a declaration of 'realloc' hhm.c: In function 'sort_items': hhm.c:963:2: warning: implicit declaration of function 'qsort' [-Wimplicit-function-declaration] qsort(files,files_len,sizeof(item_t*),compare_items); ^~~~~ hhm.c: In function 'compare_items': hhm.c:967:9: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] return strcasecmp((*(item_t**)arg1)->name,(*(item_t**)arg2)->name); ^~~~~~~~~~ hhm.c: In function 'mark_frame': hhm.c:1025:36: warning: incompatible implicit declaration of built-in function 'realloc' QWORD* new_reset_table = (QWORD*)realloc(reset_table,sizeof(QWORD)*new_reset_table_size); ^~~~~~~ hhm.c:1025:36: note: include '' or provide a declaration of 'realloc' hhm.c: In function 'malloc_level': hhm.c:1084:39: warning: incompatible implicit declaration of built-in function 'realloc' chunk_t* new_dir_chunks = (chunk_t*)realloc(dir_chunks,sizeof(chunk_t)*new_dir_chunks_size); ^~~~~~~ hhm.c:1084:39: note: include '' or provide a declaration of 'realloc' hhm.c:1087:4: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); ^~~~ hhm.c:1087:4: note: include '' or provide a declaration of 'exit' hhm.c:1094:36: warning: incompatible implicit declaration of built-in function 'malloc' dir_chunks[level].chunk = (BYTE*) malloc( dcs - 2 - ( level ? 8 : 20 ) ); ^~~~~~ hhm.c:1094:36: note: include '' or provide a declaration of 'malloc' hhm.c:1097:3: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); ^~~~ hhm.c:1097:3: note: include '' or provide a declaration of 'exit' hhm.c: In function 'deinit_level': hhm.c:1110:12: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] if( zfs ) memset( dir_chunks[level].current_offset, 0, dir_chunks[level].space_left ); ^~~~~~ hhm.c:1110:12: warning: incompatible implicit declaration of built-in function 'memset' hhm.c:1110:12: note: include '' or provide a declaration of 'memset' hhm.c: In function 'add_item_to_chunk': hhm.c:1169:4: warning: incompatible implicit declaration of built-in function 'exit' exit( -1 ); ^~~~ hhm.c:1169:4: note: include '' or provide a declaration of 'exit' hhm.c:1183:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( chunk->current_offset, item->name, item->name_len ); ^~~~~~ hhm.c:1183:2: warning: incompatible implicit declaration of built-in function 'memcpy' hhm.c:1183:2: note: include '' or provide a declaration of 'memcpy' hhm.c: In function 'free_all': hhm.c:102:17: warning: incompatible implicit declaration of built-in function 'free' #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:1286:2: note: in expansion of macro 'FREE' FREE( prefix ); ^~~~ hhm.c:102:17: note: include '' or provide a declaration of 'free' #define FREE(a) free(a); (a) = NULL ^~~~ hhm.c:1286:2: note: in expansion of macro 'FREE' FREE( prefix ); ^~~~ --- hhm --- cc -I/usr/local/include -std=gnu99 -o hhm hhm.o -L/usr/local/lib -llzxcomp -lm SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for hhm-0.1.1 ===> Generating temporary packing list install -s -o root -g wheel -m 555 hhm /construction/textproc/hhm/stage/usr/local/bin ====> 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 hhm-0.1.1 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02