Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

sbcl.log.txt (13.5 KB) - added by u930345@… 14 years ago.
sbcl-Portfile (4.1 KB) - added by joaogeada (Joao Geada) 14 years ago.
Portfile for 64-bit Leopard

Download all attachments as: .zip

Change History (11)

Changed 14 years ago by u930345@…

Attachment: sbcl.log.txt added

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Cc: waqar@… easieste@… added
Keywords: sbcl removed
Owner: changed from macports-tickets@… to gwright@…

comment:2 Changed 14 years ago by mf2k (Frank Schima)

What version of Xcode are you running?

comment:3 in reply to:  2 Changed 14 years ago by u930345@…

Replying to macsforever2000@…:

What version of Xcode are you running?

The version is 3.2.2

Changed 14 years ago by joaogeada (Joao Geada)

Attachment: sbcl-Portfile added

Portfile for 64-bit Leopard

comment:4 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 in reply to:  4 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 13 years ago by easye

Resolution: fixed
Status: newclosed

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 13 years ago by jmroot (Joshua Root)

Cc: gwright@… added; easieste@… removed
Note: See TracTickets for help on using tickets.