+ 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/gprolog-1.4.5/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gprolog-1.4.5/work.log ===> Building for gprolog-1.4.5 --- config --- cd EnginePl; /opt/pkg/bin/bmake config --- pl_config --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -o pl_config pl_config.c --- wam_regs.h --- ./pl_config ------------------------------- --- GNU PROLOG INSTALLATION --- ------------------------------- GNU Prolog version: 1.4.5 (Nov 19 2025) Operating system : solaris2.11 Processor : x86_64 Size of a WAM word: 64 bits C compiler : gcc C flags : -pipe -O2 -msave-args -fno-aggressive-loop-optimizations C flags machine : -m64 -fno-strict-aliasing Assembler : gas Assembler flags : --64 Loader flags : -Wl,-R/opt/pkg/lib Loader libraries : -lm -lsocket -lnsl Use line editor : Yes Use piped consult : Yes Use sockets : Yes Use FD solver : Yes Use machine regs. : Yes Used register(s) : r12 (pl_reg_bank) r13 (TR) r14 (B) r15 (H) ------------------------------ (cd ../TopComp; /opt/pkg/bin/bmake gplc) --- gplc --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -o gplc top_comp.c -lm -lsocket -lnsl --- all --- . ./SETVARS;for i in EnginePl TopComp Wam2Ma Ma2Asm Linedit BipsPl Pl2Wam Fd2C EngineFD BipsFD;do (cd $i; /opt/pkg/bin/bmake) || exit 1; done; (cd TopComp; /opt/pkg/bin/bmake top-level) || exit 1; (cd Pl2Wam; /opt/pkg/bin/bmake stage2) --- cpp_headers --- --- machine1.o --- --- mem_alloc.o --- --- misc.o --- --- cpp_headers --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -o cpp_headers cpp_headers.c --- machine1.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' machine1.c --- mem_alloc.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' mem_alloc.c --- misc.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' misc.c --- hash_fct.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' hash_fct.c --- hash.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' hash.c --- obj_chain.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' obj_chain.c --- engine.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' engine.c --- engine1.o --- gplc -c -o engine1.o engine1.c --- wam_inst.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' wam_inst.c --- atom.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' atom.c --- pred.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' pred.c --- oper.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' oper.c --- if_no_fd.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' if_no_fd.c --- main.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' main.c --- machine.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' machine.c --- stacks_sigsegv.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations' stacks_sigsegv.c --- libengine_pl.a --- rm -f libengine_pl.a ar rc libengine_pl.a machine.o machine1.o stacks_sigsegv.o mem_alloc.o misc.o hash_fct.o hash.o obj_chain.o engine.o engine1.o wam_inst.o atom.o pred.o oper.o if_no_fd.o main.o ranlib libengine_pl.a --- hexgplc --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -o hexgplc hexfilter.c --- wam2ma.o --- --- wam_parser.o --- --- wam2ma.o --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c wam2ma.c --- wam_parser.o --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c wam_parser.c --- wam2ma --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -o wam2ma wam2ma.o wam_parser.o --- ma2asm.o --- --- ma_parser.o --- --- ma2asm_inst.o --- --- ma2asm.o --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c ma2asm.c --- ma_parser.o --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c ma_parser.c --- ma2asm_inst.o --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -c ma2asm_inst.c --- ma2asm --- gcc -m64 -fno-strict-aliasing -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -o ma2asm ma2asm.o ma2asm_inst.o ma_parser.o --- linedit.o --- --- terminal.o --- --- ctrl_c.o --- --- linedit.o --- gcc -m64 -fno-strict-aliasing -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char linedit.c --- terminal.o --- gcc -m64 -fno-strict-aliasing -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char terminal.c --- ctrl_c.o --- gcc -m64 -fno-strict-aliasing -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char ctrl_c.c --- liblinedit.a --- rm -f liblinedit.a ar rc liblinedit.a linedit.o terminal.o ctrl_c.o ranlib liblinedit.a --- error_supp.o --- --- c_supp.o --- --- foreign_supp.o --- --- pred_supp.o --- --- error_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' error_supp.c --- foreign_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' foreign_supp.c --- pred_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' pred_supp.c --- c_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' c_supp.c --- term_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' term_supp.c --- stream_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' stream_supp.c --- scan_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' scan_supp.c --- parse_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' parse_supp.c --- write_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' write_supp.c --- dynam_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' dynam_supp.c --- callinf_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' callinf_supp.c --- bc_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' bc_supp.c --- assert_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' assert_c.c --- read_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' read_c.c --- write_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' write_c.c --- const_io_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' const_io_c.c --- oper_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' oper_c.c --- pred_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' pred_c.c --- atom_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' atom_c.c --- control_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' control_c.c --- call_args_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' call_args_c.c --- throw_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' throw_c.c --- flag_supp.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' flag_supp.c --- flag_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' flag_c.c --- arith_inl_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' arith_inl_c.c --- type_inl_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' type_inl_c.c --- term_inl_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' term_inl_c.c --- g_var_inl_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' g_var_inl_c.c --- all_solut_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' all_solut_c.c --- sort_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' sort_c.c --- list_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' list_c.c --- stat_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' stat_c.c --- stream_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' stream_c.c --- file_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' file_c.c --- char_io_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' char_io_c.c --- format_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' format_c.c --- os_interf_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' os_interf_c.c --- expand_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' expand_c.c --- consult_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' consult_c.c --- pretty_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' pretty_c.c --- random_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' random_c.c --- top_level_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' top_level_c.c --- debugger_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' debugger_c.c --- src_rdr_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' src_rdr_c.c --- sockets_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' sockets_c.c --- le_interf_c.o --- gplc -c -C '-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -funsigned-char' le_interf_c.c --- foreign.o --- gplc -c foreign.wam --- pl_error.o --- gplc -c pl_error.wam --- utils.o --- gplc -c utils.wam --- unify.o --- gplc -c unify.wam --- assert.o --- --- read.o --- --- assert.o --- gplc -c assert.wam --- read.o --- gplc -c read.wam --- write.o --- gplc -c write.wam --- print.o --- gplc -c print.wam --- const_io.o --- gplc -c const_io.wam --- oper.o --- gplc -c oper.wam --- pred.o --- gplc -c pred.wam --- atom.o --- gplc -c atom.wam --- control.o --- gplc -c control.wam --- call.o --- gplc -c call.wam --- call_args.o --- gplc -c call_args.wam --- catch.o --- --- throw.o --- --- catch.o --- gplc -c catch.wam --- throw.o --- gplc -c throw.wam --- flag.o --- --- arith_inl.o --- --- flag.o --- gplc -c flag.wam --- arith_inl.o --- gplc -c arith_inl.wam --- type_inl.o --- gplc -c type_inl.wam --- term_inl.o --- gplc -c term_inl.wam --- g_var_inl.o --- --- all_solut.o --- gplc -c all_solut.wam --- g_var_inl.o --- gplc -c g_var_inl.wam --- sort.o --- gplc -c sort.wam --- list.o --- --- stat.o --- --- stream.o --- --- list.o --- gplc -c list.wam --- stat.o --- gplc -c stat.wam --- stream.o --- gplc -c stream.wam --- file.o --- --- char_io.o --- --- dec10io.o --- --- file.o --- gplc -c file.wam --- dec10io.o --- gplc -c dec10io.wam --- char_io.o --- gplc -c char_io.wam --- format.o --- --- os_interf.o --- --- format.o --- gplc -c format.wam --- os_interf.o --- gplc -c os_interf.wam --- format.o --- /var/tmp/gplczRLN0d.s: Assembler messages: /var/tmp/gplczRLN0d.s:126: Error: invalid character '+' in mnemonic --- expand.o --- --- os_interf.o --- /var/tmp/gplczRLN0d.s: Assembler messages: /var/tmp/gplczRLN0d.s:126: Error: invalid character '+' in mnemonic --- format.o --- /var/tmp/gplczRLN0d.s:1214: Error: symbol `Object_Initializer' is already defined /var/tmp/gplczRLN0d.s:1227: Error: symbol `Prolog_Object_Initializer' is already defined /var/tmp/gplczRLN0d.s:1848: Error: symbol `System_Directives' is already defined /var/tmp/gplczRLN0d.s:1857: Error: symbol `User_Directives' is already defined /var/tmp/gplczRLN0d.s:1869: Error: symbol `.LC0' is already defined /var/tmp/gplczRLN0d.s:1871: Error: symbol `.LC1' is already defined /var/tmp/gplczRLN0d.s:1873: Error: symbol `.LC2' is already defined /var/tmp/gplczRLN0d.s:1875: Error: symbol `.LC3' is already defined /var/tmp/gplczRLN0d.s:1974: Error: symbol `at' is already defined --- os_interf.o --- /var/tmp/gplczRLN0d.s:1214: Error: symbol `Object_Initializer' is already defined /var/tmp/gplczRLN0d.s:1227: Error: symbol `Prolog_Object_Initializer' is already defined --- expand.o --- gplc -c expand.wam --- consult.o --- --- format.o --- compilation failed --- os_interf.o --- /var/tmp/gplczRLN0d.s:1848: Error: symbol `System_Directives' is already defined /var/tmp/gplczRLN0d.s:1857: Error: symbol `User_Directives' is already defined /var/tmp/gplczRLN0d.s:1869: Error: symbol `.LC0' is already defined /var/tmp/gplczRLN0d.s:1871: Error: symbol `.LC1' is already defined /var/tmp/gplczRLN0d.s:1873: Error: symbol `.LC2' is already defined /var/tmp/gplczRLN0d.s:1875: Error: symbol `.LC3' is already defined /var/tmp/gplczRLN0d.s:1974: Error: symbol `at' is already defined --- format.o --- *** [format.o] Error code 1 bmake[1]: stopped making "libbips_pl.a" in /home/pbulk/build/lang/gprolog/work/gprolog-1.4.5/src/BipsPl --- consult.o --- gplc -c consult.wam --- os_interf.o --- compilation failed *** [os_interf.o] Error code 1 bmake[1]: stopped making "libbips_pl.a" in /home/pbulk/build/lang/gprolog/work/gprolog-1.4.5/src/BipsPl bmake[1]: 2 errors bmake[1]: stopped making "libbips_pl.a" in /home/pbulk/build/lang/gprolog/work/gprolog-1.4.5/src/BipsPl *** [all] Error code 1 bmake: stopped making "all" in /home/pbulk/build/lang/gprolog/work/gprolog-1.4.5/src bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/lang/gprolog/work/gprolog-1.4.5/src *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/gprolog *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/lang/gprolog