Comment 8 for bug 1012811

Revision history for this message
Phil Hargett (phil-haphazardhouse) wrote :

I think there may be an issue with SBCL 1.0.57 x64 on OS X Mountain Lion (10.8). I am running the official version released this week, and I cannot build a multi-threaded 1.0.57 of SBCL. Instead of the usual nice message about running "sh install.sh" to install the built product, the build ends with just this:

; SYS:CONTRIB;SB-SPROF;SB-SPROF.FASL.NEWEST written
; compilation finished in 0:00:00.791
* true

WARNING! Some of the contrib modules did not build successfully or pass
their self-tests. Failed contribs:"
  sb-concurrency

I normally have :sb-thread in my enabled features; if I remove it (to build a single-threaded SBCL), the build completes as expected and appears usable (have not done heavy testing yet).

I have a fairly plain vanilla environment: Emacs 24.1 from emacsformacosx.com, Slime et al. are from latest Quicklisp, and SBCL is built from the 1.0.57 tag.

Also, i have the latest gcc (and thus clang, I'm sure) as installed by the shipping XCode.

I'd be happy to test build any patches, or otherwise help explore what's going on. Just need some guidance. :)