Just assumed it wasn't a developer issue but rather me doing something wrong. Moving discussion to developer list.
Some improvement!
Parse argument 3:"-m/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u/master.pike"... Parse argument 4:"/sw/pkg/pike/src/Pike-v7.7.21-snapshot/src/post_modules/Shuffler/make_sources.pike"... init_pike() Init CPU lib... Main init... Init shared nodes... Parse argument 1:"-DNOT_INSTALLED"... Parse argument 2:"-DPRECOMPILED_SEARCH_MORE"... Parse argument 3:"-m/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u/master.pike"... Parse argument 4:"/sw/pkg/pike/src/Pike-v7.7.21-snapshot/src/post_modules/Shuffler/make_sources.pike"... Init C stack... Init time... Init threads... Init strings... Init interpreter... Init types... Init opcodes... Init programs... Init objects... Init modules... Initializing static module #0: "Builtin"... Initializing static module #1: "_math"... Initializing static module #2: "files"... Initializing static module #3: "sprintf"... Initializing static module #4: "_system"... Init master... There's no master to handle the error. Dumping it raw: Error.BadArgument("Subtract on different types.\n") Exit 10... Exiting static module #4: "_system"... Exiting static module #3: "sprintf"... Exiting static module #2: "files"... Exiting static module #1: "_math"... Exiting static module #0: "Builtin"... make[5]: *** [override] Error 10 make[5]: Leaving directory `/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u/post_modules/Shuffler' make[4]: *** [Shuffler] Error 1 make[4]: Leaving directory `/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u/post_modules' make[3]: *** [post_module_objects] Error 1 make[3]: Leaving directory `/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u' make[2]: *** [all] Error 2 make[2]: Leaving directory `/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u' make[1]: *** [_make_in_builddir] Error 2 make[1]: Leaving directory `/sw/pkg/pike/src/Pike-v7.7.21-snapshot' make: *** [compile] Error 2
/ Marcus Agehall (PacketFront)
Previous text:
13832556 2005-11-08 12:42 /29 lines/ Brevbäraren Recipients: Pike (-) importmöte för mailinglistan Comment to 13832479 Subject: Re: 64bit pike on Solaris 10
On Tue, 8 Nov 2005, Marcus Agehall (PacketFront) @ Pike (-) importmöte för mailinglistan wrote:
Enabling the trace macros gave some traces of what is going on:
/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/sw/pkg/pike/src/Pike-v7.7.21-snapshot/build/sunos-5.10-sun4u/master.pike /sw/pkg/pike/src/Pike-v7.7.21-snapshot/src/post_modules/Shuffler/make_sources.pike /sw/pkg/pike/src/Pike-v7.7.21-snapshot/src/post_modules/Shuffler sources.h sources_to_compile Init master...
[...]
Looks normal until it actually starts to execute pike code.
Init master... There's no master to handle the error. Dumping it raw: object(src/errors.h:107) Exit 10...
errors.h line 107 would be a bad argument error. I've improved the output from svalue.c:describe_svalue() for this case. Please update svalue.c and see if you get better diagnostics.
However, it doesn't make more sense to me than what gdb already gave me. :( It fails somewhere in the low_clone_program() call when attempting to clone the master program.
BTW: Shouldn't this discussion be on the developer list?
-- Henrik Grubbström grubba@roxen.com Roxen Internet Software AB
(13832556) /Brevbäraren/--------------------------------------------