=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/lang/yabasic", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for yabasic-2.90.4nb1 --- all --- /opt/pkg/bin/bmake all-am --- main.o --- --- function.o --- --- io.o --- --- graphic.o --- --- function.o --- depbase=`echo function.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -DUNIX -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT function.o -MD -MP -MF $depbase.Tpo -c -o function.o function.c && mv -f $depbase.Tpo $depbase.Po --- io.o --- depbase=`echo io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -DUNIX -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT io.o -MD -MP -MF $depbase.Tpo -c -o io.o io.c && mv -f $depbase.Tpo $depbase.Po --- graphic.o --- depbase=`echo graphic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -DUNIX -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT graphic.o -MD -MP -MF $depbase.Tpo -c -o graphic.o graphic.c && mv -f $depbase.Tpo $depbase.Po --- main.o --- depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I. -DUNIX -I/opt/pkg/include -I/opt/pkg/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.c && mv -f $depbase.Tpo $depbase.Po --- function.o --- function.c:1504:1: error: conflicting types for 'poke'; have 'void(struct command *)' 1504 | poke (struct command *cmd) /* poke into internals */ | ^~~~ In file included from function.c:18: yabasic.h:608:6: note: previous declaration of 'poke' with type 'void(void)' 608 | void poke (); | ^~~~ function.c: In function 'poke': function.c:1544:9: error: too many arguments to function 'moveorigin'; expected 0, have 1 1544 | moveorigin (string_arg); | ^~~~~~~~~~ ~~~~~~~~~~ yabasic.h:566:6: note: declared here 566 | void moveorigin (); | ^~~~~~~~~~ --- graphic.o --- graphic.c:1743:1: error: conflicting types for 'moveorigin'; have 'void(char *)' 1743 | moveorigin (char *or) | ^~~~~~~~~~ In file included from graphic.c:19: yabasic.h:566:6: note: previous declaration of 'moveorigin' with type 'void(void)' 566 | void moveorigin (); | ^~~~~~~~~~ --- main.o --- main.c: In function 'run_it': main.c:1827:17: error: too many arguments to function 'moveorigin'; expected 0, have 1 1827 | moveorigin (NULL); | ^~~~~~~~~~ ~~~~ In file included from main.c:18: yabasic.h:566:6: note: declared here 566 | void moveorigin (); | ^~~~~~~~~~ main.c:1880:17: error: too many arguments to function 'poke'; expected 0, have 1 1880 | poke (currcmd); | ^~~~ ~~~~~~~ yabasic.h:608:6: note: declared here 608 | void poke (); | ^~~~ --- function.o --- *** [function.o] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/work/lang/yabasic/work/yabasic-2.90.4 --- graphic.o --- *** [graphic.o] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/work/lang/yabasic/work/yabasic-2.90.4 --- main.o --- *** [main.o] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/work/lang/yabasic/work/yabasic-2.90.4 bmake[1]: 3 errors bmake[1]: stopped making "all-am" in /home/pbulk/work/lang/yabasic/work/yabasic-2.90.4 bmake: stopped making "all" in /home/pbulk/work/lang/yabasic/work/yabasic-2.90.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/yabasic *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/yabasic