Created
September 22, 2014 19:06
-
-
Save ianmurrays/d4efa03fdd45b8eadb47 to your computer and use it in GitHub Desktop.
This file contains 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
2014-09-22 16:05:54 -0300 | |
ant | |
clean | |
Buildfile: /private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build.xml | |
clean: | |
BUILD SUCCESSFUL | |
Total time: 0 seconds |
This file contains 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
2014-09-22 16:05:55 -0300 | |
ant | |
Buildfile: /private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build.xml | |
relversion: | |
[exec] Result: 128 | |
compile: | |
[mkdir] Created dir: /private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build/classes | |
[javac] /private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build.xml:136: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | |
[javac] Compiling 7 source files to /private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build/classes | |
[javac] javac: invalid target release: 1.7 | |
[javac] Usage: javac <options> <source files> | |
[javac] use -help for a list of possible options | |
BUILD FAILED | |
/private/tmp/closure-compiler-SlWtTA/closure-compiler-maven-release-v20140625/build.xml:136: Compile failed; see the compiler error output for details. | |
Total time: 0 seconds | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: e06e3c83f01a12f17053462379d097b5752d9d21 | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.5-x86_64 | |
Xcode: 6.0.1 | |
CLT: 6.0.0.0.1.1410400753 | |
X11: 2.7.4 => /opt/X11 |
This file contains 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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: e06e3c83f01a12f17053462379d097b5752d9d21 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.5-x86_64 | |
Xcode: 6.0.1 | |
CLT: 6.0.0.0.1.1410400753 | |
GCC-4.2: build 5666 | |
Clang: 6.0 build 600 | |
X11: 2.7.4 => /opt/X11 | |
System Ruby: 2.0.0-481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /Users/ianmurray/.rbenv/shims/ruby |
This file contains 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
Warning: Your XQuartz (2.7.4) is outdated | |
Please install XQuartz 2.7.7: | |
https://xquartz.macosforge.org | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libcurl.4.dylib | |
/usr/local/lib/libmacfuse_i32.2.dylib | |
/usr/local/lib/libmacfuse_i64.2.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libcurl.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/libcurl.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libcurl.a | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install gobject-introspection | |
Run `brew missing` for more details. | |
Warning: Homebrew's sbin was not found in your PATH but you have installed | |
formulae that put executables in /usr/local/sbin. | |
Consider setting the PATH for example like so | |
echo export PATH='/usr/local/sbin:$PATH' >> ~/.bash_profile | |
Error: Failed to import: abstract-php | |
formulae require at least a URL | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link <formula>` will cause other formulae to detect them during | |
the `./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
libxml2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment