=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/mail/netbiff", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for netbiff-0.9.18nb54 --- cflags --- --- gtk.h --- --- cflags --- pkg-config --cflags gtk+-2.0 > cflags 2>/dev/null || true --- gtk.h --- (if pkg-config gtk+-2.0; then echo '#define GUI_GTK'; fi) >gtk.h --- gtk.lib --- pkg-config --libs gtk+-2.0 > gtk.lib 2>/dev/null || true --- load --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -n 1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load chmod 755 load --- compile --- ( cat warn-auto.sh; echo exec "`head -n 1 conf-cc`" "`cat cflags`" '-c ${1+"$@"}' ) > compile --- ssl.lib --- head -n 1 conf-ssl > ssl.lib --- compile --- chmod 755 compile --- action.o --- --- buffer.o --- ./compile buffer.c --- action.o --- ./compile action.c --- child.o --- ./compile child.c --- conf.o --- ./compile conf.c --- connection.o --- ./compile connection.c --- dir.o --- ./compile dir.c --- gui.o --- ./compile gui.c --- gui_gtk.o --- ./compile gui_gtk.c --- gui_text.o --- ./compile gui_text.c --- home.o --- ./compile home.c --- imap.o --- ./compile imap.c --- gui_gtk.o --- In file included from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from gui_gtk.c:10: /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^~~~ In file included from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ --- imap.o --- imap.c: In function 'imap_open_io': imap.c:170:3: warning: 'ERR_load_SSL_strings' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 170 | ERR_load_SSL_strings(); | ^~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/mail/netbiff/work/.buildlink/include/openssl/sslerr.h:17, from /tmp/work/mail/netbiff/work/.buildlink/include/openssl/ssl.h:46, from imap.c:7: /tmp/work/mail/netbiff/work/.buildlink/include/openssl/sslerr_legacy.h:29:27: note: declared here 29 | OSSL_DEPRECATEDIN_3_0 int ERR_load_SSL_strings(void); | ^~~~~~~~~~~~~~~~~~~~ --- gui_gtk.o --- In file included from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/mail/netbiff/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /tmp/work/mail/netbiff/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ gui_gtk.c: In function 'gtk_request_data': gui_gtk.c:412:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_iteration" 412 | g_main_iteration(TRUE); | ^~~~~~~~~~~~~~~ --- nbproto.o --- ./compile nbproto.c --- netbiff.o --- ./compile netbiff.c --- netbiffd-file.o --- ./compile netbiffd-file.c --- netbiffd-imap.o --- ./compile netbiffd-imap.c --- proto.o --- ./compile proto.c --- util.o --- ./compile util.c --- xlib.o --- ./compile xlib.c --- netbiffd-file --- ./load netbiffd-file nbproto.o util.o -lsocket -lnsl -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 --- netbiffd-imap --- ./load netbiffd-imap nbproto.o imap.o util.o `cat ssl.lib` -lsocket -lnsl -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 --- netbiff --- ./load netbiff action.o buffer.o child.o conf.o connection.o dir.o gui.o gui_gtk.o gui_text.o home.o proto.o xlib.o `cat gtk.lib` *** Please use pkgtools/verifypc to sanity check dependencies.