=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/misc/gkrellm-weather", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for gkrellm-weather-2.0.8nb4 gcc -O2 -std=gnu99 -Wall -fPIC `pkg-config gtk+-2.0 --cflags` -DENABLE_NLS -DLOCALEDIR=\"/opt/local/lib/locale\" -DPACKAGE="\"gkrellweather\"" -DPREFIX=\"/opt/local\" -DVERSION=\"2.0.8\" -c gkrellweather.c In file included from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gkrellm2/gkrellm.h:48, from gkrellweather.c:7: /tmp/work/misc/gkrellm-weather/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/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here 725 | { | ^ In file included from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /tmp/work/misc/gkrellm-weather/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/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/glib.h:32, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gkrellm2/log.h:37, from /tmp/work/misc/gkrellm-weather/work/.buildlink/include/gkrellm2/gkrellm.h:41: /tmp/work/misc/gkrellm-weather/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ gkrellweather.c: In function 'update_air': gkrellweather.c:200:51: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size 493 [-Wformat-truncation=] 200 | snprintf(line, 512, "%s/.wmWeatherReports/%s.TXT", getenv("HOME"), | ^~ 201 | options.station); | ~~~~~~~~~~~~~~~ In function 'read_air', inlined from 'update_air' at gkrellweather.c:445:41: gkrellweather.c:200:9: note: 'snprintf' output 24 or more bytes (assuming 535) into a destination of size 512 200 | snprintf(line, 512, "%s/.wmWeatherReports/%s.TXT", getenv("HOME"), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 201 | options.station); | ~~~~~~~~~~~~~~~~ (cd po && /opt/local/bin/gmake all ) gmake[1]: Entering directory '/tmp/work/misc/gkrellm-weather/work/gkrellweather-2.0.8/po' msgfmt -f -v -o ru.mo ru.po 17 translated messages, 1 untranslated message. gmake[1]: Leaving directory '/tmp/work/misc/gkrellm-weather/work/gkrellweather-2.0.8/po' gcc gkrellweather.o -DVERSION=\"2.0.8\" -o gkrellweather.so -shared -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 `pkg-config gtk+-2.0 --libs` -pthread -lpthread -lrt *** Please use pkgtools/verifypc to sanity check dependencies.