------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> filetype-0.1.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> filetype-0.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by filetype-0.1.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> filetype-0.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by filetype-0.1.3 for building => SHA256 Checksum OK for filetype-0.1.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> filetype-0.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by filetype-0.1.3 for building ===> Extracting for filetype-0.1.3 => SHA256 Checksum OK for filetype-0.1.3.tar.gz. Extracted Memory Use: 0.18M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for filetype-0.1.3 ===> Applying ports patches for filetype-0.1.3 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for filetype-0.1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for filetype-0.1.3 --- pldstr.o --- --- logger.o --- --- libfiletype.o --- --- filetype-compile.o --- --- filetype.o --- --- pldstr.o --- cc -Wall -g -c pldstr.c --- logger.o --- cc -Wall -g -c logger.c --- filetype-compile.o --- cc -Wall -g -c filetype-compile.c --- libfiletype.o --- cc -Wall -g -c libfiletype.c --- filetype.o --- cc -Wall -g -c filetype.c --- filetype-compile.o --- filetype-compile.c: In function 'main': filetype-compile.c:33:37: warning: variable 'bname' set but not used [-Wunused-but-set-variable] char *input_fname, *output_fname, *bname; ^~~~~ --- pldstr.o --- pldstr.c: In function 'PLD_strstr': pldstr.c:41:16: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(hs); ^~ In file included from pldstr.c:11: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^~~~~~~~~~~~ pldstr.c:43:16: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(ne); ^~ In file included from pldstr.c:11: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^~~~~~~~~~~~ pldstr.c: In function 'PLD_strtok': pldstr.c:296:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ((st->start)&&(st->start != '\0')) ^~ pldstr.c:296:20: note: did you mean to dereference the pointer? if ((st->start)&&(st->start != '\0')) ^ --- libfiletype.o --- libfiletype.c: In function 'FILETYPE_import_list': libfiletype.c:924:23: warning: pointer targets in passing argument 1 of 'PLD_strncpy' differ in signedness [-Wpointer-sign] PLD_strncpy(atest->testfor, sp, _FILETYPE_TT_STRLEN_MAX+1); ~~~~~^~~~~~~~~ In file included from libfiletype.c:13: pldstr.h:29:7: note: expected 'char *' but argument is of type 'unsigned char *' char *PLD_strncpy( char *dst, const char *src, size_t len ); ^~~~~~~~~~~ libfiletype.c:968:14: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] testfor = atest->testfor; ^ libfiletype.c: In function 'FILETYPE_is_filetype': libfiletype.c:1510:15: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(textbuffer); ^~~~~~~~~~ In file included from libfiletype.c:13: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^~~~~~~~~~~~ libfiletype.c: In function 'FILETYPE_get_filetype': libfiletype.c:1729:15: warning: pointer targets in passing argument 1 of 'PLD_strlower' differ in signedness [-Wpointer-sign] PLD_strlower(textbuffer); ^~~~~~~~~~ In file included from libfiletype.c:13: pldstr.h:34:5: note: expected 'unsigned char *' but argument is of type 'char *' int PLD_strlower( unsigned char *convertme ); ^~~~~~~~~~~~ libfiletype.c: In function 'FILETYPE_import_list': libfiletype.c:946:63: warning: '%s' directive output may be truncated writing up to 20 bytes into a region of size between 17 and 77 [-Wformat-truncation=] snprintf(atest->full,_FILETYPE_TTG_STRLEN_MAX*4,"%s:%s:%s:%s:%d",atest->group1, atest->group2, atest->group3, atest->name, atest->key); ^~ libfiletype.c:946:5: note: 'snprintf' output between 6 and 96 bytes into a destination of size 80 snprintf(atest->full,_FILETYPE_TTG_STRLEN_MAX*4,"%s:%s:%s:%s:%d",atest->group1, atest->group2, atest->group3, atest->name, atest->key); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- filetype.o --- filetype.c: In function 'main': filetype.c:658:24: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ( glb.specfiles[0]=='\0' ) ^~ filetype.c:658:8: note: did you mean to dereference the pointer? if ( glb.specfiles[0]=='\0' ) ^ filetype.c: In function 'FILETYPEAPP_locate_specfile': filetype.c:350:49: warning: 'filetype.spec' directive output may be truncated writing 13 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf( filepath, sizeof(filepath), "%s%cfiletype.spec", searchentry, DIRECTORY_SEPERATOR); ^~~~~~~~~~~~~ filetype.c:350:6: note: 'snprintf' output between 15 and 1038 bytes into a destination of size 1024 snprintf( filepath, sizeof(filepath), "%s%cfiletype.spec", searchentry, DIRECTORY_SEPERATOR); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- filetype-compile --- --- filetype --- --- filetype-compile --- cc -Wall -g pldstr.o logger.o libfiletype.o filetype-compile.o -o filetype-compile --- filetype --- cc -Wall -g pldstr.o logger.o libfiletype.o filetype.o -o filetype SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for filetype-0.1.3 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/filetype/filetype-0.1.3/filetype /construction/sysutils/filetype/stage/usr/local/bin install -m 0644 /construction/sysutils/filetype/filetype-0.1.3/filetype.1 /construction/sysutils/filetype/stage/usr/local/man/man1 install -m 0644 /construction/sysutils/filetype/filetype-0.1.3/filetype-compile.1 /construction/sysutils/filetype/stage/usr/local/man/man1 /bin/mkdir -p /construction/sysutils/filetype/stage/usr/local/share/doc/filetype install -m 0644 /construction/sysutils/filetype/filetype-0.1.3/README /construction/sysutils/filetype/filetype-0.1.3/CHANGELOG /construction/sysutils/filetype/filetype-0.1.3/CONTRIBUTORS /construction/sysutils/filetype/filetype-0.1.3/INSTALL /construction/sysutils/filetype/filetype-0.1.3/LICENSE /construction/sysutils/filetype/filetype-0.1.3/TODO /construction/sysutils/filetype/stage/usr/local/share/doc/filetype ====> 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 filetype-0.1.3 file sizes/checksums [9]: 0% file sizes/checksums [9]: 100% packing files [9]: 0% packing files [9]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03