=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/mxterm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mxterm-129nb4 --- button.o --- --- charproc.o --- --- charsets.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./charsets.c --- charproc.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./charproc.c --- button.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./button.c --- cursor.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./cursor.c --- data.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./data.c --- doublechr.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./doublechr.c --- fontutils.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./fontutils.c --- input.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./input.c ./input.c: In function 'VTInitModifiers': ./input.c:976:21: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 976 | KeySym keysym = XKeycodeToKeysym(dpy,code,0); | ^~~~~~ In file included from /tmp/work/x11/mxterm/work/.buildlink/include/X11/Intrinsic.h:53, from /tmp/work/x11/mxterm/work/.buildlink/include/X11/IntrinsicP.h:51, from ./ptyx.h:68, from ./xterm.h:176, from ./input.c:60: /tmp/work/x11/mxterm/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ --- main.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./main.c --- menu.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./menu.c --- main.o --- ./main.c: In function 'main': ./main.c:1606:31: warning: passing argument 1 of 'XtSetErrorHandler' makes '__attribute__((noreturn))' qualified function pointer from unqualified [-Wdiscarded-qualifiers] 1606 | XtSetErrorHandler(xt_error); | ^~~~~~~~ In file included from /tmp/work/x11/mxterm/work/.buildlink/include/X11/IntrinsicP.h:51, from ./ptyx.h:68, from ./xterm.h:176, from ./main.c:73: /tmp/work/x11/mxterm/work/.buildlink/include/X11/Intrinsic.h:1784:5: note: expected '__attribute__((noreturn)) void (*)(char *)' but argument is of type 'void (*)(char *)' 1784 | XtErrorHandler /* handler */ _X_NORETURN ./main.c:1620:31: warning: passing argument 1 of 'XtSetErrorHandler' makes '__attribute__((noreturn))' qualified function pointer from unqualified [-Wdiscarded-qualifiers] 1620 | XtSetErrorHandler((XtErrorHandler)0); | ^~~~~~~~~~~~~~~~~ /tmp/work/x11/mxterm/work/.buildlink/include/X11/Intrinsic.h:1784:5: note: expected '__attribute__((noreturn)) void (*)(char *)' but argument is of type 'void (*)(char *)' 1784 | XtErrorHandler /* handler */ _X_NORETURN --- misc.o --- --- print.o --- --- misc.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./misc.c --- print.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./print.c --- ptydata.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./ptydata.c --- screen.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./screen.c --- scrollbar.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./scrollbar.c --- tabs.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./tabs.c --- util.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./util.c --- VTPrsTbl.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./VTPrsTbl.c --- TekPrsTbl.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./TekPrsTbl.c --- Tekproc.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./Tekproc.c --- resize.o --- gcc -I. -I. -DMOTIF -DHAVE_CONFIG_H -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -c ./resize.c --- resize --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -o resize resize.o -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lXm -lXp -lXaw -lXmu -lXpm -lXext -lXt -lSM -lICE -lX11 -lnsl -lsocket -ltermcap --- mxterm --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/ncurses -I/usr/include -o mxterm button.o charproc.o charsets.o cursor.o data.o doublechr.o fontutils.o input.o main.o menu.o misc.o print.o ptydata.o screen.o scrollbar.o tabs.o util.o VTPrsTbl.o TekPrsTbl.o Tekproc.o -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lXm -lXp -lXaw -lXmu -lXpm -lXext -lXt -lSM -lICE -lX11 -lnsl -lsocket -ltermcap