=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/games/quarry", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for quarry-0.2.0nb62 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0' Making all in data gmake[2]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data' Making all in markup-themes gmake[3]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data/markup-themes' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data/markup-themes' Making all in textures gmake[3]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data/textures' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data/textures' gmake[3]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data' gmake[2]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/data' Making all in help gmake[2]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/help' Making all in C gmake[3]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/help/C' for file in quarry-C.omf; do \ scrollkeeper-preinstall /opt/pkg/share/quarry/help/C/quarry.xml ./$file $file.out; \ done; \ touch omf_timestamp gmake[3]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/help/C' gmake[3]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/help' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/help' gmake[2]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/help' Making all in po gmake[2]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/po' Making all in src gmake[2]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/src' Making all in utils gmake[3]: Entering directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/src/utils' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT parse-list.o -MD -MP -MF ".deps/parse-list.Tpo" \ -c -o parse-list.o `test -f 'parse-list.c' || echo './'`parse-list.c; \ then mv -f ".deps/parse-list.Tpo" ".deps/parse-list.Po"; \ else rm -f ".deps/parse-list.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wunused-parameter -Wwrite-strings -I ../../src -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/libxml2 -MT buffered-writer.o -MD -MP -MF ".deps/buffered-writer.Tpo" \ -c -o buffered-writer.o `test -f 'buffered-writer.c' || echo './'`buffered-writer.c; \ then mv -f ".deps/buffered-writer.Tpo" ".deps/buffered-writer.Po"; \ else rm -f ".deps/buffered-writer.Tpo"; exit 1; \ fi In file included from parse-list.c:28: ./getopt.h:52:14: warning: redundant redeclaration of 'optarg' [-Wredundant-decls] 52 | extern char *optarg; | ^~~~~~ In file included from utils.h:34, from parse-list.h:27, from parse-list.c:23: /usr/include/stdlib.h:303:14: note: previous declaration of 'optarg' with type 'char *' 303 | extern char *optarg; | ^~~~~~ ./getopt.h:66:12: warning: redundant redeclaration of 'optind' [-Wredundant-decls] 66 | extern int optind; | ^~~~~~ /usr/include/stdlib.h:304:12: note: previous declaration of 'optind' with type 'int' 304 | extern int optind, opterr, optopt; | ^~~~~~ ./getopt.h:71:12: warning: redundant redeclaration of 'opterr' [-Wredundant-decls] 71 | extern int opterr; | ^~~~~~ /usr/include/stdlib.h:304:20: note: previous declaration of 'opterr' with type 'int' 304 | extern int optind, opterr, optopt; | ^~~~~~ ./getopt.h:75:12: warning: redundant redeclaration of 'optopt' [-Wredundant-decls] 75 | extern int optopt; | ^~~~~~ /usr/include/stdlib.h:304:28: note: previous declaration of 'optopt' with type 'int' 304 | extern int optind, opterr, optopt; | ^~~~~~ ./getopt.h:152:12: error: conflicting types for 'getopt'; have 'int(void)' 152 | extern int getopt (); | ^~~~~~ /usr/include/stdlib.h:302:12: note: previous declaration of 'getopt' with type 'int(int, char * const*, const char *)' 302 | extern int getopt(int, char *const *, const char *); | ^~~~~~ gmake[3]: *** [Makefile:270: parse-list.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/src/utils' gmake[2]: *** [Makefile:311: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0/src' gmake[1]: *** [Makefile:231: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/work/games/quarry/work/quarry-0.2.0' gmake: *** [Makefile:186: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/quarry *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/quarry