Skip to content

Instantly share code, notes, and snippets.

@chriseckhardt
Created December 1, 2013 16:55
Show Gist options
  • Save chriseckhardt/7736693 to your computer and use it in GitHub Desktop.
Save chriseckhardt/7736693 to your computer and use it in GitHub Desktop.
clojurescript failed to build on 10.9
# First encountered using 1.7 JDK from Oracle, then continued
# after downgrading to Apple's latest 1.6 + rebooting
# (http://support.apple.com/kb/dl1572)
$ java -version
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
$ brew update
Already up-to-date.
$ brew doctor
Your system is ready to brew.
$ HOMEBREW_MAKE_JOBS=1 brew install -v clojurescript 2>&1
==> Downloading https://github.com/clojure/clojurescript/archive/r2030.tar.gz
Already downloaded: /Library/Caches/Homebrew/clojurescript-2030.tar.gz
tar xf /Library/Caches/Homebrew/clojurescript-2030.tar.gz
==> ./script/bootstrap
Fetching Clojure...
Copying clojure-1.5.1/clojure-1.5.1.jar to lib/clojure.jar...
Cleaning up Clojure directory...
Cleaning up Clojure archive...
Fetching data.json...
Copying data.json-0.2.3.jar to lib/data.json-0.2.3.jar...
Cleaning up data.json...
Fetching Google Closure library...
Fetching Google Closure third party library...
Fetching Google Closure compiler...
Cleaning up Google Closure compiler archive...
Fetching Rhino...
Copying rhino1_7R3/js.jar to lib/js.jar...
Cleaning up Rhino directory...
Cleaning up Rhino archive...
Copying closure/compiler/compiler.jar to lib/compiler.jar
cp: closure/compiler/compiler.jar: No such file or directory
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: b908af2310cc1be7253b361fc64cfbff33128159
CPU: quad-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
HOMEBREW_MAKE_JOBS: 1
HOMEBREW_VERBOSE: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin
Error: clojurescript did not build
Logs:
/Users/$USER/Library/Logs/Homebrew/clojurescript/01.bootstrap
$ cat ~/Library/Logs/Homebrew/clojurescript/01.bootstrap
Fetching Clojure...
Copying clojure-1.5.1/clojure-1.5.1.jar to lib/clojure.jar...
Cleaning up Clojure directory...
Cleaning up Clojure archive...
Fetching data.json...
Copying data.json-0.2.3.jar to lib/data.json-0.2.3.jar...
Cleaning up data.json...
Fetching Google Closure library...
Fetching Google Closure third party library...
Fetching Google Closure compiler...
Cleaning up Google Closure compiler archive...
Fetching Rhino...
Copying rhino1_7R3/js.jar to lib/js.jar...
Cleaning up Rhino directory...
Cleaning up Rhino archive...
Copying closure/compiler/compiler.jar to lib/compiler.jar
cp: closure/compiler/compiler.jar: No such file or directory
HOMEBREW_VERSION: 0.9.5
HEAD: b908af2310cc1be7253b361fc64cfbff33128159
CPU: quad-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0.2
CLT: 5.0.1.0.1.1382131676
X11: 2.7.5 => /opt/X11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment