=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xmountains", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xmountains-2.7nb2 --- calcalt.o --- --- random.o --- --- calcalt.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c calcalt.c --- random.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c random.c --- calcalt.o --- calcalt.c: In function 'make_strip': calcalt.c:37:8: warning: old-style function definition [-Wold-style-definition] 37 | Strip *make_strip (f) | ^~~~~~~~~~ calcalt.c:40:1: error: number of arguments doesn't match prototype 40 | { | ^ In file included from calcalt.c:22: crinkle.h:82:8: error: prototype declaration 82 | Strip *make_strip (); | ^~~~~~~~~~ calcalt.c: In function 'free_strip': calcalt.c:66:6: warning: old-style function definition [-Wold-style-definition] 66 | void free_strip (p) | ^~~~~~~~~~ calcalt.c:69:1: error: number of arguments doesn't match prototype 69 | { | ^ crinkle.h:83:6: error: prototype declaration 83 | void free_strip (); | ^~~~~~~~~~ calcalt.c: In function 'double_strip': calcalt.c:82:8: warning: old-style function definition [-Wold-style-definition] 82 | Strip *double_strip (s) | ^~~~~~~~~~~~ calcalt.c:85:1: error: number of arguments doesn't match prototype 85 | { | ^ crinkle.h:84:8: error: prototype declaration 84 | Strip *double_strip (); | ^~~~~~~~~~~~ calcalt.c:91:7: error: too many arguments to function 'make_strip'; expected 0, have 1 91 | p = make_strip(s->f->parent); | ^~~~~~~~~~ ~~~~~~~~~~~~ calcalt.c:37:8: note: declared here 37 | Strip *make_strip (f) | ^~~~~~~~~~ calcalt.c: In function 'set_strip': calcalt.c:111:8: warning: old-style function definition [-Wold-style-definition] 111 | Strip *set_strip (f,value) | ^~~~~~~~~ calcalt.c:115:1: error: number of arguments doesn't match prototype 115 | { | ^ crinkle.h:85:8: error: prototype declaration 85 | Strip *set_strip (); | ^~~~~~~~~ calcalt.c:121:7: error: too many arguments to function 'make_strip'; expected 0, have 1 121 | s = make_strip(f); | ^~~~~~~~~~ ~ calcalt.c:37:8: note: declared here 37 | Strip *make_strip (f) | ^~~~~~~~~~ calcalt.c: In function 'random_strip': calcalt.c:137:8: warning: old-style function definition [-Wold-style-definition] 137 | Strip *random_strip(f) | ^~~~~~~~~~~~ calcalt.c:140:1: error: number of arguments doesn't match prototype 140 | { | ^ crinkle.h:86:8: error: prototype declaration 86 | Strip *random_strip (); | ^~~~~~~~~~~~ calcalt.c:144:10: error: too many arguments to function 'make_strip'; expected 0, have 1 144 | result=make_strip(f); | ^~~~~~~~~~ ~ calcalt.c:37:8: note: declared here 37 | Strip *make_strip (f) | ^~~~~~~~~~ calcalt.c: In function 'reset_fold': calcalt.c:158:6: warning: old-style function definition [-Wold-style-definition] 158 | void reset_fold(f) | ^~~~~~~~~~ calcalt.c:161:1: error: number of arguments doesn't match prototype 161 | { | ^ crinkle.h:88:6: error: prototype declaration 88 | void reset_fold(); | ^~~~~~~~~~ calcalt.c:176:5: error: too many arguments to function 'reset_fold'; expected 0, have 1 176 | reset_fold(f->next); | ^~~~~~~~~~ ~~~~~~~ calcalt.c:158:6: note: declared here 158 | void reset_fold(f) | ^~~~~~~~~~ calcalt.c: In function 'make_fold': calcalt.c:201:7: warning: old-style function definition [-Wold-style-definition] 201 | Fold *make_fold (parent,param,levels,stop,length) | ^~~~~~~~~ calcalt.c:208:1: error: number of arguments doesn't match prototype 208 | { | ^ crinkle.h:89:7: error: prototype declaration 89 | Fold *make_fold (); | ^~~~~~~~~ calcalt.c:238:3: error: too many arguments to function 'reset_fold'; expected 0, have 1 238 | reset_fold(p); | ^~~~~~~~~~ ~ calcalt.c:158:6: note: declared here 158 | void reset_fold(f) | ^~~~~~~~~~ calcalt.c:242:15: error: too many arguments to function 'make_fold'; expected 0, have 5 242 | p->next = make_fold(p,param,(levels-1),stop,(2.0*length)); | ^~~~~~~~~ ~ calcalt.c:201:7: note: declared here 201 | Fold *make_fold (parent,param,levels,stop,length) | ^~~~~~~~~ calcalt.c: In function 'free_fold': calcalt.c:253:6: warning: old-style function definition [-Wold-style-definition] 253 | void free_fold (f) | ^~~~~~~~~ calcalt.c:256:1: error: number of arguments doesn't match prototype 256 | { | ^ crinkle.h:90:6: error: prototype declaration 90 | void free_fold (); | ^~~~~~~~~ calcalt.c:259:5: error: too many arguments to function 'free_fold'; expected 0, have 1 259 | free_fold(f->next); | ^~~~~~~~~ ~~~~~~~ calcalt.c:253:6: note: declared here 253 | void free_fold (f) | ^~~~~~~~~ calcalt.c:263:5: error: too many arguments to function 'free_strip'; expected 0, have 1 263 | free_strip(f->save); | ^~~~~~~~~~ ~~~~~~~ calcalt.c:66:6: note: declared here 66 | void free_strip (p) | ^~~~~~~~~~ calcalt.c:270:7: error: too many arguments to function 'free_strip'; expected 0, have 1 270 | free_strip(f->s[i]); | ^~~~~~~~~~ ~~~~~~~ calcalt.c:66:6: note: declared here 66 | void free_strip (p) | ^~~~~~~~~~ calcalt.c: In function 'next_strip': calcalt.c:283:8: warning: old-style function definition [-Wold-style-definition] 283 | Strip *next_strip (fold) | ^~~~~~~~~~ calcalt.c:286:1: error: number of arguments doesn't match prototype 286 | { | ^ crinkle.h:87:8: error: prototype declaration 87 | Strip *next_strip (); | ^~~~~~~~~~ calcalt.c:296:12: error: too many arguments to function 'random_strip'; expected 0, have 1 296 | result=random_strip(fold); | ^~~~~~~~~~~~ ~~~~ calcalt.c:137:8: note: declared here 137 | Strip *random_strip(f) | ^~~~~~~~~~~~ calcalt.c:319:16: error: too many arguments to function 'next_strip'; expected 0, have 1 319 | tmp =next_strip(fold->next); | ^~~~~~~~~~ ~~~~~~~~~~ calcalt.c:283:8: note: declared here 283 | Strip *next_strip (fold) | ^~~~~~~~~~ calcalt.c:320:18: error: too many arguments to function 'double_strip'; expected 0, have 1 320 | t[0] = double_strip(tmp); | ^~~~~~~~~~~~ ~~~ calcalt.c:82:8: note: declared here 82 | Strip *double_strip (s) | ^~~~~~~~~~~~ calcalt.c:321:11: error: too many arguments to function 'free_strip'; expected 0, have 1 321 | free_strip(tmp); | ^~~~~~~~~~ ~~~ calcalt.c:66:6: note: declared here 66 | void free_strip (p) | ^~~~~~~~~~ calcalt.c:323:16: error: too many arguments to function 'set_strip'; expected 0, have 2 323 | t[1]=set_strip(fold,0.0); | ^~~~~~~~~ ~~~~ calcalt.c:111:8: note: declared here 111 | Strip *set_strip (f,value) | ^~~~~~~~~ calcalt.c:331:18: error: too many arguments to function 'next_strip'; expected 0, have 1 331 | tmp =next_strip(fold->next); | ^~~~~~~~~~ ~~~~~~~~~~ calcalt.c:283:8: note: declared here 283 | Strip *next_strip (fold) | ^~~~~~~~~~ calcalt.c:332:20: error: too many arguments to function 'double_strip'; expected 0, have 1 332 | t[0] = double_strip(tmp); | ^~~~~~~~~~~~ ~~~ calcalt.c:82:8: note: declared here 82 | Strip *double_strip (s) | ^~~~~~~~~~~~ calcalt.c:333:13: error: too many arguments to function 'free_strip'; expected 0, have 1 333 | free_strip(tmp); | ^~~~~~~~~~ ~~~ calcalt.c:66:6: note: declared here 66 | void free_strip (p) | ^~~~~~~~~~ calcalt.c:342:11: error: too many arguments to function 'x_update'; expected 0, have 6 342 | x_update(fold,fold->midscale,0.0,t[0],t[1],t[2]); | ^~~~~~~~ ~~~~ crinkle.h:92:6: note: declared here 92 | void x_update(); | ^~~~~~~~ calcalt.c:356:15: error: too many arguments to function 'v_update'; expected 0, have 6 356 | v_update(fold,fold->midscale,1.0,t[1],t[2],t[1]); | ^~~~~~~~ ~~~~ crinkle.h:95:6: note: declared here 95 | void v_update(); | ^~~~~~~~ calcalt.c:358:15: error: too many arguments to function 'v_update'; expected 0, have 6 358 | v_update(fold,fold->midscale,fold->p->midmix,t[1],t[2],t[3]); | ^~~~~~~~ ~~~~ crinkle.h:95:6: note: declared here 95 | void v_update(); | ^~~~~~~~ calcalt.c:373:13: error: too many arguments to function 't_update'; expected 0, have 6 373 | t_update(fold,fold->scale,0.0,t[0],t[1],t[2]); | ^~~~~~~~ ~~~~ crinkle.h:94:6: note: declared here 94 | void t_update(); | ^~~~~~~~ calcalt.c:374:13: error: too many arguments to function 'p_update'; expected 0, have 6 374 | p_update(fold,fold->scale,0.0,t[1],t[2],t[3]); | ^~~~~~~~ ~~~~ crinkle.h:93:6: note: declared here 93 | void p_update(); | ^~~~~~~~ calcalt.c:377:13: error: too many arguments to function 'hside_update'; expected 0, have 6 377 | hside_update(fold,fold->scale,0.0,t[0],t[1],t[2]); | ^~~~~~~~~~~~ ~~~~ crinkle.h:97:6: note: declared here 97 | void hside_update(); | ^~~~~~~~~~~~ calcalt.c:378:13: error: too many arguments to function 'vside_update'; expected 0, have 4 378 | vside_update(fold,fold->scale,0.0,t[2]); | ^~~~~~~~~~~~ ~~~~ crinkle.h:96:6: note: declared here 96 | void vside_update(); | ^~~~~~~~~~~~ calcalt.c:395:17: error: too many arguments to function 'p_update'; expected 0, have 6 395 | p_update(fold,fold->scale,fold->p->mix,t[0],t[1],t[0]); | ^~~~~~~~ ~~~~ crinkle.h:93:6: note: declared here 93 | void p_update(); | ^~~~~~~~ calcalt.c:397:17: error: too many arguments to function 'p_update'; expected 0, have 6 397 | p_update(fold,fold->scale,fold->p->mix,t[0],t[1],t[2]); | ^~~~~~~~ ~~~~ crinkle.h:93:6: note: declared here 93 | void p_update(); | ^~~~~~~~ calcalt.c:400:15: error: too many arguments to function 'vside_update'; expected 0, have 4 400 | vside_update(fold,fold->scale,fold->p->mix,t[1]); | ^~~~~~~~~~~~ ~~~~ crinkle.h:96:6: note: declared here 96 | void vside_update(); | ^~~~~~~~~~~~ calcalt.c:425:15: error: too many arguments to function 't_update'; expected 0, have 6 425 | t_update(fold,fold->scale,1.0,t[0],t[1],t[0]); | ^~~~~~~~ ~~~~ crinkle.h:94:6: note: declared here 94 | void t_update(); | ^~~~~~~~ calcalt.c:427:15: error: too many arguments to function 't_update'; expected 0, have 6 427 | t_update(fold,fold->scale,fold->p->mix,t[0],t[1],t[2]); | ^~~~~~~~ ~~~~ crinkle.h:94:6: note: declared here 94 | void t_update(); | ^~~~~~~~ calcalt.c: In function 'x_update': calcalt.c:474:6: warning: old-style function definition [-Wold-style-definition] 474 | void x_update(fold, scale, mix, a, b, c) | ^~~~~~~~ calcalt.c:482:1: error: number of arguments doesn't match prototype 482 | { | ^ crinkle.h:92:6: error: prototype declaration 92 | void x_update(); | ^~~~~~~~ calcalt.c: In function 'p_update': calcalt.c:541:6: warning: old-style function definition [-Wold-style-definition] 541 | void p_update(fold, scale, mix, a, b, c) | ^~~~~~~~ calcalt.c:549:1: error: number of arguments doesn't match prototype 549 | { | ^ crinkle.h:93:6: error: prototype declaration 93 | void p_update(); | ^~~~~~~~ calcalt.c:564:5: error: too many arguments to function 'vside_update'; expected 0, have 4 564 | vside_update(fold,scale,mix,b); | ^~~~~~~~~~~~ ~~~~ crinkle.h:96:6: note: declared here 96 | void vside_update(); | ^~~~~~~~~~~~ calcalt.c: In function 't_update': calcalt.c:614:6: warning: old-style function definition [-Wold-style-definition] 614 | void t_update(fold, scale, mix, a, b, c) | ^~~~~~~~ calcalt.c:622:1: error: number of arguments doesn't match prototype 622 | { | ^ crinkle.h:94:6: error: prototype declaration 94 | void t_update(); | ^~~~~~~~ calcalt.c: In function 'v_update': calcalt.c:699:6: warning: old-style function definition [-Wold-style-definition] 699 | void v_update(fold, scale, mix, a, b, c) | ^~~~~~~~ calcalt.c:707:1: error: number of arguments doesn't match prototype 707 | { | ^ crinkle.h:95:6: error: prototype declaration 95 | void v_update(); | ^~~~~~~~ calcalt.c: In function 'vside_update': calcalt.c:782:6: warning: old-style function definition [-Wold-style-definition] 782 | void vside_update(fold, scale, mix, a) | ^~~~~~~~~~~~ calcalt.c:788:1: error: number of arguments doesn't match prototype 788 | { | ^ crinkle.h:96:6: error: prototype declaration 96 | void vside_update(); | ^~~~~~~~~~~~ calcalt.c: In function 'hside_update': calcalt.c:837:6: warning: old-style function definition [-Wold-style-definition] 837 | void hside_update(fold, scale, mix, a, b, c) | ^~~~~~~~~~~~ calcalt.c:845:1: error: number of arguments doesn't match prototype 845 | { | ^ crinkle.h:97:6: error: prototype declaration 97 | void hside_update(); | ^~~~~~~~~~~~ --- random.o --- random.c: In function 'rstart': random.c:59:6: warning: old-style function definition [-Wold-style-definition] 59 | void rstart(i,j,k,l) | ^~~~~~ random.c: In function 'seed_uni': random.c:102:6: warning: old-style function definition [-Wold-style-definition] 102 | void seed_uni(ijkl) | ^~~~~~~~ --- calcalt.o --- *** [calcalt.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/x11/xmountains/work bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/xmountains/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xmountains *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xmountains