Yes, running chicken-belt with -b will run make spotless. Which I assume is required to build bootstrap CHICKEN, but in this case also appears to break it.

On the bright side: Building from tarball as suggested works. So...

Operating system: Gentoo 2.6
Hardware platform: x86_64
C Compiler: clang 8.2.0
Installation works?: yes
Tests work?: yes
Installation of eggs works?: yes

Cheers,
-Heinz

On 6/9/19 11:26 PM, Peter Bex wrote:
On Sun, Jun 09, 2019 at 11:15:59PM +0200, ipc...@arcor.de wrote:
Hi,

I failed to build 5.1.0rc1.

log:

http://paste.call-cc.org/paste?id=049edb2b007bd9a1859362a6e99818a282aa5201

I know I forgot to set the LINKER flag, but setting it doesn't change
anything. Likewise, using GCC doesn't work either, neither does building
without chicken-belt.

Hi Heinz,

It looks like you did "make spotless" or something.
Look for the line that starts with
rm -f batch-driver.c build-version.c ....

This is deleting the pregenerated C files.  You can see later on it's
calling chicken to rebuild those.  That's where it went wrong.

Try again to build the tarball from scratch.

Cheers,
Peter


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to