=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libts", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libts-1.08nb1 rm -f tokenscan.o cc -c -O -I. -I/opt/pkg/include -DSYSV tokenscan.c tokenscan.c: In function 'TSScanInit': tokenscan.c:59:1: warning: old-style function definition [-Wold-style-definition] 59 | TSScanInit (p) | ^~~~~~~~~~ tokenscan.c:61:1: error: number of arguments doesn't match prototype 61 | { | ^ In file included from tokenscan.c:39: tokenscan.h:27:9: error: prototype declaration 27 | void TSScanInit (); | ^~~~~~~~~~ tokenscan.c:65:18: error: too many arguments to function 'curScan.scanInit'; expected 0, have 1 65 | (*curScan.scanInit) (p); | ~^~~~~~~~~~~~~~~~~~ ~ tokenscan.h:17:19: note: declared here 17 | void (*scanInit) (); | ^~~~~~~~ tokenscan.c: In function 'TSSetScanner': tokenscan.c:70:1: warning: old-style function definition [-Wold-style-definition] 70 | TSSetScanner (p) | ^~~~~~~~~~~~ tokenscan.c:72:1: error: number of arguments doesn't match prototype 72 | { | ^ tokenscan.h:29:9: error: prototype declaration 29 | void TSSetScanner (); | ^~~~~~~~~~~~ tokenscan.c: In function 'TSGetScanner': tokenscan.c:107:1: warning: old-style function definition [-Wold-style-definition] 107 | TSGetScanner (p) | ^~~~~~~~~~~~ tokenscan.c:109:1: error: number of arguments doesn't match prototype 109 | { | ^ tokenscan.h:30:9: error: prototype declaration 30 | void TSGetScanner (); | ^~~~~~~~~~~~ tokenscan.c: In function 'TSSetScanPos': tokenscan.c:123:1: warning: old-style function definition [-Wold-style-definition] 123 | TSSetScanPos (p) | ^~~~~~~~~~~~ tokenscan.c:125:1: error: number of arguments doesn't match prototype 125 | { | ^ tokenscan.h:31:9: error: prototype declaration 31 | void TSSetScanPos (); | ^~~~~~~~~~~~ tokenscan.c: In function 'Search': tokenscan.c:142:1: warning: old-style function definition [-Wold-style-definition] 142 | Search (s, c) | ^~~~~~ tokenscan.c: In function 'TSIsScanDelim': tokenscan.c:161:1: warning: old-style function definition [-Wold-style-definition] 161 | TSIsScanDelim (c) | ^~~~~~~~~~~~~ tokenscan.c:163:1: error: number of arguments doesn't match prototype 163 | { | ^ tokenscan.h:33:9: error: prototype declaration 33 | int TSIsScanDelim (); | ^~~~~~~~~~~~~ tokenscan.c:164:17: error: too many arguments to function 'Search'; expected 0, have 2 164 | return (Search (curScan.scanDelim, c)); | ^~~~~~ ~~~~~~~~~~~~~~~~~ tokenscan.c:142:1: note: declared here 142 | Search (s, c) | ^~~~~~ tokenscan.c: In function 'TSIsScanQuote': tokenscan.c:169:1: warning: old-style function definition [-Wold-style-definition] 169 | TSIsScanQuote (c) | ^~~~~~~~~~~~~ tokenscan.c:171:1: error: number of arguments doesn't match prototype 171 | { | ^ tokenscan.h:34:9: error: prototype declaration 34 | int TSIsScanQuote (); | ^~~~~~~~~~~~~ tokenscan.c:172:17: error: too many arguments to function 'Search'; expected 0, have 2 172 | return (Search (curScan.scanQuote, c)); | ^~~~~~ ~~~~~~~~~~~~~~~~~ tokenscan.c:142:1: note: declared here 142 | Search (s, c) | ^~~~~~ tokenscan.c: In function 'TSIsScanEscape': tokenscan.c:177:1: warning: old-style function definition [-Wold-style-definition] 177 | TSIsScanEscape (c) | ^~~~~~~~~~~~~~ tokenscan.c:179:1: error: number of arguments doesn't match prototype 179 | { | ^ tokenscan.h:35:9: error: prototype declaration 35 | int TSIsScanEscape (); | ^~~~~~~~~~~~~~ tokenscan.c:180:17: error: too many arguments to function 'Search'; expected 0, have 2 180 | return (Search (curScan.scanEscape, c)); | ^~~~~~ ~~~~~~~~~~~~~~~~~~ tokenscan.c:142:1: note: declared here 142 | Search (s, c) | ^~~~~~ tokenscan.c: In function 'TSIsScanEos': tokenscan.c:185:1: warning: old-style function definition [-Wold-style-definition] 185 | TSIsScanEos (c) | ^~~~~~~~~~~ tokenscan.c:187:1: error: number of arguments doesn't match prototype 187 | { | ^ tokenscan.h:36:9: error: prototype declaration 36 | int TSIsScanEos (); | ^~~~~~~~~~~ tokenscan.c:190:17: error: too many arguments to function 'Search'; expected 0, have 2 190 | return (Search (curScan.scanEos, c)); | ^~~~~~ ~~~~~~~~~~~~~~~ tokenscan.c:142:1: note: declared here 142 | Search (s, c) | ^~~~~~ tokenscan.c: In function 'TSTestScanFlags': tokenscan.c:195:1: warning: old-style function definition [-Wold-style-definition] 195 | TSTestScanFlags (flags) | ^~~~~~~~~~~~~~~ tokenscan.c:197:1: error: number of arguments doesn't match prototype 197 | { | ^ tokenscan.h:37:9: error: prototype declaration 37 | int TSTestScanFlags (); | ^~~~~~~~~~~~~~~ tokenscan.c: In function 'CanonScan': tokenscan.c:222:14: error: too many arguments to function 'TSTestScanFlags'; expected 0, have 1 222 | if (!TSTestScanFlags (tsNoConcatDelims)) | ^~~~~~~~~~~~~~~ tokenscan.c:195:1: note: declared here 195 | TSTestScanFlags (flags) | ^~~~~~~~~~~~~~~ tokenscan.c:224:24: error: too many arguments to function 'TSIsScanDelim'; expected 0, have 1 224 | while (TSIsScanDelim (*pos)) /* skip delimiters */ | ^~~~~~~~~~~~~ ~~~~ tokenscan.c:161:1: note: declared here 161 | TSIsScanDelim (c) | ^~~~~~~~~~~~~ tokenscan.c:228:17: error: too many arguments to function 'TSIsScanEos'; expected 0, have 1 228 | while (!TSIsScanEos (c = *pos)) /* eos terminates any token */ | ^~~~~~~~~~~ ~~~~~~~~ tokenscan.c:185:1: note: declared here 185 | TSIsScanEos (c) | ^~~~~~~~~~~ tokenscan.c:236:26: error: too many arguments to function 'TSIsScanEscape'; expected 0, have 1 236 | else if (TSIsScanEscape (c)) /* this char is escape; */ | ^~~~~~~~~~~~~~ ~ tokenscan.c:177:1: note: declared here 177 | TSIsScanEscape (c) | ^~~~~~~~~~~~~~ tokenscan.c:249:26: error: too many arguments to function 'TSIsScanQuote'; expected 0, have 1 249 | else if (TSIsScanQuote (c)) /* begin quote mode */ | ^~~~~~~~~~~~~ ~ tokenscan.c:169:1: note: declared here 169 | TSIsScanQuote (c) | ^~~~~~~~~~~~~ tokenscan.c:254:26: error: too many arguments to function 'TSIsScanDelim'; expected 0, have 1 254 | else if (TSIsScanDelim (c)) /* end of token */ | ^~~~~~~~~~~~~ ~ tokenscan.c:161:1: note: declared here 161 | TSIsScanDelim (c) | ^~~~~~~~~~~~~ tokenscan.c:263:29: error: too many arguments to function 'TSIsScanEos'; expected 0, have 1 263 | if (TSIsScanEos (*pos) | ^~~~~~~~~~~ ~~~~ tokenscan.c:185:1: note: declared here 185 | TSIsScanEos (c) | ^~~~~~~~~~~ tokenscan.c:264:36: error: too many arguments to function 'TSTestScanFlags'; expected 0, have 1 264 | && TSTestScanFlags (tsNoConcatDelims)) | ^~~~~~~~~~~~~~~ tokenscan.c:195:1: note: declared here 195 | TSTestScanFlags (flags) | ^~~~~~~~~~~~~~~ tokenscan.c:272:9: error: too many arguments to function 'TSSetScanPos'; expected 0, have 1 272 | TSSetScanPos (pos); | ^~~~~~~~~~~~ ~~~ tokenscan.c:123:1: note: declared here 123 | TSSetScanPos (p) | ^~~~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /tmp/work/devel/libts/work/tokenscan *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libts *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/libts