=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/print/paps", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for paps-0.6.8nb30 --- all --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- libpaps.o --- --- paps-paps.o --- --- test_libpaps.o --- --- paps-paps.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/harfbuzz -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/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 --- test_libpaps.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/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.o --- if gcc -DHAVE_CONFIG_H -I. -I. -I.. `pkg-config --cflags pangoft2` -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/harfbuzz -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/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 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: /home/pbulk/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); | ^~~~~~~ /home/pbulk/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 /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/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': /home/pbulk/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': /home/pbulk/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); | ^~~~~~~~~~~~~ --- paps-paps.o --- 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 /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /home/pbulk/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /home/pbulk/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from /home/pbulk/work/print/paps/work/.buildlink/include/pango-1.0/pango/pango.h:25, from paps.c:24: /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here 737 | void g_type_init (void); | ^~~~~~~~~~~ paps.c:375:19: error: too many arguments to function 'paps_get_pango_context'; expected 0, have 1 375 | pango_context = paps_get_pango_context (paps); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from paps.c:26: libpaps.h:68:15: note: declared here 68 | PangoContext *paps_get_pango_context(); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/glib.h:56, from /home/pbulk/work/print/paps/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: paps.c: In function 'read_file': /home/pbulk/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); | ^~~~~~~~~~~~~ *** [paps-paps.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/work/print/paps/work/paps-0.6.8/src bmake[2]: 1 error bmake[2]: stopped making "all" in /home/pbulk/work/print/paps/work/paps-0.6.8/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /home/pbulk/work/print/paps/work/paps-0.6.8 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /home/pbulk/work/print/paps/work/paps-0.6.8 *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/print/paps/work/paps-0.6.8 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/print/paps/work/paps-0.6.8 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/paps *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/print/paps