chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] bootstrapping (again)


From: Sven Hartrumpf
Subject: [Chicken-hackers] bootstrapping (again)
Date: Tue, 13 Dec 2011 08:54:13 +0100 (CET)

Hi all.

Is this a correct bootstrap script for building a git version
from release 4.7.0.3-st (called chicken470)?

export PLATFORM=linux
export ARCH=x86
make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 -fomit-frame-pointer 
-march=core2' LINKER=gcc32 LINKER_OPTIONS= PREFIX=/usr/local/chicken-master 
NOPTABLES=1 confclean spotless
make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 -fomit-frame-pointer 
-march=core2' LINKER=gcc32 LINKER_OPTIONS= PREFIX=/usr/local/chicken-master 
NOPTABLES=1 boot-chicken CHICKEN=chicken470
make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 -fomit-frame-pointer 
-march=core2' LINKER=gcc32 LINKER_OPTIONS= PREFIX=/usr/local/chicken-master 
NOPTABLES=1 CHICKEN=./chicken-boot
make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 -fomit-frame-pointer 
-march=core2' LINKER=gcc32 LINKER_OPTIONS= PREFIX=/usr/local/chicken-master 
NOPTABLES=1
make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 -fomit-frame-pointer 
-march=core2' LINKER=gcc32 LINKER_OPTIONS= PREFIX=/usr/local/chicken-master 
NOPTABLES=1 install
make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 -fomit-frame-pointer 
-march=core2' LINKER=gcc32 LINKER_OPTIONS= PREFIX=/usr/local/chicken-master 
NOPTABLES=1 check

gcc32 is a little script (used for 32-bit builds on a 64-bit box):

#!
gcc -m32 -Wa,-32 $*


If correct, I would like to report that of 5 tries I made yesterday,
each try failed with:

[panic] `##sys#error-hook' is not defined - the `library' unit was probably not 
linked with this executable - execution terminated

Interestingly, each try failed at a different location in the build process.

Ciao
Sven



reply via email to

[Prev in Thread] Current Thread [Next in Thread]