+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ibutton-pdkit-2.00nb2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ibutton-pdkit-2.00nb2/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for ibutton-pdkit-2.00nb2 --- clean --- --- atod --- --- count --- --- coupler --- --- clean --- rm -f atod count coupler debit initcopr initrov list2tag mktag mweather owsensor swtloop swtoper swtsngl temp thermodl thermoms tstfind tstow tstowe --- debit --- --- coupler --- gcc -g -o coupler coupler.c crcutil.c ds2480ut.c findtype.c owllu.c ownetu.c owsesu.c owtrnu.c swt1f.c linuxlnk.c --- atod --- gcc -g -o atod atodtst.c atod20.c crcutil.c ioutil.c ds2480ut.c findtype.c owllu.c ownetu.c owsesu.c owtrnu.c linuxlnk.c --- count --- gcc -g -o count counter.c ioutil.c cnt1d.c crcutil.c ds2480ut.c findtype.c owllu.c ownetu.c owsesu.c owtrnu.c linuxlnk.c --- debit --- gcc -g -o debit debit.c ibsha18.c ibsha18o.c ibshaut.c ioutil.c crcutil.c ds2480ut.c owllu.c ownetu.c owsesu.c owtrnu.c linuxlnk.c --- coupler --- coupler.c:46:28: error: unknown type name 'ushort'; did you mean 'short'? 46 | extern void setdocrc16(int,ushort); | ^~~~~~ | short coupler.c:47:8: error: unknown type name 'ushort' 47 | extern ushort dodocrc16(int,ushort); | ^~~~~~ --- count --- counter.c:51:40: error: unknown type name 'ulong'; did you mean 'long'? 51 | extern int ReadCounter(int,uchar *,int,ulong *); | ^~~~~ | long counter.c: In function 'main': counter.c:69:4: error: unknown type name 'ulong'; did you mean 'long'? 69 | ulong Count; | ^~~~~ | long counter.c:126:20: warning: implicit declaration of function 'ReadCounter' [-Wimplicit-function-declaration] 126 | if (ReadCounter(portnum, FamilySN[i], CounterPage, &Count)) | ^~~~~~~~~~~ --- coupler --- coupler.c:47:29: error: unknown type name 'ushort'; did you mean 'short'? 47 | extern ushort dodocrc16(int,ushort); | ^~~~~~ | short crcutil.c:34:19: error: unknown type name 'ushort'; did you mean 'short'? 34 | void setcrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:1: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:20: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:40:1: error: unknown type name 'ushort'; did you mean 'short'? 40 | ushort utilcrc16[MAX_PORTNUM]; | ^~~~~~ | short crcutil.c:66:28: error: unknown type name 'ushort'; did you mean 'short'? 66 | void setcrc16(int portnum, ushort reset) | ^~~~~~ | short crcutil.c:95:1: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short --- atod --- atod20.c:48:26: error: unknown type name 'ushort'; did you mean 'short'? 48 | extern void setcrc16(int,ushort); | ^~~~~~ | short atod20.c:49:8: error: unknown type name 'ushort' 49 | extern ushort docrc16(int,ushort); | ^~~~~~ atod20.c:49:27: error: unknown type name 'ushort'; did you mean 'short'? 49 | extern ushort docrc16(int,ushort); | ^~~~~~ | short atod20.c: In function 'WriteAtoD': atod20.c:125:4: error: unknown type name 'ushort'; did you mean 'short'? 125 | ushort lastcrc16; | ^~~~~~ | short atod20.c:129:4: warning: implicit declaration of function 'setcrc16' [-Wimplicit-function-declaration] 129 | setcrc16(portnum,0); | ^~~~~~~~ atod20.c:133:4: warning: implicit declaration of function 'docrc16' [-Wimplicit-function-declaration] 133 | docrc16(portnum,0x55); | ^~~~~~~ --- coupler --- crcutil.c:95:29: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short --- atod --- atod20.c: In function 'DoAtoDConversion': atod20.c:209:4: error: unknown type name 'ushort'; did you mean 'short'? 209 | ushort lastcrc16; | ^~~~~~ | short atod20.c: In function 'ReadAtoDResults': atod20.c:281:4: error: unknown type name 'ulong'; did you mean 'long'? 281 | ulong templong; | ^~~~~ | long atod20.c:285:4: error: unknown type name 'ushort'; did you mean 'short'? 285 | ushort lastcrc16; | ^~~~~~ | short crcutil.c:34:19: error: unknown type name 'ushort'; did you mean 'short'? 34 | void setcrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:1: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:20: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:40:1: error: unknown type name 'ushort'; did you mean 'short'? 40 | ushort utilcrc16[MAX_PORTNUM]; | ^~~~~~ | short --- count --- cnt1d.c:39:26: error: unknown type name 'ushort'; did you mean 'short'? 39 | extern void setcrc16(int,ushort); | ^~~~~~ | short cnt1d.c:40:8: error: unknown type name 'ushort' 40 | extern ushort docrc16(int,ushort); | ^~~~~~ cnt1d.c:40:27: error: unknown type name 'ushort'; did you mean 'short'? 40 | extern ushort docrc16(int,ushort); | ^~~~~~ | short cnt1d.c:45:33: error: unknown type name 'ulong'; did you mean 'long'? 45 | int ReadCounter(int,uchar *,int,ulong *); | ^~~~~ | long cnt1d.c: In function 'ReadCounter': cnt1d.c:67:4: error: unknown type name 'ushort'; did you mean 'short'? 67 | ushort lastcrc16; | ^~~~~~ | short cnt1d.c:69:4: warning: implicit declaration of function 'setcrc16' [-Wimplicit-function-declaration] 69 | setcrc16(portnum,0); | ^~~~~~~~ cnt1d.c:80:7: warning: implicit declaration of function 'docrc16' [-Wimplicit-function-declaration] 80 | docrc16(portnum,0xA5); | ^~~~~~~ cnt1d.c:84:24: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 84 | docrc16(portnum,(ushort)(address & 0xFF)); | ^~~~~~ | qsort cnt1d.c:84:24: note: each undeclared identifier is reported only once for each function it appears in --- atod --- crcutil.c:66:28: error: unknown type name 'ushort'; did you mean 'short'? 66 | void setcrc16(int portnum, ushort reset) | ^~~~~~ | short crcutil.c:95:1: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short crcutil.c:95:29: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short --- count --- crcutil.c:34:19: error: unknown type name 'ushort'; did you mean 'short'? 34 | void setcrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:1: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:20: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:40:1: error: unknown type name 'ushort'; did you mean 'short'? 40 | ushort utilcrc16[MAX_PORTNUM]; | ^~~~~~ | short crcutil.c:66:28: error: unknown type name 'ushort'; did you mean 'short'? 66 | void setcrc16(int portnum, ushort reset) | ^~~~~~ | short crcutil.c:95:1: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short crcutil.c:95:29: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short owtrnu.c:56:26: error: unknown type name 'ushort'; did you mean 'short'? 56 | extern void setcrc16(int,ushort); | ^~~~~~ | short owtrnu.c:57:8: error: unknown type name 'ushort' 57 | extern ushort docrc16(int,ushort); | ^~~~~~ owtrnu.c:57:27: error: unknown type name 'ushort'; did you mean 'short'? 57 | extern ushort docrc16(int,ushort); | ^~~~~~ | short owtrnu.c: In function 'owReadPacketStd': owtrnu.c:189:4: error: unknown type name 'ushort'; did you mean 'short'? 189 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:218:7: warning: implicit declaration of function 'setcrc16'; did you mean 'setcrc8'? [-Wimplicit-function-declaration] 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~~~ | setcrc8 owtrnu.c:218:25: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:218:25: note: each undeclared identifier is reported only once for each function it appears in owtrnu.c:218:32: error: expected ')' before 'start_page' 218 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:222:7: warning: implicit declaration of function 'docrc16'; did you mean 'docrc8'? [-Wimplicit-function-declaration] 222 | docrc16(portnum,(ushort)length); | ^~~~~~~ | docrc8 owtrnu.c:222:31: error: expected ')' before 'length' 222 | docrc16(portnum,(ushort)length); | ~ ^~~~~~ | ) owtrnu.c: In function 'owWritePacketStd': owtrnu.c:288:4: error: unknown type name 'ushort'; did you mean 'short'? 288 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:295:22: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 295 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort --- coupler --- owtrnu.c:56:26: error: unknown type name 'ushort'; did you mean 'short'? 56 | extern void setcrc16(int,ushort); | ^~~~~~ | short owtrnu.c:57:8: error: unknown type name 'ushort' 57 | extern ushort docrc16(int,ushort); | ^~~~~~ owtrnu.c:57:27: error: unknown type name 'ushort'; did you mean 'short'? 57 | extern ushort docrc16(int,ushort); | ^~~~~~ | short owtrnu.c: In function 'owReadPacketStd': owtrnu.c:189:4: error: unknown type name 'ushort'; did you mean 'short'? 189 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:218:7: warning: implicit declaration of function 'setcrc16'; did you mean 'setcrc8'? [-Wimplicit-function-declaration] 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~~~ | setcrc8 owtrnu.c:218:25: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? --- count --- owtrnu.c:295:29: error: expected ')' before 'start_page' 295 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:299:28: error: expected ')' before 'write_len' 299 | docrc16(portnum,(ushort)write_len); | ~ ^~~~~~~~~ | ) owtrnu.c: In function 'owProgramByte': owtrnu.c:371:4: error: unknown type name 'ushort'; did you mean 'short'? 371 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:422:27: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 422 | docrc16(portnum,(ushort)write_cmd); | ^~~~~~ | qsort owtrnu.c:422:34: error: expected ')' before 'write_cmd' 422 | docrc16(portnum,(ushort)write_cmd); | ~ ^~~~~~~~~ | ) --- coupler --- 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:218:25: note: each undeclared identifier is reported only once for each function it appears in owtrnu.c:218:32: error: expected ')' before 'start_page' 218 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:222:7: warning: implicit declaration of function 'docrc16'; did you mean 'docrc8'? [-Wimplicit-function-declaration] 222 | docrc16(portnum,(ushort)length); | ^~~~~~~ | docrc8 owtrnu.c:222:31: error: expected ')' before 'length' 222 | docrc16(portnum,(ushort)length); | ~ ^~~~~~ | ) owtrnu.c: In function 'owWritePacketStd': owtrnu.c:288:4: error: unknown type name 'ushort'; did you mean 'short'? 288 | ushort lastcrc16; | ^~~~~~ | short --- count --- owtrnu.c:427:35: error: expected ')' before 'addr' 427 | setcrc16(portnum,(ushort)addr); | ~ ^~~~ | ) owtrnu.c:428:31: error: expected ')' before 'write_byte' 428 | docrc16(portnum,(ushort)write_byte); | ~ ^~~~~~~~~~ | ) owtrnu.c:430:31: error: expected ')' before 'owReadByte' 430 | docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) owtrnu.c:431:43: error: expected ')' before 'owReadByte' 431 | lastcrc16 = docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) --- coupler --- owtrnu.c:295:22: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 295 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:295:29: error: expected ')' before 'start_page' 295 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:299:28: error: expected ')' before 'write_len' 299 | docrc16(portnum,(ushort)write_len); | ~ ^~~~~~~~~ | ) owtrnu.c: In function 'owProgramByte': owtrnu.c:371:4: error: unknown type name 'ushort'; did you mean 'short'? 371 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:422:27: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 422 | docrc16(portnum,(ushort)write_cmd); | ^~~~~~ | qsort owtrnu.c:422:34: error: expected ')' before 'write_cmd' 422 | docrc16(portnum,(ushort)write_cmd); | ~ ^~~~~~~~~ | ) owtrnu.c:427:35: error: expected ')' before 'addr' 427 | setcrc16(portnum,(ushort)addr); | ~ ^~~~ | ) --- debit --- crcutil.c:34:19: error: unknown type name 'ushort'; did you mean 'short'? 34 | void setcrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:1: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:35:20: error: unknown type name 'ushort'; did you mean 'short'? 35 | ushort docrc16(int,ushort); | ^~~~~~ | short crcutil.c:40:1: error: unknown type name 'ushort'; did you mean 'short'? 40 | ushort utilcrc16[MAX_PORTNUM]; | ^~~~~~ | short crcutil.c:66:28: error: unknown type name 'ushort'; did you mean 'short'? 66 | void setcrc16(int portnum, ushort reset) | ^~~~~~ | short crcutil.c:95:1: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short --- coupler --- owtrnu.c:428:31: error: expected ')' before 'write_byte' 428 | docrc16(portnum,(ushort)write_byte); | ~ ^~~~~~~~~~ | ) owtrnu.c:430:31: error: expected ')' before 'owReadByte' 430 | docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) owtrnu.c:431:43: error: expected ')' before 'owReadByte' 431 | lastcrc16 = docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) --- debit --- crcutil.c:95:29: error: unknown type name 'ushort'; did you mean 'short'? 95 | ushort docrc16(int portnum, ushort data) | ^~~~~~ | short --- atod --- owtrnu.c:56:26: error: unknown type name 'ushort'; did you mean 'short'? 56 | extern void setcrc16(int,ushort); | ^~~~~~ | short owtrnu.c:57:8: error: unknown type name 'ushort' 57 | extern ushort docrc16(int,ushort); | ^~~~~~ owtrnu.c:57:27: error: unknown type name 'ushort'; did you mean 'short'? 57 | extern ushort docrc16(int,ushort); | ^~~~~~ | short owtrnu.c: In function 'owReadPacketStd': owtrnu.c:189:4: error: unknown type name 'ushort'; did you mean 'short'? 189 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:218:7: warning: implicit declaration of function 'setcrc16'; did you mean 'setcrc8'? [-Wimplicit-function-declaration] 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~~~ | setcrc8 owtrnu.c:218:25: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:218:25: note: each undeclared identifier is reported only once for each function it appears in owtrnu.c:218:32: error: expected ')' before 'start_page' 218 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:222:7: warning: implicit declaration of function 'docrc16'; did you mean 'docrc8'? [-Wimplicit-function-declaration] 222 | docrc16(portnum,(ushort)length); | ^~~~~~~ | docrc8 owtrnu.c:222:31: error: expected ')' before 'length' 222 | docrc16(portnum,(ushort)length); | ~ ^~~~~~ | ) owtrnu.c: In function 'owWritePacketStd': owtrnu.c:288:4: error: unknown type name 'ushort'; did you mean 'short'? 288 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:295:22: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 295 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:295:29: error: expected ')' before 'start_page' 295 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:299:28: error: expected ')' before 'write_len' 299 | docrc16(portnum,(ushort)write_len); | ~ ^~~~~~~~~ | ) owtrnu.c: In function 'owProgramByte': owtrnu.c:371:4: error: unknown type name 'ushort'; did you mean 'short'? 371 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:422:27: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 422 | docrc16(portnum,(ushort)write_cmd); | ^~~~~~ | qsort owtrnu.c:422:34: error: expected ')' before 'write_cmd' 422 | docrc16(portnum,(ushort)write_cmd); | ~ ^~~~~~~~~ | ) owtrnu.c:427:35: error: expected ')' before 'addr' 427 | setcrc16(portnum,(ushort)addr); | ~ ^~~~ | ) owtrnu.c:428:31: error: expected ')' before 'write_byte' 428 | docrc16(portnum,(ushort)write_byte); | ~ ^~~~~~~~~~ | ) owtrnu.c:430:31: error: expected ')' before 'owReadByte' 430 | docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) owtrnu.c:431:43: error: expected ')' before 'owReadByte' 431 | lastcrc16 = docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) --- count --- *** [count] Error code 1 bmake: stopped making "clean all" in /home/pbulk/build/misc/ibutton-pdkit/work --- atod --- *** [atod] Error code 1 bmake: stopped making "clean all" in /home/pbulk/build/misc/ibutton-pdkit/work --- coupler --- *** [coupler] Error code 1 bmake: stopped making "clean all" in /home/pbulk/build/misc/ibutton-pdkit/work --- debit --- owtrnu.c:56:26: error: unknown type name 'ushort'; did you mean 'short'? 56 | extern void setcrc16(int,ushort); | ^~~~~~ | short owtrnu.c:57:8: error: unknown type name 'ushort' 57 | extern ushort docrc16(int,ushort); | ^~~~~~ owtrnu.c:57:27: error: unknown type name 'ushort'; did you mean 'short'? 57 | extern ushort docrc16(int,ushort); | ^~~~~~ | short owtrnu.c: In function 'owReadPacketStd': owtrnu.c:189:4: error: unknown type name 'ushort'; did you mean 'short'? 189 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:218:7: warning: implicit declaration of function 'setcrc16'; did you mean 'setcrc8'? [-Wimplicit-function-declaration] 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~~~ | setcrc8 owtrnu.c:218:25: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 218 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:218:25: note: each undeclared identifier is reported only once for each function it appears in owtrnu.c:218:32: error: expected ')' before 'start_page' 218 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:222:7: warning: implicit declaration of function 'docrc16'; did you mean 'docrc8'? [-Wimplicit-function-declaration] 222 | docrc16(portnum,(ushort)length); | ^~~~~~~ | docrc8 owtrnu.c:222:31: error: expected ')' before 'length' 222 | docrc16(portnum,(ushort)length); | ~ ^~~~~~ | ) owtrnu.c: In function 'owWritePacketStd': owtrnu.c:288:4: error: unknown type name 'ushort'; did you mean 'short'? 288 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:295:22: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 295 | setcrc16(portnum,(ushort)start_page); | ^~~~~~ | qsort owtrnu.c:295:29: error: expected ')' before 'start_page' 295 | setcrc16(portnum,(ushort)start_page); | ~ ^~~~~~~~~~ | ) owtrnu.c:299:28: error: expected ')' before 'write_len' 299 | docrc16(portnum,(ushort)write_len); | ~ ^~~~~~~~~ | ) owtrnu.c: In function 'owProgramByte': owtrnu.c:371:4: error: unknown type name 'ushort'; did you mean 'short'? 371 | ushort lastcrc16; | ^~~~~~ | short owtrnu.c:422:27: error: 'ushort' undeclared (first use in this function); did you mean 'qsort'? 422 | docrc16(portnum,(ushort)write_cmd); | ^~~~~~ | qsort owtrnu.c:422:34: error: expected ')' before 'write_cmd' 422 | docrc16(portnum,(ushort)write_cmd); | ~ ^~~~~~~~~ | ) owtrnu.c:427:35: error: expected ')' before 'addr' 427 | setcrc16(portnum,(ushort)addr); | ~ ^~~~ | ) owtrnu.c:428:31: error: expected ')' before 'write_byte' 428 | docrc16(portnum,(ushort)write_byte); | ~ ^~~~~~~~~~ | ) owtrnu.c:430:31: error: expected ')' before 'owReadByte' 430 | docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) owtrnu.c:431:43: error: expected ')' before 'owReadByte' 431 | lastcrc16 = docrc16(portnum,(ushort)owReadByte(portnum)); | ~ ^~~~~~~~~~ | ) *** [debit] Error code 1 bmake: stopped making "clean all" in /home/pbulk/build/misc/ibutton-pdkit/work bmake: 4 errors bmake: stopped making "clean all" in /home/pbulk/build/misc/ibutton-pdkit/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/ibutton-pdkit *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/ibutton-pdkit