>>> Building on exopi-1 under graphics/s10sh BDEPENDS = [devel/libusb-compat] DIST = [graphics/s10sh:s10sh-0.2.0.tar.gz] FULLPKGNAME = s10sh-0.2.0p5 RDEPENDS = [devel/libusb-compat] (Junk lock obtained for exopi-1 at 1752917965.84) >>> Running depends in graphics/s10sh at 1752917965.89 last junk was in devel/lua-cjson,lua52 /usr/sbin/pkg_add -aI -Drepair libusb-compat-0.1.5p1 was: /usr/sbin/pkg_add -aI -Drepair libusb-compat-0.1.5p1 /usr/sbin/pkg_add -aI -Drepair libusb-compat-0.1.5p1 >>> Running show-prepare-results in graphics/s10sh at 1752917969.27 ===> graphics/s10sh ===> Building from scratch s10sh-0.2.0p5 ===> s10sh-0.2.0p5 depends on: libusb-compat-* -> libusb-compat-0.1.5p1 ===> Verifying specs: c curses pthread readline usb ===> found c.101.0 curses.16.0 pthread.28.0 readline.6.0 usb.10.0 libusb-compat-0.1.5p1 (Junk lock released for exopi-1 at 1752917970.00) distfiles size=172203 >>> Running build in graphics/s10sh at 1752917970.11 ===> graphics/s10sh ===> Checking files for s10sh-0.2.0p5 `/exopi-cvs/ports/distfiles/s10sh-0.2.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for s10sh-0.2.0p5 ===> Patching for s10sh-0.2.0p5 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Tue Mar 13 14:46:18 2001 |+++ Makefile.in Fri Dec 30 19:10:30 2016 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-README Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- README.orig Tue Mar 13 06:46:18 2001 |+++ README Mon Dec 30 00:30:01 2002 -------------------------- Patching file README using Plan A... Hunk #1 succeeded at 13. done ===> Applying OpenBSD patch patch-bytesex_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use endian.h instead of whitelisting platforms. | |--- bytesex.h.orig Tue Mar 13 14:46:18 2001 |+++ bytesex.h Fri Dec 30 19:05:26 2016 -------------------------- Patching file bytesex.h using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-common_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Format string fixes. | |--- common.c.orig Tue Mar 13 14:46:18 2001 |+++ common.c Fri Dec 30 19:12:56 2016 -------------------------- Patching file common.c using Plan A... Hunk #1 succeeded at 57. Hunk #2 succeeded at 423. Hunk #3 succeeded at 530. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Tue Mar 13 14:46:18 2001 |+++ configure Tue May 8 08:47:39 2001 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-main_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- main.c.orig Tue Mar 13 14:46:18 2001 |+++ main.c Tue May 8 08:47:39 2001 -------------------------- Patching file main.c using Plan A... Hunk #1 succeeded at 37. done ===> Applying OpenBSD patch patch-usb_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- usb.c.orig Tue Mar 13 14:46:18 2001 |+++ usb.c Sat Apr 16 23:30:49 2011 -------------------------- Patching file usb.c using Plan A... Hunk #1 succeeded at 84. done ===> Applying OpenBSD patch patch-usb_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- usb.h.orig Tue Mar 13 14:46:18 2001 |+++ usb.h Sat Apr 16 23:30:49 2011 -------------------------- Patching file usb.h using Plan A... Hunk #1 succeeded at 19. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for s10sh-0.2.0p5 ===> Configuring for s10sh-0.2.0p5 S10sh configuration utility READLINE support: y USB support : y libusb version = 0.1.12 using compile options '-I/usr/local/include' using link options '-L/usr/local/lib -lusb' Makefile created, try make ===> Building for s10sh-0.2.0p5 cc -O2 -pipe -Wall -I/usr/local/include -c main.c -DHAVE_READLINE -DHAVE_USB_SUPPORT main.c:277:14: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 277 | } else if (!strcmp(cmd, "clear") | !strcmp(cmd, "cls")) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || main.c:277:14: note: cast one or both operands to int to silence this warning main.c:589:23: warning: unused typedef 'u32' [-Wunused-local-typedef] 589 | typedef unsigned int u32; /* unsigned long is 64bit under ILP64 */ | ^ 2 warnings generated. cc -O2 -pipe -Wall -I/usr/local/include -c crc.c -DHAVE_READLINE -DHAVE_USB_SUPPORT cc -O2 -pipe -Wall -I/usr/local/include -c usb.c -DHAVE_READLINE -DHAVE_USB_SUPPORT usb.c:484:10: warning: variable 'progress_bar' set but not used [-Wunused-but-set-variable] 484 | int fd, progress_bar = 0; | ^ 1 warning generated. cc -O2 -pipe -Wall -I/usr/local/include -c serial.c -DHAVE_READLINE -DHAVE_USB_SUPPORT serial.c:591:8: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 591 | char *pkt; | ^ serial.c:615:8: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 615 | char *pkt; | ^ serial.c:652:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 652 | unsigned char *pkt; | ^ serial.c:674:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 674 | unsigned char *pkt; | ^ serial.c:697:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 697 | unsigned char *pkt; | ^ serial.c:720:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 720 | unsigned char *pkt; | ^ serial.c:743:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 743 | unsigned char *pkt; | ^ serial.c:763:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 763 | unsigned char *pkt; | ^ serial.c:773:6: warning: variable 'offset' set but not used [-Wunused-but-set-variable] 773 | int offset; | ^ serial.c:774:6: warning: variable 'size' set but not used [-Wunused-but-set-variable] 774 | int size; | ^ serial.c:857:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 857 | unsigned char *pkt; | ^ serial.c:872:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 872 | unsigned char *pkt; | ^ serial.c:896:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 896 | unsigned char *pkt; | ^ serial.c:910:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 910 | unsigned char *pkt; | ^ serial.c:981:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 981 | unsigned char *pkt; | ^ serial.c:983:6: warning: variable 'progress_bar' set but not used [-Wunused-but-set-variable] 983 | int progress_bar = 0; | ^ 16 warnings generated. cc -O2 -pipe -Wall -I/usr/local/include -c common.c -DHAVE_READLINE -DHAVE_USB_SUPPORT common.c:210:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] 210 | unsigned char *pkt; | ^ 1 warning generated. cc -O2 -pipe -Wall -I/usr/local/include -c bar.c -DHAVE_READLINE -DHAVE_USB_SUPPORT cc -O2 -pipe -Wall -I/usr/local/include -o s10sh main.o crc.o usb.o serial.o common.o bar.o -lreadline -ltermcap -L/usr/local/lib -lusb ld: warning: common.c(common.o:(dump_hex)): warning: sprintf() is often misused, please use snprintf() ld: warning: common.c(common.o:(dump_filename)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in graphics/s10sh at 1752917974.31 ===> graphics/s10sh ===> Faking installation for s10sh-0.2.0p5 /exopi-obj/pobj/s10sh-0.2.0/bin/install -c -s -m 755 /exopi-obj/pobj/s10sh-0.2.0/s10sh-0.2.0/s10sh /exopi-obj/pobj/s10sh-0.2.0/fake-amd64/usr/local/bin /exopi-obj/pobj/s10sh-0.2.0/bin/install -d -m 755 /exopi-obj/pobj/s10sh-0.2.0/fake-amd64/usr/local/share/doc/s10sh /exopi-obj/pobj/s10sh-0.2.0/bin/install -c -m 644 /exopi-obj/pobj/s10sh-0.2.0/s10sh-0.2.0/{README,Protocol} /exopi-obj/pobj/s10sh-0.2.0/fake-amd64/usr/local/share/doc/s10sh ===> Building package for s10sh-0.2.0p5 Create /exopi-cvs/ports/packages/amd64/all/s10sh-0.2.0p5.tgz Creating package s10sh-0.2.0p5 reading plist| checking dependencies| checking dependencies|devel/libusb-compat checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************** | 52% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/s10sh-0.2.0p5.tgz >>> Running clean in graphics/s10sh at 1752917977.26 ===> graphics/s10sh ===> Cleaning for s10sh-0.2.0p5 >>> Ended at 1752917978.72 max_stuck=1.84/depends=3.38/show-prepare-results=0.78/build=4.18/package=3.03/clean=1.50