=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/lang/pc-lisp", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for pc-lisp-6.0 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c -o buabs.o buabs.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c -o buacos.o buacos.c In file included from buabs.c:8: lisp.h:947:16: error: conflicting types for 'getenv'; have 'char *(void)' 947 | extern char * getenv(); | ^~~~~~ In file included from /usr/include/stdlib.h:41, from lisp.h:356: /usr/include/iso/stdlib_iso.h:139:14: note: previous declaration of 'getenv' with type 'char *(const char *)' 139 | extern char *getenv(const char *); | ^~~~~~ lisp.h:953:16: error: conflicting types for 'malloc'; have 'void *(void)' 953 | extern void * malloc(); | ^~~~~~ /usr/include/iso/stdlib_iso.h:142:14: note: previous declaration of 'malloc' with type 'void *(long unsigned int)' 142 | extern void *malloc(size_t); | ^~~~~~ buabs.c: In function 'buabs': buabs.c:14:18: warning: old-style function definition [-Wold-style-definition] 14 | struct conscell *buabs(form) | ^~~~~ buabs.c:18:17: error: too many arguments to function 'GetFloat'; expected 0, have 2 18 | if (GetFloat(form->carp,&f)) | ^~~~~~~~ ~~~~~~~~~~ lisp.h:963:16: note: declared here 963 | extern int GetFloat(); | ^~~~~~~~ buabs.c:19:24: error: too many arguments to function 'newrealop'; expected 0, have 1 19 | return(newrealop(fabs(f))); | ^~~~~~~~~ ~~~~~~~ lisp.h:925:28: note: declared here 925 | extern struct conscell * newrealop(); /* calls new(REALATOM). */ | ^~~~~~~~~ buabs.c:20:8: error: too many arguments to function 'ierror'; expected 0, have 1 20 | ierror("abs"); /* doesn't return */ | ^~~~~~ ~~~~~ lisp.h:950:16: note: declared here 950 | extern void ierror(); | ^~~~~~ In file included from buacos.c:8: lisp.h:947:16: error: conflicting types for 'getenv'; have 'char *(void)' 947 | extern char * getenv(); | ^~~~~~ In file included from /usr/include/stdlib.h:41, from lisp.h:356: /usr/include/iso/stdlib_iso.h:139:14: note: previous declaration of 'getenv' with type 'char *(const char *)' 139 | extern char *getenv(const char *); | ^~~~~~ lisp.h:953:16: error: conflicting types for 'malloc'; have 'void *(void)' 953 | extern void * malloc(); | ^~~~~~ /usr/include/iso/stdlib_iso.h:142:14: note: previous declaration of 'malloc' with type 'void *(long unsigned int)' 142 | extern void *malloc(size_t); | ^~~~~~ buacos.c: In function 'buacos': buacos.c:14:18: warning: old-style function definition [-Wold-style-definition] 14 | struct conscell *buacos(form) | ^~~~~~ buacos.c:18:15: error: too many arguments to function 'GetFloat'; expected 0, have 2 18 | if (GetFloat(form->carp,&f)) | ^~~~~~~~ ~~~~~~~~~~ lisp.h:963:16: note: declared here 963 | extern int GetFloat(); | ^~~~~~~~ buacos.c:19:22: error: too many arguments to function 'newrealop'; expected 0, have 1 19 | return(newrealop(acos(f))); | ^~~~~~~~~ ~~~~~~~ lisp.h:925:28: note: declared here 925 | extern struct conscell * newrealop(); /* calls new(REALATOM). */ | ^~~~~~~~~ buacos.c:20:8: error: too many arguments to function 'ierror'; expected 0, have 1 20 | ierror("acos"); /* doesn't return */ | ^~~~~~ ~~~~~~ lisp.h:950:16: note: declared here 950 | extern void ierror(); | ^~~~~~ gmake: *** [: buabs.o] Error 1 gmake: *** Waiting for unfinished jobs.... gmake: *** [: buacos.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/pc-lisp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/pc-lisp