>> >> Fri, 10 Aug 2012 12:11:31 +0300, dsp wrote: >> > gmake check fails on multiple tests (namely compiler-inlines) >> > with: >> > [panic] `##sys#error-hook' is not defined - the `library' unit was >> > probably not linked with this executable - execution terminated >> >> Can you check whether this message did not also show up >> during "make ... install"? >> (I am having a similar problem with a 32bit install on a 64bit Linux, >> see thread "bootstrapping (again)" from December 2011.) > > you are correct. indeed it first happens during make install. i attach > some output: > install -m755 setup-download.import.so "/tmp/chicken/lib/chicken/6" > install -m755 setup-api.so "/tmp/chicken/lib/chicken/6" > install -m755 setup-download.so "/tmp/chicken/lib/chicken/6" > /tmp/chicken/bin/chicken-install -update-db > [panic] `##sys#error-hook' is not defined - the `library' unit was probably > not linked with this executable - execution terminated > > gmake[2]: [install-bin] Error 1 (ignored) > gmake[2]: Leaving directory `/home/dsp/chicken-4.8.0rc1'
This seems to be a problem with sparc64 platforms in general (I'm not sure Sven's problem is related - it might be, though). Attempts to build 4.8.0rc1 on some systems at the gcc compile farm fail, specifically gcc64 (OpenBSD), which is known to be broken and fails in various situations (but not consistently) and gcc62 (Ubuntu), which fails in a similar manner as you desribe above. Both are sparc64 machines. Sorry, no solution in sight right now. cheers, felix _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
