=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/pilrc", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for pilrc-3.2nb2 --- pilrc.o --- --- lex.o --- --- pilrc.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT pilrc.o -MD -MP -MF ".deps/pilrc.Tpo" -c -o pilrc.o pilrc.c; then mv -f ".deps/pilrc.Tpo" ".deps/pilrc.Po"; else rm -f ".deps/pilrc.Tpo"; exit 1; fi --- lex.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT lex.o -MD -MP -MF ".deps/lex.Tpo" -c -o lex.o lex.c; then mv -f ".deps/lex.Tpo" ".deps/lex.Po"; else rm -f ".deps/lex.Tpo"; exit 1; fi --- pilrc.o --- pilrc.c: In function 'ParseNavigation': pilrc.c:5537:45: warning: passing argument 2 of 'ParseNavigationList' from incompatible pointer type [-Wincompatible-pointer-types] 5537 | ParseNavigationList(&navigationItems, &navigation.numOfObjects); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | p_int * {aka long int *} pilrc.c:5379:62: note: expected 'int *' but argument is of type 'p_int *' {aka 'long int *'} 5379 | ParseNavigationList(RCNAVIGATIONITEM **navigationItems, int *numItems) | ~~~~~^~~~~~~~ pilrc.c:5539:44: warning: passing argument 2 of 'ParseNavigationMap' from incompatible pointer type [-Wincompatible-pointer-types] 5539 | ParseNavigationMap(&navigationItems, &navigation.numOfObjects); | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | p_int * {aka long int *} pilrc.c:5414:61: note: expected 'int *' but argument is of type 'p_int *' {aka 'long int *'} 5414 | ParseNavigationMap(RCNAVIGATIONITEM **navigationItems, int *numItems) | ~~~~~^~~~~~~~ --- util.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi util.c: In function 'OpenOutput': util.c:571:21: warning: passing argument 1 of 'intstrncpy' from incompatible pointer type [-Wincompatible-pointer-types] 571 | intstrncpy(entry.type, szBase, 4); | ~~~~~^~~~~ | | | int * In file included from pilrc.h:56, from util.c:42: util.h:83:25: note: expected 'p_int *' {aka 'long int *'} but argument is of type 'int *' 83 | VOID intstrncpy(p_int * dst, | ~~~~~~~~^~~ --- restype.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT restype.o -MD -MP -MF ".deps/restype.Tpo" -c -o restype.o restype.c; then mv -f ".deps/restype.Tpo" ".deps/restype.Po"; else rm -f ".deps/restype.Tpo"; exit 1; fi --- bitmap.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT bitmap.o -MD -MP -MF ".deps/bitmap.Tpo" -c -o bitmap.o bitmap.c; then mv -f ".deps/bitmap.Tpo" ".deps/bitmap.Po"; else rm -f ".deps/bitmap.Tpo"; exit 1; fi --- font.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT font.o -MD -MP -MF ".deps/font.Tpo" -c -o font.o font.c; then mv -f ".deps/font.Tpo" ".deps/font.Po"; else rm -f ".deps/font.Tpo"; exit 1; fi --- plex.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT plex.o -MD -MP -MF ".deps/plex.Tpo" -c -o plex.o plex.c; then mv -f ".deps/plex.Tpo" ".deps/plex.Po"; else rm -f ".deps/plex.Tpo"; exit 1; fi --- main.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi --- xwin.o --- if gcc -DPACKAGE_NAME=\"PilRC\" -DPACKAGE_TARNAME=\"pilrc\" -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"PilRC\ 3.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_CHAR_P=8 -I. -Iunix -I/opt/local/include -I/usr/include -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -MT xwin.o -MD -MP -MF ".deps/xwin.Tpo" -c -o xwin.o xwin.c; then mv -f ".deps/xwin.Tpo" ".deps/xwin.Po"; else rm -f ".deps/xwin.Tpo"; exit 1; fi --- pilrc --- gcc -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -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 pilrc pilrc.o lex.o util.o restype.o bitmap.o font.o plex.o main.o --- pilrcui --- gcc -I/opt/local/include/gtk-1.2 -I/opt/local/include/glib/glib-1.2 -I/opt/local/lib/glib/include -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 pilrcui pilrc.o lex.o util.o restype.o bitmap.o font.o plex.o xwin.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