Created
July 28, 2012 22:58
-
-
Save AlexJWayne/3195114 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 doctor | |
| Warning: gettext was detected in your PREFIX. | |
| The gettext provided by Homebrew is "keg-only", meaning it does not | |
| get linked into your PREFIX by default. | |
| If you `brew link gettext` then a large number of brews that don't | |
| otherwise have a `depends_on 'gettext'` will pick up gettext anyway | |
| during the `./configure` step. | |
| If you have a non-Homebrew provided gettext, other problems will happen | |
| especially if it wasn't compiled with the proper architectures. |
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
| $ file /usr/X11/lib/libpng.dylib | |
| /usr/X11/lib/libpng.dylib: Mach-O universal binary with 2 architectures | |
| /usr/X11/lib/libpng.dylib (for architecture i386): Mach-O dynamically linked shared library i386 | |
| /usr/X11/lib/libpng.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 |
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 libicns | |
| ==> Downloading http://downloads.sourceforge.net/project/icns/libicns-0.8.1.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/libicns-0.8.1.tar.gz | |
| /usr/bin/tar xf /Library/Caches/Homebrew/libicns-0.8.1.tar.gz | |
| ==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libicns/0.8.1 | |
| ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libicns/0.8.1 | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... yes | |
| checking whether to enable debugging... no | |
| checking for style of include used by make... GNU | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/clang... none | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking minix/config.h usability... no | |
| checking minix/config.h presence... no | |
| checking for minix/config.h... no | |
| checking whether it is safe to define __EXTENSIONS__... yes | |
| checking for gcc... (cached) /usr/bin/clang | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether /usr/bin/clang accepts -g... (cached) yes | |
| checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
| checking dependency style of /usr/bin/clang... (cached) none | |
| checking whether ln -s works... yes | |
| checking build system type... x86_64-apple-darwin12.0.0 | |
| checking host system type... x86_64-apple-darwin12.0.0 | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/clang... /usr/bin/clang | |
| checking if the linker (/usr/bin/clang) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.0.0 file names to x86_64-apple-darwin12.0.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.0.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/clang option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for ar... ar | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.0.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for stdint.h... (cached) yes | |
| checking getopt.h usability... yes | |
| checking getopt.h presence... yes | |
| checking for getopt.h... yes | |
| checking for inline... inline | |
| checking for an ANSI C-conforming const... yes | |
| checking whether byte ordering is bigendian... universal | |
| checking for off_t... yes | |
| checking for size_t... yes | |
| checking for mode_t... yes | |
| checking for pid_t... yes | |
| checking vfork.h usability... no | |
| checking vfork.h presence... no | |
| checking for vfork.h... no | |
| checking for fork... yes | |
| checking for vfork... yes | |
| checking for working fork... yes | |
| checking for working vfork... (cached) yes | |
| checking for getopt_long in -lgetopt... no | |
| checking whether memcpy works with unaligned data... yes | |
| checking whether noinline memcpy works with unaligned data... yes | |
| checking for png_create_read_struct in -lpng... no | |
| checking for png_create_read_struct in -lpng10... no | |
| checking for png_create_read_struct in -lpng12... no | |
| configure: error: cannot find required library png | |
| config.log was copied to /Users/alex/Library/Logs/Homebrew | |
| ==> Exit Status: 1 | |
| https://github.com/mxcl/master/blob/master/Library/Formula/libicns.rb#L17 | |
| ==> Build Environment | |
| HOMEBREW_VERSION: 0.9.2 | |
| HEAD: 214ea7644ccfb8be34f76749a9bdfe75c8f5f1f1 | |
| CPU: quad-core 64-bit nehalem | |
| OS X: 10.8-x86_64 | |
| Xcode: 4.4 | |
| CLT: 4.4.0.0.1.1249367152 | |
| X11: 2.7.2 @ /opt/X11 | |
| CC: /usr/bin/clang | |
| CXX: /usr/bin/clang++ => /usr/bin/clang | |
| LD: /usr/bin/clang | |
| CFLAGS: -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -arch i386 -arch x86_64 | |
| CXXFLAGS: -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -arch i386 -arch x86_64 | |
| CPPFLAGS: -isystem /usr/local/include -I/opt/X11/include | |
| CMAKE_PREFIX_PATH: /opt/X11:/opt/X11 | |
| LDFLAGS: -L/usr/local/lib -L/opt/X11/lib -arch i386 -arch x86_64 | |
| MACOSX_DEPLOYMENT_TARGET: 10.8 | |
| MAKEFLAGS: -j4 | |
| PKG_CONFIG_PATH: /opt/X11/share/pkgconfig:/opt/X11/lib/pkgconfig | |
| Error: Failed executing: ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libicns/0.8.1 (libicns.rb:17) | |
| This may help you fix or report the issue if `brew doctor` does not: | |
| https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist | |
| We saved the configure log: | |
| ~/Library/Logs/Homebrew/config.log | |
| When you report the issue please paste the config.log here: | |
| http://gist.github.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment