On OSX 10.4.2:
make ran fine; make doc had a few unresolved references; make snapshot died on checking ansi prototype capability.
Solaris 9/ sun4u:
make CONFIGUREARGS="--with-force-ua32" died:
Making GTK /export/home/hww3/Pike-v7.6-snapshot/build/sunos-5.9-sun4u/pike - DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/export/home/hww3/Pike- v7.6-snapshot/build/sunos-5.9-sun4u/master.pike /export/home/hww3/ Pike-v7.6-snapshot/src/post_modules/GTK/new_build_pgtk.pike -- source='/export/home/hww3/Pike-v7.6-snapshot/src/post_modules/GTK/ source/'\ /export/home/hww3/Pike-v7.6-snapshot/src/ post_modules/GTK/output/few.pike *** Error code 138 make: Fatal error: Command failed for target `compile1'
I ran from the GTK directory:
../../pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/export/home/ hww3/Pike-v7.6-snapshot/build/sunos-5.9-sun4u/master.pike Bus Error (core dumped)
gdb ../../pike core
bt #0 0xff198c04 in readdir64_r () from /usr/lib/libc.so.1 #1 0x16d03c in f_get_dir (args=1) at /export/home/hww3/Pike-v7.6-snapshot/src/modules/files/ efuns.c:969 #2 0x3b380 in opcode_F_CALL_BUILTIN1 (arg1=30) at /export/spare/pike/data/pikefarm/out_work/7.6/Pike/7.6/src/ interpret_functions.h:2209 #3 0xfeeb087c in ?? () #4 0x32f74 in eval_instruction (pc=0xfef00e48) at /export/home/hww3/Pike-v7.6-snapshot/src/interpret.c:1287 #5 0x3e1c4 in mega_apply (type=APPLY_LOW, args=1, arg1=0x31fa04, arg2=0x1) at /export/home/hww3/Pike-v7.6-snapshot/src/interpret.c:2006 #6 0x3ef68 in apply_lfun (o=0x313810, fun=1, args=1) at /export/home/hww3/Pike-v7.6-snapshot/src/interpret.c:2372 #7 0xc2f74 in object_index_no_free (to=0xfef80200, o=0x313810, index=0xfef801c0) at /export/home/hww3/Pike-v7.6-snapshot/src/ object.c:1279 #8 0xc5b70 in index_no_free (to=0xfef80200, what=0xfef801d0, ind=0xfef801c0) at /export/home/hww3/Pike-v7.6-snapshot/src/operators.c:62 #9 0x395a0 in opcode_F_LOCAL_LOCAL_INDEX (arg1=0, arg2=2) at /export/spare/pike/data/pikefarm/out_work/7.6/Pike/7.6/src/ interpret_functions.h:1656 #10 0xff050cbc in ?? () #11 0x32f74 in eval_instruction (pc=0xff050e64) at /export/home/hww3/Pike-v7.6-snapshot/src/interpret.c:1287
On Oct 18, 2005, at 5:50 AM, Martin Nilsson (lvl 60) @ Pike (-) developers forum wrote:
Well, we have silently been working on a 7.6 release for the last few weeks, with e.g some fixes for the latest bundle versions yesterday. I've had reports on problems with generating the configure files from the CVS version, which is the only issue that currently blocks a release AFAIK. It would be nice if everyone took a fresh CVS-check out and made
make make doc make snapshot
and reported any problems (and solutions :) here.
pike-devel@lists.lysator.liu.se