>>> Building on exopi-5 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] Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp Woken up net/libupnpp (Junk lock failure for exopi-5 at 1713770406.09033) Received IO (Junk lock obtained for exopi-5 at 1713770417.04) Woken up graphics/s10sh Woken up graphics/s10sh Woken up graphics/s10sh Woken up graphics/s10sh Woken up graphics/s10sh Woken up graphics/s10sh Woken up graphics/s10sh Woken up graphics/s10sh Short-cut: depends already handled by net/libupnpp >>> Running show-prepare-results in graphics/s10sh at 1713770419.82 ===> 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.100.0 curses.15.0 pthread.27.1 readline.5.0 usb.10.0 libusb-compat-0.1.5p1 (Junk lock released for exopi-5 at 1713770421.01) distfiles size=172203 >>> Running build in graphics/s10sh at 1713770421.05 ===> graphics/s10sh ===> Checking files for s10sh-0.2.0p5 `/exopi-cvs/ports/distfiles/s10sh-0.2.0.tar.gz' is up to date. >> (SHA256) s10sh-0.2.0.tar.gz: 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] } 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] 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] 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] char *pkt; ^ serial.c:615:8: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] char *pkt; ^ serial.c:652:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:674:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:697:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:720:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:743:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:763:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:773:6: warning: variable 'offset' set but not used [-Wunused-but-set-variable] int offset; ^ serial.c:774:6: warning: variable 'size' set but not used [-Wunused-but-set-variable] int size; ^ serial.c:857:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:872:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:896:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:910:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:981:17: warning: variable 'pkt' set but not used [-Wunused-but-set-variable] unsigned char *pkt; ^ serial.c:983:6: warning: variable 'progress_bar' set but not used [-Wunused-but-set-variable] 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] 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 common.c(common.o:(dump_hex)): warning: sprintf() is often misused, please use snprintf() common.c(common.o:(dump_filename)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in graphics/s10sh at 1713770425.58 ===> 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 1713770429.30 ===> graphics/s10sh ===> Cleaning for s10sh-0.2.0p5 >>> Ended at 1713770429.64 max_stuck=4.96/waiting-for-lock #30=13.71/show-prepare-results=1.31/build=4.52/package=3.74/clean=0.37