#24709 closed defect (fixed)
sbcl-1.0.37 could not build on Snow Leopard 10.6.3 - munmap: Invalid argument
Reported by: | u930345@… | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.99 |
Keywords: | Cc: | waqar@…, gwright@… | |
Port: | sbcl |
Description
CPU : Intel
OS version : Snow Leopard 10.6.3 in 64bit mode
Compiler : mp-gcc44
I try to install sbcl by macport, but get infinitely repeated message as follows after macport started building.
munmap: Invalid argument munmap: Invalid argument munmap: Invalid argument munmap: Invalid argument ^C
It just repeat "munmap: Invalid argument" again and again. See the attached log for more details.
Attachments (2)
Change History (11)
Changed 15 years ago by u930345@…
Attachment: | sbcl.log.txt added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Cc: | waqar@… easieste@… added |
---|---|
Keywords: | sbcl removed |
Owner: | changed from macports-tickets@… to gwright@… |
comment:2 follow-up: 3 Changed 15 years ago by mf2k (Frank Schima)
comment:3 Changed 15 years ago by u930345@…
Changed 14 years ago by joaogeada (Joao Geada)
Attachment: | sbcl-Portfile added |
---|
Portfile for 64-bit Leopard
comment:4 follow-up: 5 Changed 14 years ago by joaogeada (Joao Geada)
I ran into the same issue when running in a 64-bit kernel Leopard, and I believe the problem is caused by using too old a host sbcl for the compile. When I changed my portfile to use sbcl 1.0.30 as the compile host this whole problem went was corrected.
comment:5 Changed 14 years ago by easye
Replying to joao@…:
[…] When I changed my portfile to use sbcl 1.0.30 as the compile host this whole problem went was corrected.
I find it slightly odd that the SBCL platform list doesn't list sbcl-1.0.30 as being available as a binary release, yet it is accessible. Care to shed some light on how you chose this version?
comment:6 Changed 14 years ago by easye
Owner: | changed from gwright@… to easieste@… |
---|
The proposed changes have been committed in r67859.
Please let me know if this breaks anyone.
comment:7 Changed 14 years ago by joaogeada (Joao Geada)
No particular trick: I just used the latest version with an OSX binary from the sbcl sourceforge download page http://sourceforge.net/projects/sbcl/files/ I have no idea why they haven't updated the platform list.
comment:8 Changed 14 years ago by easye
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing as I believe the updates in r67859 fixed the issue. Please re-open if this is not the case in your installation.
comment:9 Changed 14 years ago by jmroot (Joshua Root)
Cc: | gwright@… added; easieste@… removed |
---|
What version of Xcode are you running?