Dear fink users,

I am trying to install sbcl by ``fink install sbcl''.  At the first
sight everything looks fine, but then I get the following error
messages:

------------------------------------------------------------------------------------------------------------------------------------
[...]
//entering make-target-1.sh
//building runtime system and symbol table file
rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp
# the depend file is obsolete
rm -f depend
echo '#include "genesis/config.h"' >sbcl.h
echo '#include "genesis/constants.h"' >>sbcl.h
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
alloc.o alloc.c
alloc.c: In function 'pa_alloc':
alloc.c:64: warning: assignment makes integer from pointer without a cast
alloc.c:70: warning: assignment makes pointer from integer without a cast
alloc.c:43: warning: unused variable 'th'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
backtrace.o backtrace.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
breakpoint.o breakpoint.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
coreparse.o coreparse.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
dynbind.o dynbind.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
funcall.o funcall.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
gc-common.o gc-common.c
gc-common.c: In function 'maybe_gc':
gc-common.c:2472: warning: implicit declaration of function
'check_gc_signals_unblocked_or_lose'
gc-common.c:2475: warning: implicit declaration of function 'unblock_gc_signals'
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
globals.o globals.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
interr.o interr.c
gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp  -c -o
interrupt.o interrupt.c
interrupt.c: In function 'maybe_now_maybe_later':
interrupt.c:727: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'low_level_maybe_now_maybe_later':
interrupt.c:757: error: 'struct __darwin_mcontext' has no member named 'ss'
interrupt.c: In function 'interrupt_handle_now_handler':
interrupt.c:831: error: 'struct __darwin_mcontext' has no member named 'ss'
make: *** [interrupt.o] Error 1
### execution of unset failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-sbcl-1.0.5-1
(Reading database ... 22916 files and directories currently installed.)
Removing fink-buildlock-sbcl-1.0.5-1 ...
Failed: phase compiling: sbcl-1.0.5-1 failed

Before reporting any errors, please run "fink selfupdate" and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

        Lars Rosengreen <[EMAIL PROTECTED]>

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.
------------------------------------------------------------------------------------------------------------------------------------

I am using

$ fink --version
Package manager version: 0.27.9
Distribution version: 0.8.1.cvs powerpc

and Mac OS X 10.5.1

Do you have any suggestions what I am doing wrong here?

Cheers,
  /nm

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to