looks like osx-gcc-installer failed.
Created
July 28, 2012 19:46
-
-
Save asymmetric/3194536 to your computer and use it in GitHub Desktop.
Error installing pkg-config with osx-gcc-installer
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
asymmetric :: ~ » brew --config | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: ce48b621775aa7e4a0c4d2fd890891f0c1c41322 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit core2 | |
OS X: 10.6.8-i386 | |
Xcode: 4.0 (guessed) | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 | |
LLVM: build 2335 | |
Clang: 2.0 build 139 | |
MacPorts or Fink? false | |
X11: 2.3.6 @ /usr/X11 | |
System Ruby: 1.8.7-249 | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /Users/lrnz/.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
asymmetric :: ~ » brew doctor | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/lrnz/.rbenv/shims/passenger-config | |
Warning: We couldn't detect any version of Xcode. | |
If you downloaded Xcode from the App Store, you may need to run the installer. | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install glib pkg-config | |
Run `brew missing` for more details. |
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
asymmetric :: ~ » brew missing | |
fluid-synth: pkg-config glib | |
libao: pkg-config | |
libmms: pkg-config glib | |
libshout: pkg-config | |
libsndfile: pkg-config | |
libvorbis: pkg-config | |
libzzip: pkg-config | |
speex: pkg-config | |
theora: pkg-config | |
tmux: pkg-config |
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
asymmetric :: ~ » brew install -v pkg-config | |
Warning: We couldn't detect any version of Xcode. | |
If you downloaded Xcode from the App Store, you may need to run the installer. | |
==> Downloading http://pkgconfig.freedesktop.org/releases/pkg-config-0.27.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/pkg-config-0.27.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/pkg-config-0.27.tar.gz | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/pkg-config/0.27 --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig --with-internal-glib | |
./configure --disable-debug --prefix=/usr/local/Cellar/pkg-config/0.27 --with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig --with-internal-glib | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/bin/llvm-gcc | |
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/llvm-gcc accepts -g... yes | |
checking for /usr/bin/llvm-gcc option to accept ISO C89... none needed | |
checking dependency style of /usr/bin/llvm-gcc... gcc3 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/bin/llvm-gcc... /usr/bin/llvm-gcc | |
checking if the linker (/usr/bin/llvm-gcc) 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 whether ln -s works... yes | |
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-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/llvm-gcc 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/llvm-gcc 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 how to run the C preprocessor... /usr/bin/llvm-gcc -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 for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/bin/llvm-gcc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/llvm-gcc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/llvm-gcc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/llvm-gcc static flag -static works... no | |
checking if /usr/bin/llvm-gcc supports -c -o file.o... yes | |
checking if /usr/bin/llvm-gcc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.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 gcc... (cached) /usr/bin/llvm-gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/llvm-gcc accepts -g... (cached) yes | |
checking for /usr/bin/llvm-gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/llvm-gcc... (cached) gcc3 | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking for default search path for .pc files... /usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig | |
checking for system include path to avoid -I flags... /usr/include | |
checking for system library path to avoid -L flags... /usr/lib | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking whether to list both direct and indirect dependencies... no | |
checking for Win32... no | |
checking if internal glib should be used... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating check/Makefile | |
config.status: creating check/config.sh | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
=== configuring in glib (/private/tmp/homebrew-pkg-config-0.27-4uQU/pkg-config-0.27/glib) | |
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/pkg-config/0.27' '--disable-debug' '--with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig' '--with-internal-glib' 'CC=/usr/bin/llvm-gcc' 'CFLAGS=-Os -w -pipe -march=core2 -mmacosx-version-min=10.6' 'LDFLAGS=-L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib' 'CPPFLAGS=-I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include' --cache-file=/dev/null --srcdir=. | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... ^B^Byes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether to disable maintainer-specific portions of Makefiles... yes | |
checking for gcc... /usr/bin/llvm-gcc | |
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/llvm-gcc accepts -g... yes | |
checking for /usr/bin/llvm-gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/llvm-gcc... gcc3 | |
checking how to run the C preprocessor... /usr/bin/llvm-gcc -E | |
checking build system type... x86_64-apple-darwin10.8.0 | |
checking host system type... x86_64-apple-darwin10.8.0 | |
checking for the BeOS... no | |
checking for Win32... no | |
checking for Mac OS X Carbon support... no | |
checking for Mac OS X Cocoa support... no | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking whether to enable garbage collector friendliness... no | |
checking whether to disable memory pools... no | |
readlink: illegal option -- f | |
usage: readlink [-n] [file ...] | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/llvm-g++ accepts -g... yes | |
checking dependency style of /usr/bin/llvm-g++... gcc3 | |
checking for gcc... (cached) /usr/bin/llvm-gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/bin/llvm-gcc accepts -g... (cached) yes | |
checking for /usr/bin/llvm-gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of /usr/bin/llvm-gcc... (cached) gcc3 | |
checking whether /usr/bin/llvm-gcc and cc understand -c and -o together... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for gawk... (cached) gawk | |
checking for perl5... no | |
checking for perl... perl | |
checking for indent... indent | |
checking for perl... /usr/bin/perl | |
checking for a Python interpreter with version >= 2.5... python | |
checking for python... /usr/bin/python | |
checking for python version... 2.6 | |
checking for python platform... darwin | |
checking for python script directory... ${prefix}/lib/python2.6/site-packages | |
checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages | |
checking for iconv_open... no | |
checking for libiconv_open in -liconv... no | |
checking for iconv_open in -liconv... yes | |
checking whether to cache iconv descriptors... yes | |
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 locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... no | |
checking for bindtextdomain in -lintl... yes | |
checking for ngettext in -lintl... yes | |
checking for dgettext in -lintl... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... /usr/local/Cellar/gettext/0.18.1.1/bin/msgfmt | |
checking for xgettext... /usr/local/Cellar/gettext/0.18.1.1/bin/xgettext | |
./configure: line 8473: ./po/POTFILES.in: No such file or directory | |
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/llvm-gcc... /usr/bin/llvm-gcc | |
checking if the linker (/usr/bin/llvm-gcc) 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 whether ln -s works... yes | |
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-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/llvm-gcc 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/llvm-gcc 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/llvm-gcc supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/llvm-gcc option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/llvm-gcc PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/llvm-gcc static flag -static works... no | |
checking if /usr/bin/llvm-gcc supports -c -o file.o... yes | |
checking if /usr/bin/llvm-gcc supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.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... no | |
checking how to run the C++ preprocessor... /usr/bin/llvm-g++ -E | |
checking for ld used by /usr/bin/llvm-g++... /usr/bin/llvm-gcc | |
checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no | |
checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
checking for /usr/bin/llvm-g++ option to produce PIC... -fno-common -DPIC | |
checking if /usr/bin/llvm-g++ PIC flag -fno-common -DPIC works... yes | |
checking if /usr/bin/llvm-g++ static flag -static works... no | |
checking if /usr/bin/llvm-g++ supports -c -o file.o... yes | |
checking if /usr/bin/llvm-g++ supports -c -o file.o... (cached) yes | |
checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin10.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: creating ./config.lt | |
config.lt: creating libtool | |
checking for extra flags to get ANSI library prototypes... none needed | |
checking for extra flags for POSIX compliance... none needed | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for mmap... yes | |
checking for posix_memalign... yes | |
checking for memalign... no | |
checking for valloc... yes | |
checking for fsync... yes | |
checking for pipe2... no | |
checking for atexit... yes | |
checking for on_exit... no | |
checking for timegm... yes | |
checking for gmtime_r... yes | |
checking size of char... 1 | |
checking size of short... 2 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking size of void *... 8 | |
checking size of long long... 8 | |
checking size of __int64... 0 | |
checking for sig_atomic_t... yes | |
checking for format to printf and scanf a guint64... %llu | |
checking for an ANSI C-conforming const... yes | |
checking if malloc() and friends prototypes are gmem.h compatible... yes | |
checking for growing stack pointer... yes | |
checking for __inline... yes | |
checking for __inline__... yes | |
checking for inline... yes | |
checking if inline functions in headers work... yes | |
checking for working do while(0) macros... no | |
checking for ISO C99 varargs macros in C... yes | |
checking for ISO C99 varargs macros in C++... yes | |
checking for GNUC varargs macros... yes | |
checking for GNUC visibility attribute... yes | |
checking whether using Sun Studio C compiler... no | |
checking whether byte ordering is bigendian... no | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking for unistd.h... (cached) yes | |
checking values.h usability... no | |
checking values.h presence... no | |
checking for values.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/vmount.h usability... no | |
checking sys/vmount.h presence... no | |
checking for sys/vmount.h... no | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking mntent.h usability... no | |
checking mntent.h presence... no | |
checking for mntent.h... no | |
checking sys/mnttab.h usability... no | |
checking sys/mnttab.h presence... no | |
checking for sys/mnttab.h... no | |
checking sys/vfstab.h usability... no | |
checking sys/vfstab.h presence... no | |
checking for sys/vfstab.h... no | |
checking sys/mntctl.h usability... no | |
checking sys/mntctl.h presence... no | |
checking for sys/mntctl.h... no | |
checking fstab.h usability... yes | |
checking fstab.h presence... yes | |
checking for fstab.h... yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/mkdev.h usability... no | |
checking sys/mkdev.h presence... no | |
checking for sys/mkdev.h... no | |
checking linux/magic.h usability... no | |
checking linux/magic.h presence... no | |
checking for linux/magic.h... no | |
checking sys/prctl.h usability... no | |
checking sys/prctl.h presence... no | |
checking for sys/prctl.h... no | |
checking for sys/mount.h... yes | |
checking for sys/sysctl.h... yes | |
checking xlocale.h usability... yes | |
checking xlocale.h presence... yes | |
checking for xlocale.h... yes | |
checking for struct stat.st_mtimensec... no | |
checking for struct stat.st_mtim.tv_nsec... no | |
checking for struct stat.st_atimensec... no | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_ctimensec... no | |
checking for struct stat.st_ctim.tv_nsec... no | |
checking for struct stat.st_blksize... yes | |
checking for struct stat.st_blocks... yes | |
checking for struct statfs.f_fstypename... yes | |
checking for struct statfs.f_bavail... yes | |
checking for struct statvfs.f_basetype... no | |
checking for struct statvfs.f_fstypename... no | |
checking for struct tm.tm_gmtoff... yes | |
checking for struct tm.__tm_gmtoff... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for struct dirent.d_type... yes | |
checking for nl_langinfo and CODESET... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for setlocale... yes | |
checking size of size_t... 8 | |
checking for the appropriate definition for size_t... unsigned long | |
checking for lstat... yes | |
checking for strerror... yes | |
checking for strsignal... yes | |
checking for memmove... yes | |
checking for vsnprintf... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for poll... yes | |
checking for getcwd... yes | |
checking for vasprintf... yes | |
checking for setenv... yes | |
checking for unsetenv... yes | |
checking for getc_unlocked... yes | |
checking for readlink... yes | |
checking for symlink... yes | |
checking for fdwalk... no | |
checking for memmem... no | |
checking for chown... yes | |
checking for lchmod... yes | |
checking for lchown... yes | |
checking for fchmod... yes | |
checking for fchown... yes | |
checking for link... yes | |
checking for utimes... yes | |
checking for getgrgid... yes | |
checking for getpwuid... yes | |
checking for getmntent_r... no | |
checking for setmntent... no | |
checking for endmntent... no | |
checking for hasmntopt... no | |
checking for getfsstat... yes | |
checking for getvfsstat... no | |
checking for splice... no | |
checking for prlimit... no | |
checking for statvfs... yes | |
checking for statfs... yes | |
checking whether to use statfs or statvfs... statfs | |
checking crt_externs.h usability... yes | |
checking crt_externs.h presence... yes | |
checking for crt_externs.h... yes | |
checking for _NSGetEnviron... yes | |
checking for newlocale... yes | |
checking for uselocale... yes | |
checking for strtod_l... yes | |
checking for strtoll_l... yes | |
checking for strtoull_l... yes | |
checking for C99 vsnprintf... yes | |
checking whether printf supports positional parameters... yes | |
checking value of AF_INET... 2 | |
checking value of AF_INET6... 30 | |
checking value of AF_UNIX... 1 | |
checking value of MSG_PEEK... 2 | |
checking value of MSG_OOB... 1 | |
checking value of MSG_DONTROUTE... 4 | |
checking for getprotobyname_r... no | |
checking for endservent... yes | |
checking for if_nametoindex... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking wspiapi.h usability... no | |
checking wspiapi.h presence... no | |
checking for wspiapi.h... no | |
checking arpa/nameser_compat.h usability... yes | |
checking arpa/nameser_compat.h presence... yes | |
checking for arpa/nameser_compat.h... yes | |
checking for res_query... in -lresolv | |
checking for socket... yes | |
checking for linux/netlink.h... no | |
checking for struct ip_mreqn... no | |
checking number of arguments to statfs()... 2 | |
checking for signed... yes | |
checking for long long... yes | |
checking for long double... yes | |
checking for wchar_t... yes | |
checking for wint_t... yes | |
checking for size_t... (cached) yes | |
checking for ptrdiff_t... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for snprintf... yes | |
checking for wcslen... yes | |
checking for C99 snprintf... yes | |
checking for fd_set... yes, found in sys/types.h | |
checking whether realloc (NULL,) will work... yes | |
checking for nl_langinfo (CODESET)... yes | |
checking for nl_langinfo (PM_STR)... yes | |
checking for nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)... no | |
checking for a compliant posix_memalign() implementation... yes | |
checking for OpenBSD strlcpy/strlcat... yes | |
checking for an implementation of va_copy()... yes | |
checking for an implementation of __va_copy()... yes | |
checking whether va_lists can be copied by value... no | |
checking for dlopen... yes | |
checking for dlsym... yes | |
checking for RTLD_GLOBAL brokenness... no | |
checking for preceeding underscore in symbols... no | |
checking for dlerror... yes | |
checking for the suffix of module shared libraries... .so | |
checking for gspawn implementation... gspawn.lo | |
checking for GIOChannel implementation... giounix.lo | |
checking for is_selinux_enabled in -lselinux... no | |
checking sys/inotify.h usability... no | |
checking sys/inotify.h presence... no | |
checking for sys/inotify.h... no | |
checking for getxattr in -lc... yes | |
checking sys/xattr.h usability... yes | |
checking sys/xattr.h presence... yes | |
checking for sys/xattr.h... yes | |
checking for XATTR_NOFOLLOW... yes | |
checking for platform-dependent source... | |
checking whether to compile timeloop... yes | |
checking if building for some Win32 platform... no | |
checking for thread implementation... posix | |
checking thread related cflags... -D_REENTRANT | |
checking for pthread_create/pthread_join... yes | |
checking thread related libraries... | |
checking for localtime_r... yes | |
checking for gmtime_r... (cached) yes | |
checking for posix getpwuid_r... yes | |
checking for posix getgrgid_r... yes | |
checking for pthread_attr_setstacksize... yes | |
checking for pthread_condattr_setclock... no | |
checking for clock_gettime... no | |
checking for clock_gettime in -lrt... no | |
checking for lock-free atomic intrinsics... no | |
checking for futex(2) system call... no | |
checking for eventfd(2) system call... no | |
checking value of POLLIN... 1 | |
checking value of POLLOUT... 4 | |
checking value of POLLPRI... 2 | |
checking value of POLLERR... 8 | |
checking value of POLLHUP... 16 | |
checking value of POLLNVAL... 32 | |
checking for broken poll... yes | |
checking for EILSEQ... yes | |
checking whether to include dtrace tracing support... yes | |
checking for dtrace... dtrace | |
checking sys/sdt.h usability... yes | |
checking sys/sdt.h presence... yes | |
checking for sys/sdt.h... yes | |
checking whether to include systemtap tracing support... yes | |
checking for guint32... yes | |
checking alignment of guint32... 4 | |
checking for guint64... yes | |
checking alignment of guint64... 8 | |
checking for unsigned long... yes | |
checking alignment of unsigned long... 8 | |
checking for -Bsymbolic-functions linker flag... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating glib/Makefile | |
config.status: creating glib/libcharset/Makefile | |
config.status: creating glib/gnulib/Makefile | |
config.status: creating m4macros/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing default-1 commands | |
config.status: executing libtool commands | |
config.status: executing glib/glibconfig.h commands | |
==> make | |
make | |
make all-recursive | |
Making all in glib | |
make all-recursive | |
Making all in . | |
make[4]: Nothing to be done for `all-am'. | |
Making all in m4macros | |
make[4]: Nothing to be done for `all'. | |
Making all in glib | |
GEN glibconfig-stamp | |
config.status: executing glib/glibconfig.h commands | |
config.status: glib/glibconfig.h is unchanged | |
make all-recursive | |
Making all in libcharset | |
CC localcharset.lo | |
GEN ref-add.sed | |
GEN ref-del.sed | |
GEN charset.alias | |
CCLD libcharset.la | |
Making all in . | |
CC gallocator.lo | |
CC gcache.lo | |
CC gcompletion.lo | |
CC grel.lo | |
CC gthread-deprecated.lo | |
CC garray.lo | |
CC gasyncqueue.lo | |
CC gatomic.lo | |
CC gbacktrace.lo | |
CC gbase64.lo | |
CC gbitlock.lo | |
CC gbookmarkfile.lo | |
CC gbytes.lo | |
CC gcharset.lo | |
CC gchecksum.lo | |
CC gconvert.lo | |
CC gdataset.lo | |
CC gdate.lo | |
In file included from gdataset.c:47: | |
glib_trace.h:33:25: error: glib_probes.h: No such file or directory | |
make[6]: *** [gdataset.lo] Error 1 | |
make[6]: *** Waiting for unfinished jobs.... | |
make[5]: *** [all-recursive] Error 1 | |
make[4]: *** [all] Error 2 | |
make[3]: *** [all-recursive] Error 1 | |
make[2]: *** [all] Error 2 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all] Error 2 | |
config.log was copied to /Users/lrnz/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/pkg-config.rb#L21 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: ce48b621775aa7e4a0c4d2fd890891f0c1c41322 | |
CPU: dual-core 64-bit core2 | |
OS X: 10.6.8-i386 | |
Xcode: 4.0 (guessed) | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 | |
LLVM: build 2335 | |
Clang: 2.0 build 139 | |
X11: 2.3.6 @ /usr/X11 | |
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 | |
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
CFLAGS: -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 | |
CXXFLAGS: -Os -w -pipe -march=core2 -mmacosx-version-min=10.6 | |
CPPFLAGS: -I/usr/local/Cellar/gettext/0.18.1.1/include -isystem /usr/local/include | |
LDFLAGS: -L/usr/local/Cellar/gettext/0.18.1.1/lib -L/usr/local/lib | |
MACOSX_DEPLOYMENT_TARGET: 10.6 | |
MAKEFLAGS: -j2 | |
Error: Failed executing: make (pkg-config.rb:21) | |
This may help you fix or report the issue if `brew doctor` does not: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment