------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The s10sh 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 ------------------------------------------------------------------------------- ===> s10sh-0.2.2_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The s10sh 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 ===> s10sh-0.2.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by s10sh-0.2.2_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The s10sh 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 ===> s10sh-0.2.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by s10sh-0.2.2_3 for building => SHA256 Checksum OK for s10sh-0.2.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The s10sh 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 ===> s10sh-0.2.2_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by s10sh-0.2.2_3 for building ===> Extracting for s10sh-0.2.2_3 => SHA256 Checksum OK for s10sh-0.2.2.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for s10sh-0.2.2_3 ===> Applying ports patches for s10sh-0.2.2_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> s10sh-0.2.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> s10sh-0.2.2_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> s10sh-0.2.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> s10sh-0.2.2_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for s10sh-0.2.2_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for s10sh-0.2.2_3 --- objwarn --- --- main.o --- --- crc.o --- --- serial.o --- --- common.o --- --- bar.o --- --- usb.o --- --- objwarn --- Warning: Object directory not changed from original /construction/graphics/s10sh/s10sh-0.2.2 --- main.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -c main.c --- crc.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -c crc.c --- serial.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -c serial.c --- common.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -c common.c --- bar.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -c bar.c --- usb.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -c usb.c --- common.o --- common.c: In function 'camera_get_image': common.c:412:3: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy (lowerdestfile, destfile, strlen (destfile)+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common.c:412:37: note: length computed here strncpy (lowerdestfile, destfile, strlen (destfile)+1); ^~~~~~~~~~~~~~~~~ --- s10sh --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAVE_READLINE -I/usr/local/include -std=gnu99 -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib -o s10sh main.o crc.o serial.o common.o bar.o usb.o -lreadline -lncurses -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib -lusb SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> s10sh-0.2.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for s10sh-0.2.2_3 ===> s10sh-0.2.2_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/graphics/s10sh/s10sh-0.2.2/s10sh /construction/graphics/s10sh/stage/usr/local/bin install -m 0644 /construction/graphics/s10sh/s10sh-0.2.2/README /construction/graphics/s10sh/stage/usr/local/share/doc/s10sh ====> 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 s10sh-0.2.2_3 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:00 TOTAL TIME 00:00:05