Created
March 4, 2013 00:12
-
-
Save fsouza/5079017 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
| % setenv HOMEBREW_MAKE_JOBS 1 | |
| % setenv VERBOSE 1 | |
| % brew install irssi | |
| dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid | |
| ==> Downloading http://irssi.org/files/irssi-0.8.15.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/irssi-0.8.15.tar.bz2 | |
| /usr/bin/tar xf /Library/Caches/Homebrew/irssi-0.8.15.tar.bz2 | |
| ==> Patching | |
| /usr/bin/patch -f -p1 -i 000-homebrew.diff | |
| patching file configure | |
| Hunk #1 succeeded at 14050 (offset -13369 lines). | |
| Hunk #2 succeeded at 14068 with fuzz 2 (offset -13369 lines). | |
| patching file docs/irssi.1 | |
| ==> ./configure --prefix=/usr/local/Cellar/irssi/0.8.15 --sysconfdir=/usr/local/etc --with-bot --with-proxy --enable-ssl --enable-ipv6 --with-socks --with-perl=yes --with-perl-lib=/usr/local/Cellar/irssi/0.8.15/lib/perl5/site_perl | |
| ./configure --prefix=/usr/local/Cellar/irssi/0.8.15 --sysconfdir=/usr/local/etc --with-bot --with-proxy --enable-ssl --enable-ipv6 --with-socks --with-perl=yes --with-perl-lib=/usr/local/Cellar/irssi/0.8.15/lib/perl5/site_perl | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... build-aux/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... no | |
| checking for style of include used by make... GNU | |
| checking for gcc... cc | |
| 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 cc accepts -g... yes | |
| checking for cc option to accept ISO C89... none needed | |
| checking dependency style of cc... gcc3 | |
| checking for library containing strerror... none required | |
| checking for gcc... (cached) cc | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether cc accepts -g... (cached) yes | |
| checking for cc option to accept ISO C89... (cached) none needed | |
| checking dependency style of cc... (cached) gcc3 | |
| checking how to run the C preprocessor... cc -E | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/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 cc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) 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 for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for ar... ar | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from cc object... ok | |
| 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 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 cc supports -fno-rtti -fno-exceptions... yes | |
| checking for cc option to produce PIC... -fno-common -DPIC | |
| checking if cc PIC flag -fno-common -DPIC works... yes | |
| checking if cc static flag -static works... no | |
| checking if cc supports -c -o file.o... yes | |
| checking if cc supports -c -o file.o... (cached) yes | |
| checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.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 sed... /usr/local/Library/ENV/4.3/sed | |
| checking for perl... /usr/bin/perl | |
| checking for unistd.h... (cached) yes | |
| checking dirent.h usability... yes | |
| checking dirent.h presence... yes | |
| checking for dirent.h... yes | |
| checking sys/ioctl.h usability... yes | |
| checking sys/ioctl.h presence... yes | |
| checking for sys/ioctl.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/utsname.h usability... yes | |
| checking sys/utsname.h presence... yes | |
| checking for sys/utsname.h... yes | |
| checking regex.h usability... yes | |
| checking regex.h presence... yes | |
| checking for regex.h... 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 socket... yes | |
| checking for inet_addr... yes | |
| checking for socklen_t... yes | |
| checking size of int... 4 | |
| checking size of long... 8 | |
| checking size of long long... 8 | |
| checking size of off_t... 8 | |
| checking for connect in -lsocks... no | |
| checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
| checking pkg-config is at least version 0.7... yes | |
| checking for GLIB - version >= 2.6.0... no | |
| *** Could not run GLIB test program, checking why... | |
| *** The test program compiled, but did not run. This usually means | |
| *** that the run-time linker is not finding GLIB or finding the wrong | |
| *** version of GLIB. If it is not finding GLIB, you'll need to set your | |
| *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point | |
| *** to the installed location Also, make sure you have run ldconfig if that | |
| *** is required on your system | |
| *** | |
| *** If you have an old version installed, it is best to remove it, although | |
| *** you may also be able to get things to work by modifying LD_LIBRARY_PATH | |
| *** trying without -lgmodule | |
| checking for pkg-config... (cached) /usr/local/opt/pkg-config/bin/pkg-config | |
| checking pkg-config is at least version 0.7... yes | |
| checking for GLIB - version >= 2.6.0... no | |
| *** Could not run GLIB test program, checking why... | |
| *** The test program compiled, but did not run. This usually means | |
| *** that the run-time linker is not finding GLIB or finding the wrong | |
| *** version of GLIB. If it is not finding GLIB, you'll need to set your | |
| *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point | |
| *** to the installed location Also, make sure you have run ldconfig if that | |
| *** is required on your system | |
| *** | |
| *** If you have an old version installed, it is best to remove it, although | |
| *** you may also be able to get things to work by modifying LD_LIBRARY_PATH | |
| *** If you don't have GLIB, you can get it from ftp://ftp.gtk.org/pub/glib/ | |
| *** We recommend you get the latest stable GLIB 2 version. | |
| *** Compile and install it, and make sure pkg-config finds it, | |
| *** by adding the path where the .pc file is located to PKG_CONFIG_PATH | |
| configure: error: GLIB is required to build irssi. | |
| ==> Configuration | |
| HOMEBREW_VERSION: 0.9.4 | |
| HEAD: a32b45b30281e9ebb071fb46ce78b7d8e4d3695d | |
| CPU: quad-core 64-bit sandybridge | |
| OS X: 10.8.2-x86_64 | |
| Xcode: 4.6 | |
| CLT: 4.6.0.0.1.1358221012 | |
| X11: 2.7.4 => /opt/X11 | |
| ==> ENV | |
| CC: cc | |
| CXX: c++ | |
| MAKEFLAGS: -j1 | |
| CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/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_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion | |
| HOMEBREW_MAKE_JOBS: 1 | |
| ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
| OBJC: cc | |
| PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
| Error: irssi did not build | |
| Logs: /Users/f/Library/Logs/Homebrew/irssi/config.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment