------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The cam 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 ------------------------------------------------------------------------------- ===> cam-1.02 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The cam 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 ===> cam-1.02 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cam-1.02 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The cam 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 ===> cam-1.02 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cam-1.02 for building => SHA256 Checksum OK for cam-1.02.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The cam 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 ===> cam-1.02 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cam-1.02 for building ===> Extracting for cam-1.02 => SHA256 Checksum OK for cam-1.02.tgz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cam-1.02 ===> Applying ports patches for cam-1.02 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> cam-1.02 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> cam-1.02 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for cam-1.02 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cam-1.02 --- clean --- --- cam.o --- --- screens.o --- --- sounds.o --- --- screens.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c screens.c --- clean --- removing unnecessary files ... --- cam.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c cam.c --- sounds.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -c sounds.c --- screens.o --- screens.c: In function 'finish': screens.c:37:8: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ screens.c:37:8: warning: incompatible implicit declaration of built-in function 'exit' screens.c:37:8: note: include '' or provide a declaration of 'exit' screens.c:28:1: +#include screens.c:37:8: exit(1); ^~~~ screens.c: In function 'set_screen': screens.c:46:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] left = ( COLS - 15 - strlen(VERSION_HIGH) - strlen(VERSION_LOW) ) / 2; ^~~~~~ screens.c:46:25: warning: incompatible implicit declaration of built-in function 'strlen' screens.c:46:25: note: include '' or provide a declaration of 'strlen' screens.c:28:1: +#include screens.c:46:25: left = ( COLS - 15 - strlen(VERSION_HIGH) - strlen(VERSION_LOW) ) / 2; ^~~~~~ screens.c: In function 'init_screen': screens.c:114:9: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ screens.c:114:9: note: include '' or provide a declaration of 'exit' screens.c: In function 'status': screens.c:124:4: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(line,status_line,20); ^~~~~~~ screens.c:124:4: warning: incompatible implicit declaration of built-in function 'strncpy' screens.c:124:4: note: include '' or provide a declaration of 'strncpy' In file included from cam.h:24, from screens.c:25: screens.c:128:29: warning: incompatible implicit declaration of built-in function 'strlen' mvaddstr(LINES-2,(COLS - strlen(line)) / 2,line); ^~~~~~ /usr/local/include/ncurses/ncurses.h:1298:51: note: in definition of macro 'mvwaddstr' #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ screens.c:128:4: note: in expansion of macro 'mvaddstr' mvaddstr(LINES-2,(COLS - strlen(line)) / 2,line); ^~~~~~~~ screens.c:128:29: note: include '' or provide a declaration of 'strlen' mvaddstr(LINES-2,(COLS - strlen(line)) / 2,line); ^~~~~~ /usr/local/include/ncurses/ncurses.h:1298:51: note: in definition of macro 'mvwaddstr' #define mvwaddstr(win,y,x,str) (wmove((win),(y),(x)) == ERR ? ERR : waddnstr((win),(str),-1)) ^ screens.c:128:4: note: in expansion of macro 'mvaddstr' mvaddstr(LINES-2,(COLS - strlen(line)) / 2,line); ^~~~~~~~ screens.c: In function 'message': screens.c:137:4: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(line,message_line,25); ^~~~~~~ screens.c:137:4: note: include '' or provide a declaration of 'strncpy' --- sounds.o --- sounds.c: In function 'eval_argv': sounds.c:83:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if ( (strcmp(arg,"-v") == 0) || (strcmp(arg,"--volume") == 0) ) ^~~~~~ sounds.c: In function 'set_sound': sounds.c:143:4: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(SAVE_FILE,"/.camrc"); ^~~~~~ sounds.c:143:4: warning: incompatible implicit declaration of built-in function 'strcat' sounds.c:143:4: note: include '' or provide a declaration of 'strcat' sounds.c:31:1: +#include sounds.c:143:4: strcat(SAVE_FILE,"/.camrc"); ^~~~~~ sounds.c: In function 'ctrl_sliders': sounds.c:316:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(SAVE_FILE,"/.camrc"); ^~~~~~ sounds.c:316:5: note: include '' or provide a declaration of 'strcat' --- cam --- linking ... cc -o cam cam.o screens.o sounds.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> cam-1.02 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cam-1.02 ===> cam-1.02 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/audio/cam/cam-1.02/cam /construction/audio/cam/stage/usr/local/bin install -m 444 /construction/audio/cam/cam-1.02/cam.1 /construction/audio/cam/stage/usr/local/share/man/man1 ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for cam-1.02 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04