+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/netsurf-3.11nb31/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/netsurf-3.11nb31/work.log ===> Building for netsurf-3.11nb31 => Remove the -C option mkdir -p /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include mkdir -p /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib mkdir -p /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/bin /opt/pkg/bin/gmake install --directory=buildsystem HOST=x86_64--solaris PREFIX=/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3 Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= gmake[1]: Entering directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/buildsystem' mkdir -p /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/makefiles /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/testtools /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/citools for M in Makefile.top Makefile.tools Makefile.subdir Makefile.pkgconfig Makefile.clang Makefile.gcc Makefile.norcroft Makefile.open64; do \ cp makefiles/$M /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/makefiles/; \ done for T in testrunner.pl; do \ cp testtools/$T /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/testtools/; \ done for C in jenkins-build.sh; do \ cp citools/$C /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/citools/; \ done gmake[1]: Leaving directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/buildsystem' /opt/pkg/bin/gmake install --directory=libnslog HOST=x86_64--solaris PREFIX=/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3 Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= gmake[1]: Entering directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libnslog' FLEX: src/filter-lexer.l BISON: src/filter-parser.y src/filter-parser.y:27.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 27 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure src/filter-parser.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] COMPILE: build-x86_64--solaris-x86_64--solaris-release-lib-static/filter-parser.c COMPILE: build-x86_64--solaris-x86_64--solaris-release-lib-static/filter-lexer.c COMPILE: src/core.c COMPILE: src/filter.c src/filter.c: In function 'nslog_filter_category_new': src/filter.c:66:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 66 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:66:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_level_new': src/filter.c:84:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 84 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:84:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_filename_new': src/filter.c:97:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 97 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:97:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_dirname_new': src/filter.c:115:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 115 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:115:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_funcname_new': src/filter.c:133:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 133 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:133:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_and_new': src/filter.c:153:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 153 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:153:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_or_new': src/filter.c:168:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 168 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:168:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_xor_new': src/filter.c:183:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 183 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:183:44: note: earlier argument should specify number of elements, later size of each element src/filter.c: In function 'nslog_filter_not_new': src/filter.c:197:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 197 | nslog_filter_t *ret = calloc(sizeof(*ret), 1); | ^ src/filter.c:197:44: note: earlier argument should specify number of elements, later size of each element AR: build-x86_64--solaris-x86_64--solaris-release-lib-static/libnslog.a install -m 644 include/nslog/nslog.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/nslog sed -e... libnslog.pc.in >build-x86_64--solaris-x86_64--solaris-release-lib-static/libnslog.pc install -m 644 build-x86_64--solaris-x86_64--solaris-release-lib-static/libnslog.pc /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib/pkgconfig/libnslog.pc install -m 644 build-x86_64--solaris-x86_64--solaris-release-lib-static/libnslog.a /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib gmake[1]: Leaving directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libnslog' /opt/pkg/bin/gmake install --directory=libwapcaplet HOST=x86_64--solaris PREFIX=/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3 Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= gmake[1]: Entering directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libwapcaplet' COMPILE: src/libwapcaplet.c AR: build-x86_64--solaris-x86_64--solaris-release-lib-static/libwapcaplet.a install -m 644 include/libwapcaplet/libwapcaplet.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/libwapcaplet sed -e... libwapcaplet.pc.in >build-x86_64--solaris-x86_64--solaris-release-lib-static/libwapcaplet.pc install -m 644 build-x86_64--solaris-x86_64--solaris-release-lib-static/libwapcaplet.pc /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib/pkgconfig/libwapcaplet.pc install -m 644 build-x86_64--solaris-x86_64--solaris-release-lib-static/libwapcaplet.a /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib gmake[1]: Leaving directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libwapcaplet' /opt/pkg/bin/gmake install --directory=libparserutils HOST=x86_64--solaris PREFIX=/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3 Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= gmake[1]: Entering directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libparserutils' ALIAS: src/charset/aliases.inc COMPILE: src/charset/aliases.c COMPILE: src/charset/codec.c COMPILE: src/charset/codecs/codec_ascii.c COMPILE: src/charset/codecs/codec_8859.c COMPILE: src/charset/codecs/codec_ext8.c COMPILE: src/charset/codecs/codec_utf8.c COMPILE: src/charset/codecs/codec_utf16.c COMPILE: src/charset/encodings/utf8.c COMPILE: src/charset/encodings/utf16.c COMPILE: src/input/filter.c COMPILE: src/input/inputstream.c COMPILE: src/utils/buffer.c COMPILE: src/utils/errors.c COMPILE: src/utils/stack.c COMPILE: src/utils/vector.c AR: build-x86_64--solaris-x86_64--solaris-release-lib-static/libparserutils.a install -m 644 include/parserutils/errors.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils install -m 644 include/parserutils/functypes.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils install -m 644 include/parserutils/parserutils.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils install -m 644 include/parserutils/types.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils install -m 644 include/parserutils/charset/codec.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/charset install -m 644 include/parserutils/charset/mibenum.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/charset install -m 644 include/parserutils/charset/utf16.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/charset install -m 644 include/parserutils/charset/utf8.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/charset install -m 644 include/parserutils/input/inputstream.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/input install -m 644 include/parserutils/utils/buffer.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/utils install -m 644 include/parserutils/utils/stack.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/utils install -m 644 include/parserutils/utils/vector.h /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/include/parserutils/utils sed -e... libparserutils.pc.in >build-x86_64--solaris-x86_64--solaris-release-lib-static/libparserutils.pc install -m 644 build-x86_64--solaris-x86_64--solaris-release-lib-static/libparserutils.pc /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib/pkgconfig/libparserutils.pc install -m 644 build-x86_64--solaris-x86_64--solaris-release-lib-static/libparserutils.a /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/lib gmake[1]: Leaving directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libparserutils' /opt/pkg/bin/gmake install --directory=libcss HOST=x86_64--solaris PREFIX=/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3 Q=@ WARNFLAGS='-Wall -W -Wno-error' DESTDIR= gmake[1]: Entering directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libcss' PREPARE: build-x86_64--solaris-x86_64--solaris-release-lib-static/gen_parser GENERATE: src/parse/properties/autogenerated_align_content.c GENERATE: src/parse/properties/autogenerated_align_items.c GENERATE: src/parse/properties/autogenerated_align_self.c GENERATE: src/parse/properties/autogenerated_background_attachment.c GENERATE: src/parse/properties/autogenerated_background_color.c GENERATE: src/parse/properties/autogenerated_background_image.c GENERATE: src/parse/properties/autogenerated_background_repeat.c GENERATE: src/parse/properties/autogenerated_border_bottom.c GENERATE: src/parse/properties/autogenerated_border_bottom_color.c GENERATE: src/parse/properties/autogenerated_border_bottom_style.c GENERATE: src/parse/properties/autogenerated_border_bottom_width.c GENERATE: src/parse/properties/autogenerated_border_collapse.c GENERATE: src/parse/properties/autogenerated_border_left.c GENERATE: src/parse/properties/autogenerated_border_left_color.c GENERATE: src/parse/properties/autogenerated_border_left_style.c GENERATE: src/parse/properties/autogenerated_border_left_width.c GENERATE: src/parse/properties/autogenerated_border_right.c GENERATE: src/parse/properties/autogenerated_border_right_color.c GENERATE: src/parse/properties/autogenerated_border_right_style.c GENERATE: src/parse/properties/autogenerated_border_right_width.c GENERATE: src/parse/properties/autogenerated_border_side_color.c GENERATE: src/parse/properties/autogenerated_border_side_style.c GENERATE: src/parse/properties/autogenerated_border_side_width.c GENERATE: src/parse/properties/autogenerated_border_top.c GENERATE: src/parse/properties/autogenerated_border_top_color.c GENERATE: src/parse/properties/autogenerated_border_top_style.c GENERATE: src/parse/properties/autogenerated_border_top_width.c GENERATE: src/parse/properties/autogenerated_bottom.c GENERATE: src/parse/properties/autogenerated_box_sizing.c GENERATE: src/parse/properties/autogenerated_break_after.c GENERATE: src/parse/properties/autogenerated_break_before.c GENERATE: src/parse/properties/autogenerated_break_inside.c GENERATE: src/parse/properties/autogenerated_caption_side.c GENERATE: src/parse/properties/autogenerated_clear.c GENERATE: src/parse/properties/autogenerated_color.c GENERATE: src/parse/properties/autogenerated_column_count.c GENERATE: src/parse/properties/autogenerated_column_fill.c GENERATE: src/parse/properties/autogenerated_column_gap.c GENERATE: src/parse/properties/autogenerated_column_rule_color.c GENERATE: src/parse/properties/autogenerated_column_rule_style.c GENERATE: src/parse/properties/autogenerated_column_rule_width.c GENERATE: src/parse/properties/autogenerated_column_span.c GENERATE: src/parse/properties/autogenerated_column_width.c GENERATE: src/parse/properties/autogenerated_counter_increment.c GENERATE: src/parse/properties/autogenerated_counter_reset.c GENERATE: src/parse/properties/autogenerated_cue_after.c GENERATE: src/parse/properties/autogenerated_cue_before.c GENERATE: src/parse/properties/autogenerated_direction.c GENERATE: src/parse/properties/autogenerated_display.c GENERATE: src/parse/properties/autogenerated_empty_cells.c GENERATE: src/parse/properties/autogenerated_flex_basis.c GENERATE: src/parse/properties/autogenerated_flex_direction.c GENERATE: src/parse/properties/autogenerated_flex_grow.c GENERATE: src/parse/properties/autogenerated_flex_shrink.c GENERATE: src/parse/properties/autogenerated_flex_wrap.c GENERATE: src/parse/properties/autogenerated_float.c GENERATE: src/parse/properties/autogenerated_font_size.c GENERATE: src/parse/properties/autogenerated_font_style.c GENERATE: src/parse/properties/autogenerated_font_variant.c GENERATE: src/parse/properties/autogenerated_height.c GENERATE: src/parse/properties/autogenerated_justify_content.c GENERATE: src/parse/properties/autogenerated_left.c GENERATE: src/parse/properties/autogenerated_letter_spacing.c GENERATE: src/parse/properties/autogenerated_line_height.c GENERATE: src/parse/properties/autogenerated_list_style_image.c GENERATE: src/parse/properties/autogenerated_list_style_position.c GENERATE: src/parse/properties/autogenerated_margin_bottom.c GENERATE: src/parse/properties/autogenerated_margin_left.c GENERATE: src/parse/properties/autogenerated_margin_right.c GENERATE: src/parse/properties/autogenerated_margin_side.c GENERATE: src/parse/properties/autogenerated_margin_top.c GENERATE: src/parse/properties/autogenerated_max_height.c GENERATE: src/parse/properties/autogenerated_max_width.c GENERATE: src/parse/properties/autogenerated_min_height.c GENERATE: src/parse/properties/autogenerated_min_width.c GENERATE: src/parse/properties/autogenerated_order.c GENERATE: src/parse/properties/autogenerated_orphans.c GENERATE: src/parse/properties/autogenerated_outline_color.c GENERATE: src/parse/properties/autogenerated_outline_style.c GENERATE: src/parse/properties/autogenerated_outline_width.c GENERATE: src/parse/properties/autogenerated_overflow_x.c GENERATE: src/parse/properties/autogenerated_overflow_y.c GENERATE: src/parse/properties/autogenerated_padding_bottom.c GENERATE: src/parse/properties/autogenerated_padding_left.c GENERATE: src/parse/properties/autogenerated_padding_right.c GENERATE: src/parse/properties/autogenerated_padding_side.c GENERATE: src/parse/properties/autogenerated_padding_top.c GENERATE: src/parse/properties/autogenerated_page_break_after.c GENERATE: src/parse/properties/autogenerated_page_break_before.c GENERATE: src/parse/properties/autogenerated_page_break_inside.c GENERATE: src/parse/properties/autogenerated_pause_after.c GENERATE: src/parse/properties/autogenerated_pause_before.c GENERATE: src/parse/properties/autogenerated_pitch.c GENERATE: src/parse/properties/autogenerated_pitch_range.c GENERATE: src/parse/properties/autogenerated_position.c GENERATE: src/parse/properties/autogenerated_richness.c GENERATE: src/parse/properties/autogenerated_right.c GENERATE: src/parse/properties/autogenerated_side.c GENERATE: src/parse/properties/autogenerated_speak.c GENERATE: src/parse/properties/autogenerated_speak_header.c GENERATE: src/parse/properties/autogenerated_speak_numeral.c GENERATE: src/parse/properties/autogenerated_speak_punctuation.c GENERATE: src/parse/properties/autogenerated_speech_rate.c GENERATE: src/parse/properties/autogenerated_stress.c GENERATE: src/parse/properties/autogenerated_table_layout.c GENERATE: src/parse/properties/autogenerated_text_align.c GENERATE: src/parse/properties/autogenerated_text_indent.c GENERATE: src/parse/properties/autogenerated_text_transform.c GENERATE: src/parse/properties/autogenerated_top.c GENERATE: src/parse/properties/autogenerated_unicode_bidi.c GENERATE: src/parse/properties/autogenerated_vertical_align.c GENERATE: src/parse/properties/autogenerated_visibility.c GENERATE: src/parse/properties/autogenerated_volume.c GENERATE: src/parse/properties/autogenerated_white_space.c GENERATE: src/parse/properties/autogenerated_widows.c GENERATE: src/parse/properties/autogenerated_width.c GENERATE: src/parse/properties/autogenerated_word_spacing.c GENERATE: src/parse/properties/autogenerated_writing_mode.c GENERATE: src/parse/properties/autogenerated_z_index.c COMPILE: src/stylesheet.c src/stylesheet.c: In function 'css_stylesheet_create': src/stylesheet.c:202:22: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Wimplicit-function-declaration] 202 | sheet->url = strdup(params->url); | ^~~~~~ | strcmp src/stylesheet.c:202:20: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 202 | sheet->url = strdup(params->url); | ^ src/stylesheet.c:213:30: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 213 | sheet->title = strdup(params->title); | ^ gmake[1]: *** [/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/share/netsurf-buildsystem/makefiles/Makefile.top:603: build-x86_64--solaris-x86_64--solaris-release-lib-static/src_stylesheet.o] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/www/netsurf/work/netsurf-all-3.11/libcss' gmake: *** [Makefile:123: /home/pbulk/build/www/netsurf/work/netsurf-all-3.11/inst-gtk3/build-stamp] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/netsurf *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/www/netsurf