=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xdialog", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for xdialog-2.3.1nb46 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in m4 Making all in lib --- getopt.o --- --- getopt1.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I. -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -Wall -s -c getopt1.c --- getopt.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I. -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -Wall -s -c getopt.c --- libgetopt.a --- rm -f libgetopt.a ar cru libgetopt.a getopt.o getopt1.o ranlib libgetopt.a Making all in src --- main.o --- --- interface.o --- --- callbacks.o --- --- support.o --- --- interface.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/opt/pkg//locale"\" -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -Wall -s -c interface.c --- main.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/opt/pkg//locale"\" -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -Wall -s -c main.c --- support.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/opt/pkg//locale"\" -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -Wall -s -c support.c --- callbacks.o --- gcc -DHAVE_CONFIG_H -I. -I. -I.. -DLOCALEDIR=\"/opt/pkg/lib/locale\" -I. -I../intl -I../lib -DPACKAGE_LOCALE_DIR=\""/opt/pkg//locale"\" -I/opt/pkg/include/gtk-1.2 -I/opt/pkg/include/glib/glib-1.2 -I/opt/pkg/lib/glib/include -I/opt/pkg/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -Wall -s -c callbacks.c --- main.o --- In file included from main.c:25: ../lib/getopt.h:136:12: error: conflicting types for 'getopt'; have 'int(void)' 136 | extern int getopt (); | ^~~~~~ --- callbacks.o --- callbacks.c: In function 'calendar_exit': --- main.o --- In file included from main.c:11: /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 *); | ^~~~~~ --- callbacks.o --- callbacks.c:1208:62: warning: pointer targets in passing argument 2 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] 1208 | gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); | ^~~~~ | | | gint * {aka int *} In file included from /home/pbulk/work/x11/xdialog/work/.buildlink/include/gtk-1.2/gtk/gtk.h:44, from callbacks.c:19: /home/pbulk/work/x11/xdialog/work/.buildlink/include/gtk-1.2/gtk/gtkcalendar.h:129:55: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} 129 | guint *year, | ~~~~~~~~~~~~~^~~~ callbacks.c:1208:69: warning: pointer targets in passing argument 3 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] 1208 | gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); | ^~~~~~ | | | gint * {aka int *} /home/pbulk/work/x11/xdialog/work/.buildlink/include/gtk-1.2/gtk/gtkcalendar.h:130:55: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} 130 | guint *month, | ~~~~~~~~~~~~~^~~~~ callbacks.c:1208:77: warning: pointer targets in passing argument 4 of 'gtk_calendar_get_date' differ in signedness [-Wpointer-sign] 1208 | gtk_calendar_get_date(GTK_CALENDAR(Xdialog.widget1), &year, &month, &day); | ^~~~ | | | gint * {aka int *} /home/pbulk/work/x11/xdialog/work/.buildlink/include/gtk-1.2/gtk/gtkcalendar.h:131:55: note: expected 'guint *' {aka 'unsigned int *'} but argument is of type 'gint *' {aka 'int *'} 131 | guint *day); | ~~~~~~~~~~~~~^~~ --- interface.o --- interface.c: In function 'create_progress': interface.c:913:64: warning: pointer targets in passing argument 2 of 'strcatsafe' differ in signedness [-Wpointer-sign] 913 | strcatsafe(Xdialog.label_text, temp, MAX_LABEL_LENGTH); | ^~~~ | | | unsigned char * In file included from interface.c:24: support.h:6:42: note: expected 'char *' but argument is of type 'unsigned char *' 6 | extern void strcatsafe(char *dest, char *source, int maxchars); | ~~~~~~^~~~~~ interface.c: In function 'create_itemlist': interface.c:1418:66: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1418 | GTK_SIGNAL_FUNC(item_toggle), (gpointer)i); | ^ --- main.o --- *** [main.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/x11/xdialog/work/Xdialog-2.3.1/src bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/work/x11/xdialog/work/Xdialog-2.3.1/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/work/x11/xdialog/work/Xdialog-2.3.1 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/work/x11/xdialog/work/Xdialog-2.3.1 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/x11/xdialog/work/Xdialog-2.3.1 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/xdialog/work/Xdialog-2.3.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xdialog *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xdialog