------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> watchfolder-0.3.3_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> watchfolder-0.3.3_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by watchfolder-0.3.3_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> watchfolder-0.3.3_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by watchfolder-0.3.3_1 for building => SHA256 Checksum OK for watchfolder-0.3.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> watchfolder-0.3.3_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by watchfolder-0.3.3_1 for building ===> Extracting for watchfolder-0.3.3_1 => SHA256 Checksum OK for watchfolder-0.3.3.tar.gz. Extracted Memory Use: 0.32M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for watchfolder-0.3.3_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for watchfolder-0.3.3_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for watchfolder-0.3.3_1 --- all --- cc -pipe -O2 -fno-strict-aliasing -c -o chain.o chain.c chain.c: In function 'addelement': chain.c:52:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(newe->cur,newp,size); ^~~~~~ chain.c:52:2: warning: incompatible implicit declaration of built-in function 'memcpy' chain.c:52:2: note: include '' or provide a declaration of 'memcpy' chain.c:24:1: +#include chain.c:52:2: memcpy(newe->cur,newp,size); ^~~~~~ cc -pipe -O2 -fno-strict-aliasing -c -o inifile.o inifile.c inifile.c: In function 'ini_goto_grp': inifile.c:33:5: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] if (strcasecmp(i->sts.cur_grp, name)!=0) ^~~~~~~~~~ inifile.c: In function 'ini_open': inifile.c:66:18: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] r->name=(char *)strdup(name); ^~~~~~ inifile.c:66:18: warning: incompatible implicit declaration of built-in function 'strdup' inifile.c:69:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(r->sts.cur_grp,""); ^~~~~~ inifile.c:69:4: warning: incompatible implicit declaration of built-in function 'strcpy' inifile.c:69:4: note: include '' or provide a declaration of 'strcpy' inifile.c:4:1: +#include inifile.c:69:4: strcpy(r->sts.cur_grp,""); ^~~~~~ inifile.c: In function 'ini_nextgrp': inifile.c:90:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(tmp, "#"); ^~~~~~ inifile.c:90:2: note: include '' or provide a declaration of 'strcpy' inifile.c:101:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(i->sts.cur_grp, tmp2, 511); ^~~~~~~ inifile.c:101:5: warning: incompatible implicit declaration of built-in function 'strncpy' inifile.c:101:5: note: include '' or provide a declaration of 'strncpy' inifile.c: In function 'ini_rewind': inifile.c:120:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(i->sts.cur_grp, ""); ^~~~~~ inifile.c:120:2: note: include '' or provide a declaration of 'strcpy' inifile.c: In function 'ini_nextline': inifile.c:139:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(buffer, "#"); ^~~~~~ inifile.c:139:2: note: include '' or provide a declaration of 'strcpy' inifile.c:148:19: warning: incompatible implicit declaration of built-in function 'strdup' return((char *)strdup(buffer)); ^~~~~~ inifile.c:157:7: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(i->sts.cur_grp, tmp2, 511); ^~~~~~~ inifile.c:157:7: note: include '' or provide a declaration of 'strncpy' inifile.c: In function 'ini_grp2s': inifile.c:170:18: warning: incompatible implicit declaration of built-in function 'strdup' char *r=(char *)strdup(s); ^~~~~~ inifile.c:173:6: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (strlen(r)>0) ^~~~~~ inifile.c:173:6: warning: incompatible implicit declaration of built-in function 'strlen' inifile.c:173:6: note: include '' or provide a declaration of 'strlen' inifile.c:178:10: warning: implicit declaration of function 'strrchr' [-Wimplicit-function-declaration] if (strrchr(r,']')!=NULL) ^~~~~~~ inifile.c:178:10: warning: incompatible implicit declaration of built-in function 'strrchr' inifile.c:178:10: note: include '' or provide a declaration of 'strrchr' inifile.c: In function 'ini_trim': inifile.c:194:6: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(s)>0) ^~~~~~ inifile.c:194:6: note: include '' or provide a declaration of 'strlen' inifile.c: In function 'ini_classify': inifile.c:209:6: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(s)>0) ^~~~~~ inifile.c:209:6: note: include '' or provide a declaration of 'strlen' cc -pipe -O2 -fno-strict-aliasing -c -o filedb.o filedb.c filedb.c: In function 'strcomp': filedb.c:29:3: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] i=strlen(s1); ^~~~~~ filedb.c:29:3: warning: incompatible implicit declaration of built-in function 'strlen' filedb.c:29:3: note: include '' or provide a declaration of 'strlen' filedb.c:6:1: +#include filedb.c:29:3: i=strlen(s1); ^~~~~~ filedb.c: In function 'addfile': filedb.c:57:19: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] ent.name=(char *)strdup(s); ^~~~~~ filedb.c:57:19: warning: incompatible implicit declaration of built-in function 'strdup' filedb.c: In function 'removefile': filedb.c:115:1: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(((fileent *)e->cur)->name); ^~~~ filedb.c:115:1: warning: incompatible implicit declaration of built-in function 'free' filedb.c:115:1: note: include '' or provide a declaration of 'free' filedb.c:6:1: +#include filedb.c:115:1: free(((fileent *)e->cur)->name); ^~~~ filedb.c: In function 'killfilechain': filedb.c:154:4: warning: incompatible implicit declaration of built-in function 'free' free(((fileent *)c->cur)->name); ^~~~ filedb.c:154:4: note: include '' or provide a declaration of 'free' cc -pipe -O2 -fno-strict-aliasing -o watchd watchd.c inifile.o chain.o filedb.o watchd.c: In function 'get_filestate': watchd.c:144:8: warning: implicit declaration of function 'isdir'; did you mean 'rmdir'? [-Wimplicit-function-declaration] if (isdir(fn)) ^~~~~ rmdir watchd.c: In function 'splits': watchd.c:179:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] p2[(int)p2tmp-(int)p2]=0x00; // but in fact: It works ;) ^ watchd.c:179:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] p2[(int)p2tmp-(int)p2]=0x00; // but in fact: It works ;) ^ watchd.c: In function 'init': watchd.c:540:2: warning: implicit declaration of function 'ini_close'; did you mean 'ini_open'? [-Wimplicit-function-declaration] ini_close(f); ^~~~~~~~~ ini_open SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for watchfolder-0.3.3_1 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/watchfolder/watchd-0.3.3/watchd /construction/sysutils/watchfolder/stage/usr/local/bin install -m 0644 /construction/sysutils/watchfolder/watchd-0.3.3/watchd.conf /construction/sysutils/watchfolder/stage/usr/local/etc/watchd.conf.sample [ -f /usr/local/etc/watchd.conf ] || install -m 0644 /construction/sysutils/watchfolder/watchd-0.3.3/watchd.conf /construction/sysutils/watchfolder/stage/usr/local/etc install -m 0644 /construction/sysutils/watchfolder/watchd-0.3.3/README /construction/sysutils/watchfolder/watchd-0.3.3/doc/watchfolder.pdf /construction/sysutils/watchfolder/stage/usr/local/share/doc/watchfolder ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> 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 watchfolder-0.3.3_1 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04