=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/print/paps", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for paps-0.6.8nb31 --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in src --- libpaps.o --- --- paps-paps.o --- --- libpaps.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -MT libpaps.o -MD -MP -MF ".deps/libpaps.Tpo" -c -o libpaps.o libpaps.c; then mv -f ".deps/libpaps.Tpo" ".deps/libpaps.Po"; else rm -f ".deps/libpaps.Tpo"; exit 1; fi --- paps-paps.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -MT paps-paps.o -MD -MP -MF ".deps/paps-paps.Tpo" -c -o paps-paps.o `test -f 'paps.c' || echo './'`paps.c; then mv -f ".deps/paps-paps.Tpo" ".deps/paps-paps.Po"; else rm -f ".deps/paps-paps.Tpo"; exit 1; fi paps.c: In function 'main': paps.c:335:3: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] 335 | g_type_init(); | ^~~~~~~~~~~ In file included from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib-object.h:24, from /tmp/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /tmp/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /tmp/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /tmp/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango.h:25, from paps.c:24: /tmp/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here 737 | void g_type_init (void); | ^~~~~~~~~~~ In file included from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: paps.c: In function 'read_file': /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ paps.c:577:3: note: in expansion of macro 'g_string_free' 577 | g_string_free (inbuf, FALSE); | ^~~~~~~~~~~~~ --- libpaps.o --- libpaps.c: In function 'paps_get_pango_context': libpaps.c:108:3: warning: 'pango_ft2_get_context' is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations] 108 | return pango_ft2_get_context (PAPS_DPI, PAPS_DPI); | ^~~~~~ In file included from libpaps.c:27: /tmp/work/print/paps/work/.buildlink/include/pango-1.0/pango/pangoft2.h:136:20: note: declared here 136 | PangoContext *pango_ft2_get_context (double dpi_x, | ^~~~~~~~~~~~~~~~~~~~~ libpaps.c: In function 'draw_contour': libpaps.c:403:7: warning: 'pango_ft2_font_get_face' is deprecated: Use 'pango_fc_font_lock_face' instead [-Wdeprecated-declarations] 403 | FT_Face ft_face = pango_ft2_font_get_face(font); | ^~~~~~~ /tmp/work/print/paps/work/.buildlink/include/pango-1.0/pango/pangoft2.h:150:16: note: declared here 150 | FT_Face pango_ft2_font_get_face (PangoFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~ libpaps.c: In function 'get_glyph_hash_string': libpaps.c:664:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 664 | (unsigned int)face, | ^ In file included from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib.h:56, from libpaps.h:22, from libpaps.c:24: libpaps.c: In function 'paps_layout_to_postscript_strdup': /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libpaps.c:220:3: note: in expansion of macro 'g_string_free' 220 | g_string_free(layout_str, FALSE); | ^~~~~~~~~~~~~ libpaps.c: In function 'paps_layout_line_to_postscript_strdup': /tmp/work/print/paps/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libpaps.c:241:3: note: in expansion of macro 'g_string_free' 241 | g_string_free(layout_str, FALSE); | ^~~~~~~~~~~~~ --- test_libpaps.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -MT test_libpaps.o -MD -MP -MF ".deps/test_libpaps.Tpo" -c -o test_libpaps.o test_libpaps.c; then mv -f ".deps/test_libpaps.Tpo" ".deps/test_libpaps.Po"; else rm -f ".deps/test_libpaps.Tpo"; exit 1; fi --- libpaps.a --- rm -f libpaps.a ar cru libpaps.a libpaps.o ranlib libpaps.a --- paps --- --- test_libpaps --- /usr/bin/bash ../libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o test_libpaps `pkg-config --libs pangoft2` test_libpaps.o libpaps.a --- paps --- /usr/bin/bash ../libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/harfbuzz -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o paps `pkg-config --libs pangoft2` paps-paps.o libpaps.a --- test_libpaps --- libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/print/paps/work/.buildlink/include -I/tmp/work/print/paps/work/.buildlink/include/freetype2 -I/tmp/work/print/paps/work/.buildlink/include/glib-2.0 -I/tmp/work/print/paps/work/.buildlink/include/gio-unix-2.0 -I/tmp/work/print/paps/work/.buildlink/lib/glib-2.0/include -I/tmp/work/print/paps/work/.buildlink/include/harfbuzz -Wl,-rpath -Wl,/opt/local/lib -o test_libpaps -Wl,-rpath -Wl,/opt/local/lib test_libpaps.o -L/tmp/work/print/paps/work/.buildlink/lib /tmp/work/print/paps/work/.buildlink/lib/libintl.so /tmp/work/print/paps/work/.buildlink/lib/libiconv.so -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz /tmp/work/print/paps/work/.buildlink/lib/libfreetype.so /tmp/work/print/paps/work/.buildlink/lib/libbz2.so /tmp/work/print/paps/work/.buildlink/lib/libpng16.so /tmp/work/print/paps/work/.buildlink/lib/libz.so -lm -lbrotlidec -lpthread -lrt -lgobject-2.0 -lglib-2.0 libpaps.a -R/tmp/work/print/paps/work/.buildlink/lib -R/tmp/work/print/paps/work/.buildlink/lib --- paps --- libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/print/paps/work/.buildlink/include -I/tmp/work/print/paps/work/.buildlink/include/freetype2 -I/tmp/work/print/paps/work/.buildlink/include/glib-2.0 -I/tmp/work/print/paps/work/.buildlink/include/gio-unix-2.0 -I/tmp/work/print/paps/work/.buildlink/lib/glib-2.0/include -I/tmp/work/print/paps/work/.buildlink/include/harfbuzz -Wl,-rpath -Wl,/opt/local/lib -o paps -Wl,-rpath -Wl,/opt/local/lib paps-paps.o -L/tmp/work/print/paps/work/.buildlink/lib /tmp/work/print/paps/work/.buildlink/lib/libintl.so /tmp/work/print/paps/work/.buildlink/lib/libiconv.so -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz /tmp/work/print/paps/work/.buildlink/lib/libfreetype.so /tmp/work/print/paps/work/.buildlink/lib/libbz2.so /tmp/work/print/paps/work/.buildlink/lib/libpng16.so /tmp/work/print/paps/work/.buildlink/lib/libz.so -lm -lbrotlidec -lpthread -lrt -lgobject-2.0 -lglib-2.0 libpaps.a -R/tmp/work/print/paps/work/.buildlink/lib -R/tmp/work/print/paps/work/.buildlink/lib *** Please use pkgtools/verifypc to sanity check dependencies.