Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

sbcl failed to build on 10.8.2 #15637

Closed
acgetchell opened this issue Oct 24, 2012 · 2 comments
Closed

sbcl failed to build on 10.8.2 #15637

acgetchell opened this issue Oct 24, 2012 · 2 comments

Comments

@acgetchell
Copy link
Contributor

Hapkido:~ getchell$ brew install sbcl
==> Downloading http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.58/sbcl-1
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file base-target-features.lisp-expr
Hunk #1 succeeded at 219 with fuzz 2.
Hunk #2 succeeded at 423 (offset 17 lines).
patching file doc/make-doc.sh
patching file contrib/sb-posix/posix-tests.lisp
Hunk #2 succeeded at 168 with fuzz 1 (offset 5 lines).
Hunk #3 succeeded at 341 (offset 13 lines).
Hunk #4 succeeded at 357 (offset 12 lines).
Hunk #5 succeeded at 540 (offset 29 lines).
Hunk #6 succeeded at 714 (offset 46 lines).
patching file customize-target-features.lisp
==> Downloading http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.55/sbcl-1
######################################################################## 100.0%
==> ./make.sh --prefix=/usr/local/Cellar/sbcl/1.0.58 --xc-host=/private/tmp/__UN
* true

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

Error: sbcl did not build
Logs: /Users/getchell/Library/Logs/Homebrew/sbcl/
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting

Gist: https://gist.github.com/3945251

@adamv
Copy link
Contributor

adamv commented Oct 24, 2012

See also #14308

@acgetchell
Copy link
Contributor Author

w00t! It works now! Thanks!

Hapkido:~ getchell$ brew update
Updated Homebrew from c5027ed to fe26843.
==> New Formulae
gtk-engines regex-opt wxmaxima
==> Updated Formulae
boost149 cogl maxima metaproxy percona-server
cairo homebank mercurial parallel srecord
Hapkido:~ getchell$ brew install sbcl
==> Downloading http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.58/sbcl-1
Already downloaded: /Library/Caches/Homebrew/sbcl-1.0.58.tar.bz2
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file base-target-features.lisp-expr
Hunk #1 succeeded at 219 with fuzz 2.
Hunk #2 succeeded at 423 (offset 17 lines).
patching file doc/make-doc.sh
patching file contrib/sb-posix/posix-tests.lisp
Hunk #2 succeeded at 168 with fuzz 1 (offset 5 lines).
Hunk #3 succeeded at 341 (offset 13 lines).
Hunk #4 succeeded at 357 (offset 12 lines).
Hunk #5 succeeded at 540 (offset 29 lines).
Hunk #6 succeeded at 714 (offset 46 lines).
patching file customize-target-features.lisp
==> Downloading http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.55/sbcl-1
######################################################################## 100.0%
==> ./make.sh --prefix=/usr/local/Cellar/sbcl/1.0.58 --xc-host=/private/tmp/__UN
==> sh install.sh
/usr/local/Cellar/sbcl/1.0.58: 267 files, 49M, built in 4.5 minutes
Hapkido:~ getchell$ sbcl
This is SBCL 1.0.58, an implementation of ANSI Common Lisp.
More information about SBCL is available at http://www.sbcl.org/.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.

  • (+ 1 2)

3

  • (print "quit")

"quit"
"quit"

  • (SB-EXT:QUIT)
    Hapkido:~ getchell$

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants