Created
April 5, 2011 00:24
-
-
Save mcandre/902772 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install -v gprolog | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
MAKEFLAGS: -j2 | |
==> Downloading http://www.gprolog.org/gprolog-1.3.1.tar.gz | |
File already downloaded and cached to /Users/andrew/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/andrew/Library/Caches/Homebrew/gprolog-1.3.1.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gprolog/1.3.1 | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gprolog/1.3.1 | |
Exit status: 1 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/gprolog.rb#L11 | |
==> Environment | |
HOMEBREW_VERSION: 0.7.1 | |
HEAD: 9c3dd1a2cdf6ea2c61406d4b50f378bd2ab91dba | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit penryn | |
OS X: 10.6.6 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.5 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2333 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
MAKEFLAGS: -j2 | |
Error: Failure while executing: ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gprolog/1.3.1 | |
Please follow the instructions to report this bug at: | |
https://github.com/mxcl/homebrew/wiki/new-issue | |
It looks like an autotools configure failed. | |
Consider re-running the install with '-vd' to keep 'config.log' around: | |
brew install -vd gprolog | |
Gist 'config.log' and any error output when reporting an issue. | |
Remember to include your config information: brew --config | |
Also try: | |
`brew doctor` to check your setup for common problems. | |
`brew missing` to check installed packages for missing deps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment