On 27 Jan 2009, at 07:22, Moritz Kaiser wrote:

> Alexander Hansen schrieb:
>> Jean-François Mertens wrote:
>>
>>> On 20 Jan 2009, at 21:44, Alexander Hansen wrote:
>>>
>>> [...]
>>>
>>>> I'd also like to see about updating the Intel version to match;
>>>>
>>> Of course. Should just involve version changes
>>> (tomorrow I may get my intel back ftom repair _
>>> but can't check today,..)
>>>     JF
>>>
>> I just committed the Intel and PowerPC updates along with the  
>> required
>> maxima update.
>>
>>
> Are there any news regarding the Intel version of sbcl? It still  
> crashes during compile on my intel mac book, with 10.4.11
>
> ---8<-----*snip*
> sh make.sh "../sbcl-1.0.23-x86-darwin/src/runtime/sbcl --core ../ 
> sbcl-1.0.23-x86-darwin/output/sbcl.core --disable-debugger --no- 
> sysinit --no-userinit"
> //starting build: Tue Jan 27 03:01:29 CET 2009
> //SBCL_XC_HOST="../sbcl-1.0.23-x86-darwin/src/runtime/sbcl -- 
> core ../sbcl-1.0.23-x86-darwin/output/sbcl.core --disable-debugger  
> --no-sysinit --no-userinit"
> //entering make-config.sh
> //ensuring the existence of output/ directory
> //initializing /sw/src/fink.build/sbcl-1.0.24-2/sbcl-1.0.24/local- 
> target-features.lisp-expr
> //guessing default target CPU architecture from host architecture
> //setting up CPU-architecture-dependent information
> sbcl_arch="x86"
> //setting up symlink src/compiler/target
> //setting up symlink src/assembly/target
> //setting up symlink src/compiler/assembly
> //setting up OS-dependent information
> //finishing /sw/src/fink.build/sbcl-1.0.24-2/sbcl-1.0.24/local- 
> target-features.lisp-expr
> /in canonicalize-whitespace-1
> /$*=./local-target-features.lisp-expr ./tests/test-status.lisp- 
> expr ./contrib/sb-bsd-sockets/foo.c ./contrib/sb-posix/foo.c ./src/ 
> runtime/target-arch-os.h ./src/runtime/target-arch.h ./src/runtime/ 
> target-lispregs.h ./src/runtime/target-os.h
> /$scratchfilename=/tmp/canonicalize-whitespace-1.2527.tmp
> //entering make-host-1.sh
> //building cross-compiler, and doing first genesis
> make-host-1.sh: line 31:  2538 Bus error                
> $SBCL_XC_HOST <make-host-1.lisp
> ### execution of sh failed, exit code 1
> ---8<----*snap*

Right , had the same here. As we had noticed, the 1.023 binaries were  
broken on 10.4,
but for  some unknown reason, the correction _ to use the 1.02  
binaries _ was done only for ppc's.

Here follows the fix I used, which you can too if you have some  
version of sbcl installed:
> diff -r1.11 sbcl-i386.info
> 29,30c29
> <   sh make.sh "../sbcl-1.0.23-x86-darwin/src/runtime/sbcl \
> <             --core ../sbcl-1.0.23-x86-darwin/output/sbcl.core \
> ---
> >   sh make.sh "%p/bin/sbcl \
>

Or you can just take the ppc info file: copy sbcl-powerpc.info to  
sbcl-i386.info,
and change the architecture field from powerpc to i386

JF Mertens
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to