=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/games/glickomania", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for glickomania-1.0nb5 --- ./stamp-h.in --- cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /usr/bin/bash ./config.status creating config.h config.h is unchanged --- config.h --- --- all-recursive-am --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in doc Making all in src --- glickomania.o --- --- game_logic.o --- --- glickomania.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c glickomania.c --- game_logic.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c game_logic.c --- glickomania.o --- glickomania.c: In function 'open_rc_file': glickomania.c:115:34: warning: implicit declaration of function 'getuid'; did you mean 'getcwd'? [-Wimplicit-function-declaration] 115 | struct passwd *pw = getpwuid(getuid()); | ^~~~~~ | getcwd glickomania.c:122:7: warning: implicit declaration of function 'msgbox' [-Wimplicit-function-declaration] 122 | msgbox("Could not locate ~/.glickomania"); | ^~~~~~ --- msgbox.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c msgbox.c --- getopt.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c getopt.c --- getopt1.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -c getopt1.c --- getopt.o --- getopt.c: In function '_getopt_initialize': getopt.c:356:54: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 356 | sprintf (var, "_%d_GNU_nonoption_argv_flags_", getpid ()); | ^~~~~~ getopt.c:361:31: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 361 | nonoption_flags_len = strlen (nonoption_flags); | ^~~~~~ getopt.c:106:1: note: include '' or provide a declaration of 'strlen' 105 | #include "getopt.h" +++ |+#include 106 | getopt.c:361:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 361 | nonoption_flags_len = strlen (nonoption_flags); | ^~~~~~ getopt.c:361:31: note: include '' or provide a declaration of 'strlen' getopt.c: In function '_getopt_internal': getopt.c:481:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 481 | if (optind != argc && !strcmp (argv[optind], "--")) | ^~~~~~ getopt.c:481:30: note: include '' or provide a declaration of 'strcmp' getopt.c:557:14: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 557 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ^~~~~~~ getopt.c:557:14: note: include '' or provide a declaration of 'strncmp' getopt.c:557:50: warning: 'strncmp' argument 3 type is 'long int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 557 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ : note: built-in 'strncmp' declared here getopt.c:560:35: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 560 | == (unsigned int) strlen (p->name)) | ^~~~~~ getopt.c:560:35: note: include '' or provide a declaration of 'strlen' getopt.c:584:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 584 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:584:23: note: include '' or provide a declaration of 'strlen' getopt.c:614:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 614 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:614:31: note: include '' or provide a declaration of 'strlen' getopt.c:630:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 630 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:630:31: note: include '' or provide a declaration of 'strlen' getopt.c:635:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 635 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:635:23: note: include '' or provide a declaration of 'strlen' getopt.c:721:26: warning: implicit declaration of function 'gettext' [-Wimplicit-function-declaration] 721 | gettext ("%s: option requires an argument -- %c\n"), | ^~~~~~~ getopt.c:721:26: warning: incompatible implicit declaration of built-in function 'gettext' [-Wbuiltin-declaration-mismatch] getopt.c:744:52: warning: 'strncmp' argument 3 type is 'long int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 744 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ : note: built-in 'strncmp' declared here getopt.c:746:58: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 746 | if ((unsigned int) (nameend - nextchar) == strlen (p->name)) | ^~~~~~ getopt.c:746:58: note: include '' or provide a declaration of 'strlen' getopt.c:767:32: warning: incompatible implicit declaration of built-in function 'gettext' [-Wbuiltin-declaration-mismatch] 767 | fprintf (stderr, gettext ("%s: option `-W %s' is ambiguous\n"), | ^~~~~~~ getopt.c:769:25: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 769 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:769:25: note: include '' or provide a declaration of 'strlen' getopt.c:786:34: warning: incompatible implicit declaration of built-in function 'gettext' [-Wbuiltin-declaration-mismatch] 786 | gettext ("%s: option `-W %s' doesn't allow an argument\n"), | ^~~~~~~ getopt.c:789:33: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 789 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:789:33: note: include '' or provide a declaration of 'strlen' getopt.c:801:26: warning: incompatible implicit declaration of built-in function 'gettext' [-Wbuiltin-declaration-mismatch] 801 | gettext ("%s: option `%s' requires an argument\n"), | ^~~~~~~ getopt.c:803:33: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 803 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:803:33: note: include '' or provide a declaration of 'strlen' getopt.c:807:25: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 807 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:807:25: note: include '' or provide a declaration of 'strlen' --- glickomania --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o glickomania glickomania.o game_logic.o msgbox.o getopt.o getopt1.o -L/opt/local/lib -Wl,-R/opt/local/lib -Wl,-R/opt/local/lib -L/opt/local/lib -lgtk -lgdk -lgmodule -lglib -lXi -lXext -lX11 -lsocket -lnsl -lm --- config.h ---