>>> Building on exopi-2 under misc/digitemp BDEPENDS = [devel/libusb-compat;devel/gmake] DIST = [misc/digitemp:digitemp-3.5.0.tar.gz] FULLPKGNAME = digitemp-3.5.0p1 RDEPENDS = [devel/libusb-compat] (Junk lock obtained for exopi-2 at 1764445180.92) >>> Running depends in misc/digitemp at 1764445180.95 last junk was in graphics/p5-Graphics-Primitive /usr/sbin/pkg_add -aI -Drepair libusb-compat-0.1.5p1 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1p0 libusb-compat-0.1.5p1 /usr/sbin/pkg_add -aI -Drepair libusb-compat-0.1.5p1 >>> Running show-prepare-results in misc/digitemp at 1764445183.00 ===> misc/digitemp ===> Building from scratch digitemp-3.5.0p1 ===> digitemp-3.5.0p1 depends on: gmake-* -> gmake-4.4.1p0 ===> digitemp-3.5.0p1 depends on: libusb-compat-* -> libusb-compat-0.1.5p1 ===> Verifying specs: c m usb pthread ===> found c.102.2 m.10.1 usb.10.0 pthread.28.1 gmake-4.4.1p0 libusb-compat-0.1.5p1 (Junk lock released for exopi-2 at 1764445183.70) distfiles size=267947 >>> Running build in misc/digitemp at 1764445183.73 ===> misc/digitemp ===> Checking files for digitemp-3.5.0p1 `/exopi-cvs/ports/distfiles/digitemp-3.5.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for digitemp-3.5.0p1 ===> Patching for digitemp-3.5.0p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Mon Jan 1 19:47:02 2007 |+++ Makefile Sun Nov 13 10:21:13 2011 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 96. 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 digitemp-3.5.0p1 ===> Configuring for digitemp-3.5.0p1 ===> Building for digitemp-3.5.0p1 cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o src/digitemp.o src/digitemp.c In file included from src/digitemp.c:86: src/digitemp.h:85:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 85 | void free_coupler(); | ^ src/digitemp.c:227:6: note: conflicting prototype is here 227 | void free_coupler( int free_only ) | ^ src/digitemp.c:578:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 578 | printf( line ); | ^~~~ src/digitemp.c:578:13: note: treat the string as an argument to avoid this 578 | printf( line ); | ^ | "%s", src/digitemp.c:1527:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] 1527 | fprintf( stderr, "Failed to allocate %d bytes for coupler linked list\n", sizeof( struct _coupler ) ); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | %lu src/digitemp.c:2064:83: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] 2064 | fprintf( stderr, "Failed to allocate %d bytes for coupler linked list\n", sizeof( struct _coupler ) ); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | %lu src/digitemp.c:2421:76: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] 2421 | printf("Temperature format string too long! > %d\n", sizeof(tmp_temp_format)-1); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | %lu src/digitemp.c:2432:70: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] 2432 | printf("Counter format string too long! > %d\n", sizeof(tmp_counter_format)-1); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lu src/digitemp.c:2441:71: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] 2441 | printf("Humidity format string too long! > %d\n", sizeof(tmp_humidity_format)-1); | ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lu src/digitemp.c:2724:80: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] 2724 | fprintf(stderr, "read all of the attached sensors. It took %ld seconds", (long int) time(NULL) - last_time ); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld 8 warnings generated. cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o src/device_name.o src/device_name.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/crcutil.o userial/crcutil.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ioutil.o userial/ioutil.c userial/ioutil.c:89:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 89 | sprintf(defbuf,buf); | ^~~ userial/ioutil.c:89:22: note: treat the string as an argument to avoid this 89 | sprintf(defbuf,buf); | ^ | "%s", 1 warning generated. cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/swt1f.o userial/swt1f.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/owerr.o userial/owerr.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/cnt1d.o userial/cnt1d.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ad26.o userial/ad26.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097/ownet.o userial/ds9097/ownet.c userial/ds9097/ownet.c:153:21: warning: call to undeclared function 'owTouchBit'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 153 | bit_test = owTouchBit(portnum,1) << 1; | ^ userial/ds9097/ownet.c:456:4: warning: call to undeclared function 'owSpeed'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 456 | owSpeed(portnum,MODE_NORMAL); | ^ 2 warnings generated. cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097/linuxlnk.o userial/ds9097/linuxlnk.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097/linuxses.o userial/ds9097/linuxses.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097/owtran.o userial/ds9097/owtran.c userial/ds9097/owtran.c:84:28: warning: call to undeclared function 'owTouchByte'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 84 | tran_buf[i] = (uchar)owTouchByte(portnum,tran_buf[i]); | ^ userial/ds9097/owtran.c:196:9: warning: call to undeclared function 'owProgramPulse'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 196 | if (!owProgramPulse(portnum)) | ^ 2 warnings generated. cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o src/ds9097.o src/ds9097.c cc src/digitemp.o src/device_name.o userial/crcutil.o userial/ioutil.o userial/swt1f.o userial/owerr.o userial/cnt1d.o userial/ad26.o userial/ds9097/ownet.o userial/ds9097/linuxlnk.o userial/ds9097/linuxses.o userial/ds9097/owtran.o src/ds9097.o -o digitemp_DS9097 -lm -L/usr/local/lib ld: warning: digitemp.c(src/digitemp.o:(build_tf)): warning: sprintf() is often misused, please use snprintf() ld: warning: ioutil.c(userial/ioutil.o:(EnterString)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097u/ds2480ut.o userial/ds9097u/ds2480ut.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097u/ownetu.o userial/ds9097u/ownetu.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097u/owllu.o userial/ds9097u/owllu.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097u/owsesu.o userial/ds9097u/owsesu.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097u/owtrnu.o userial/ds9097u/owtrnu.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o userial/ds9097u/linuxlnk.o userial/ds9097u/linuxlnk.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -c -o src/ds9097u.o src/ds9097u.c cc src/digitemp.o src/device_name.o userial/crcutil.o userial/ioutil.o userial/swt1f.o userial/owerr.o userial/cnt1d.o userial/ad26.o userial/ds9097u/ds2480ut.o userial/ds9097u/ownetu.o userial/ds9097u/owllu.o userial/ds9097u/owsesu.o userial/ds9097u/owtrnu.o userial/ds9097u/linuxlnk.o src/ds9097u.o -o digitemp_DS9097U -lm -L/usr/local/lib ld: warning: ioutil.c(userial/ioutil.o:(EnterString)): warning: sprintf() is often misused, please use snprintf() ld: warning: ioutil.c(userial/ioutil.o:(EnterString)): warning: strcpy() is almost always misused, please use strlcpy() cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -DOWUSB -c -o userial/ds2490/ownet.o userial/ds2490/ownet.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -DOWUSB -c -o userial/ds2490/owtran.o userial/ds2490/owtran.c userial/ds2490/owtran.c:84:28: warning: call to undeclared function 'owTouchByte'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 84 | tran_buf[i] = (uchar)owTouchByte(portnum,tran_buf[i]); | ^ userial/ds2490/owtran.c:196:9: warning: call to undeclared function 'owProgramPulse'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 196 | if (!owProgramPulse(portnum)) | ^ 2 warnings generated. cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -DOWUSB -c -o userial/ds2490/usblnk.o userial/ds2490/usblnk.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -DOWUSB -c -o userial/ds2490/usbses.o userial/ds2490/usbses.c cc -O2 -pipe -I/usr/local/include -I./src -I./userial -DOPENBSD -DOWUSB -c -o src/ds2490.o src/ds2490.c cc src/digitemp.o src/device_name.o userial/crcutil.o userial/ioutil.o userial/swt1f.o userial/owerr.o userial/cnt1d.o userial/ad26.o userial/ds2490/ownet.o userial/ds2490/owtran.o userial/ds2490/usblnk.o userial/ds2490/usbses.o src/ds2490.o -o digitemp_DS2490 -lm -L/usr/local/lib -lusb -pthread ld: warning: ioutil.c(userial/ioutil.o:(EnterString)): warning: sprintf() is often misused, please use snprintf() ld: warning: ioutil.c(userial/ioutil.o:(EnterString)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in misc/digitemp at 1764445188.17 ===> misc/digitemp ===> Faking installation for digitemp-3.5.0p1 /exopi-obj/pobj/digitemp-3.5.0/bin/install -d -m 755 /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/share/doc/digitemp /exopi-obj/pobj/digitemp-3.5.0/bin/install -c -m 644 /exopi-obj/pobj/digitemp-3.5.0/digitemp-3.5.0/README /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/share/doc/digitemp /exopi-obj/pobj/digitemp-3.5.0/bin/install -c -m 644 /exopi-obj/pobj/digitemp-3.5.0/digitemp-3.5.0/FAQ /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/share/doc/digitemp /exopi-obj/pobj/digitemp-3.5.0/bin/install -c -s -m 755 /exopi-obj/pobj/digitemp-3.5.0/digitemp-3.5.0/digitemp_DS2490 /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/bin /exopi-obj/pobj/digitemp-3.5.0/bin/install -c -s -m 755 /exopi-obj/pobj/digitemp-3.5.0/digitemp-3.5.0/digitemp_DS9097 /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/bin /exopi-obj/pobj/digitemp-3.5.0/bin/install -c -s -m 755 /exopi-obj/pobj/digitemp-3.5.0/digitemp-3.5.0/digitemp_DS9097U /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/bin /exopi-obj/pobj/digitemp-3.5.0/bin/install -c -m 644 /exopi-obj/pobj/digitemp-3.5.0/digitemp-3.5.0/digitemp.1 /exopi-obj/pobj/digitemp-3.5.0/fake-amd64/usr/local/man/man1 ===> Building package for digitemp-3.5.0p1 Create /exopi-cvs/ports/packages/amd64/all/digitemp-3.5.0p1.tgz Creating package digitemp-3.5.0p1 reading plist| checking dependencies| checking dependencies|devel/libusb-compat checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************** | 28% archiving|************************************ | 56% archiving|******************************************************* | 86% archiving|******************************************************** | 88% archiving|********************************************************** | 91% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/digitemp-3.5.0p1.tgz >>> Running clean in misc/digitemp at 1764445190.35 ===> misc/digitemp ===> Cleaning for digitemp-3.5.0p1 >>> Ended at 1764445190.59 max_stuck=0.71/depends=2.06/show-prepare-results=0.73/build=4.43/package=2.18/clean=0.27