Opened 19 years ago
Closed 19 years ago
#3858 closed defect (fixed)
port install sbcl fails
Reported by: | ytrewq1@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | waqar@…, ytrewq1@… | |
Port: |
Description
sudo port install sbcl failed with:
---> Building sbcl with target all Error: Target com.apple.build returned: shell command "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh "/Users/user/local/dp/var/db/dports/build/file._Users_user_local_dp_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_sbcl/work/sbcl-0.9.0-powerpc-darwin/src/runtime/sbcl --core /Users/user/local/dp/var/db/dports/build/file._Users_user_local_dp_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_sbcl/work/sbcl-0.9.0-powerpc-darwin/output/sbcl.core --disable-debugger" " returned error 1 Command output: * beginning GENESIS, creating headers in "src/runtime/genesis" NIL
real 9m8.426s user 6m53.090s sys 0m58.160s entering make-target-1.sh building runtime system and symbol table file rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp ppc-darwin-mkrospace ppc-darwin-fix-rospace ppc-darwin-link-flags # the depend file is obsolete rm -f depend echo '#include "genesis/config.h"' >sbcl.h echo '#include "genesis/constants.h"' >>sbcl.h gnumake: Nothing to be done for `depend'. gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o alloc.o alloc.c In file included from /usr/include/machine/ucontext.h:26,
from /usr/include/sys/ucontext.h:26, from /usr/include/ucontext.h:27, from target-os.h:78, from os.h:41, from alloc.c:22:
/usr/include/ppc/ucontext.h:33: error: parse error before "ppc_vector_state_t" /usr/include/ppc/ucontext.h:42: error: parse error before "ppc_thread_state64_t" /usr/include/ppc/ucontext.h:44: error: parse error before "vs" gnumake: * [alloc.o] Error 1
real 0m3.661s user 0m1.040s sys 0m1.760s
Attachments (1)
Change History (9)
comment:1 Changed 19 years ago by ytrewq1@…
Cc: | ytrewq1@… added |
---|
comment:2 Changed 19 years ago by gwright@…
Status: | new → assigned |
---|
comment:3 Changed 19 years ago by ytrewq1@…
How's the following?
% uname -a Darwin box.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
% grep -A 1 ShortVersion /Developer/Applications/Xcode.app/Contents/Info.plist|grep -v ShortVersion
<string>1.5</string>
comment:4 Changed 19 years ago by gwright@…
That's good. It's not immediately obvious whether your bootstrap compiler is failing or if the build of the new compiler is. Could you send the output of 'sudo port -dv install sbcl'? It may be large (but compresses efficiently).
Thanks.
-Greg
Changed 19 years ago by ytrewq1@…
Attachment: | dp-port-install-sbcl.txt.gz added |
---|
output of 'sudo port -dv install sbcl'
comment:5 Changed 19 years ago by mww@…
Cc: | waqar@… added |
---|---|
Owner: | changed from darwinports-bugs@… to gwright@… |
Status: | assigned → new |
assign to maintainers
comment:6 Changed 19 years ago by gwright@…
Does 0.9.3 fix this for you? If so, I will close it.
-Greg
comment:7 Changed 19 years ago by ytrewq1@…
Unfortunately (or fortunately?), I no longer experience the original problem -- perhaps because I've upgraded my environment (OS and Xcode) since submitting my original report.
comment:8 Changed 19 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the information. I'll close the bug.
-Greg
Which OS version (output of uname -a) and which toolchain (Xcode 1.5, Xcode 2.0, Xcode 2.1, or beta test from ADC) are you using?
The build works fine on 10.4.1 with Xcode 2.1.
Send me the above information and I'll try to fix the problem. Thanks.
Greg