Skip to content

Instantly share code, notes, and snippets.

@fatlazycat
Created April 8, 2014 12:14
Show Gist options
  • Save fatlazycat/10115702 to your computer and use it in GitHub Desktop.
Save fatlazycat/10115702 to your computer and use it in GitHub Desktop.
~ $ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: b30f533d8e57272bab42bf180e16fc5c0b380267
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
GCC-4.2: build 5666
Clang: 5.1 build 503
X11: N/A
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
~ $ brew doctor
Your system is ready to brew.
~ $ brew install -v kafka 2>&1
==> Downloading http://mirrors.ibiblio.org/apache/kafka/0.8.1/kafka-0.8.1-src.tgz
Already downloaded: /Library/Caches/Homebrew/kafka-0.8.1.tgz
==> Verifying kafka-0.8.1.tgz checksum
tar xf /Library/Caches/Homebrew/kafka-0.8.1.tgz
==> ./gradlew jar
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
Building project 'core' with Scala version 2.8.0
FAILURE: Build failed with an exception.
* Where:
Build file '/private/tmp/kafka-ql8a/kafka-0.8.1-src/build.gradle' line: 122
* What went wrong:
A problem occurred evaluating root project 'kafka-0.8.1-src'.
> Could not create task of type 'ScalaDoc'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 10.356 secs
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: b30f533d8e57272bab42bf180e16fc5c0b380267
CPU: 8-core 64-bit ivybridge
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
X11: N/A
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
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
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/zookeeper/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: kafka 0.8.1 did not build
Logs:
/Users/graham/Library/Logs/Homebrew/kafka/01.gradlew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment