Created
September 14, 2013 04:01
-
-
Save 4chanmoot/6558722 to your computer and use it in GitHub Desktop.
wireshark failing to brew on 10.8.5
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
| % HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade wireshark 2>&1 | |
| ==> Upgrading 1 outdated package, with result: | |
| wireshark 1.10.2 | |
| ==> Upgrading wireshark | |
| rm /usr/local/bin/tshark | |
| rm /usr/local/bin/text2pcap | |
| rm /usr/local/bin/reordercap | |
| rm /usr/local/bin/rawshark | |
| rm /usr/local/bin/randpkt | |
| rm /usr/local/bin/mergecap | |
| rm /usr/local/bin/editcap | |
| rm /usr/local/bin/dumpcap | |
| rm /usr/local/bin/dftest | |
| rm /usr/local/bin/capinfos | |
| rm /usr/local/lib/wireshark | |
| rm /usr/local/lib/libwsutil.dylib | |
| rm /usr/local/lib/libwsutil.3.dylib | |
| rm /usr/local/lib/libwiretap.dylib | |
| rm /usr/local/lib/libwiretap.3.dylib | |
| rm /usr/local/lib/libwireshark.dylib | |
| rm /usr/local/lib/libwireshark.3.dylib | |
| rm /usr/local/share/wireshark | |
| rm /usr/local/share/man/man4/wireshark-filter.4 | |
| rm /usr/local/share/man/man1/tshark.1 | |
| rm /usr/local/share/man/man1/text2pcap.1 | |
| rm /usr/local/share/man/man1/reordercap.1 | |
| rm /usr/local/share/man/man1/rawshark.1 | |
| rm /usr/local/share/man/man1/randpkt.1 | |
| rm /usr/local/share/man/man1/mergecap.1 | |
| rm /usr/local/share/man/man1/editcap.1 | |
| rm /usr/local/share/man/man1/dumpcap.1 | |
| rm /usr/local/share/man/man1/dftest.1 | |
| rm /usr/local/share/man/man1/capinfos.1 | |
| ==> Downloading http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.10.2.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/wireshark-1.10.2.tar.bz2 | |
| tar xf /Library/Caches/Homebrew/wireshark-1.10.2.tar.bz2 | |
| ==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/wireshark/1.10.2 --with-gnutls --with-ssl --disable-wireshark --disable-gtktest | |
| ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/wireshark/1.10.2 --with-gnutls --with-ssl --disable-wireshark --disable-gtktest | |
| checking build system type... x86_64-apple-darwin12.5.0 | |
| checking host system type... x86_64-apple-darwin12.5.0 | |
| checking target system type... x86_64-apple-darwin12.5.0 | |
| 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 how to create a ustar tar archive... gnutar | |
| 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 for style of include used by make... GNU | |
| checking dependency style of cc... none | |
| checking whether cc understands -c and -o together... yes | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether c++ accepts -g... yes | |
| checking dependency style of c++... none | |
| checking how to run the C preprocessor... cc -E | |
| checking how to print strings... printf | |
| 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 how to convert x86_64-apple-darwin12.5.0 file names to x86_64-apple-darwin12.5.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.5.0 file names to toolchain format... func_convert_file_noop | |
| 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 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 cc 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 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.5.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking for dlopen in -ldl... yes | |
| checking whether a program can dlopen itself... yes | |
| checking whether a statically linked program can dlopen itself... yes | |
| 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... c++ -E | |
| checking for ld used by c++... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking for c++ option to produce PIC... -fno-common -DPIC | |
| checking if c++ PIC flag -fno-common -DPIC works... yes | |
| checking if c++ static flag -static works... no | |
| checking if c++ supports -c -o file.o... yes | |
| checking if c++ supports -c -o file.o... (cached) yes | |
| checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.5.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking for perl... /usr/bin/perl | |
| checking for python... /usr/bin/python | |
| checking whether /usr/bin/python is Python 2.5 or later... yes | |
| checking for bison... bison -y | |
| checking for bison... /usr/bin/bison | |
| checking for flex... flex | |
| checking lex output file root... lex.yy | |
| checking lex library... -ll | |
| checking whether yytext is a pointer... yes | |
| checking for flex... /usr/bin/flex | |
| checking for pod2man... no | |
| configure: error: I couldn't find pod2man; make sure it's installed and in your path | |
| ==> Configuration | |
| HOMEBREW_VERSION: 0.9.4 | |
| HEAD: 122fb123e5578cb8503830b605bead884ddb79cb | |
| CPU: 8-core 64-bit ivybridge | |
| OS X: 10.8.5-x86_64 | |
| Xcode: 5.0 | |
| CLT: 5.0.0.0.1.1377666378 | |
| X11: 2.7.4 => /opt/X11 | |
| ==> ENV | |
| HOMEBREW_CC: clang | |
| 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/opt/glib/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/geoip/lib/pkgconfig | |
| PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
| 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/local/opt/libtasn1/bin:/usr/local/opt/p11-kit/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/usr/local/opt/libgpg-error/bin:/usr/local/opt/libgcrypt/bin:/usr/local/opt/geoip/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
| Error: wireshark did not build | |
| Logs: /Users/mmiller/Library/Logs/Homebrew/wireshark/config.log | |
| ln -s ../Cellar/wireshark/1.10.0/bin/tshark tshark | |
| ln -s ../Cellar/wireshark/1.10.0/bin/text2pcap text2pcap | |
| ln -s ../Cellar/wireshark/1.10.0/bin/reordercap reordercap | |
| ln -s ../Cellar/wireshark/1.10.0/bin/rawshark rawshark | |
| ln -s ../Cellar/wireshark/1.10.0/bin/randpkt randpkt | |
| ln -s ../Cellar/wireshark/1.10.0/bin/mergecap mergecap | |
| ln -s ../Cellar/wireshark/1.10.0/bin/editcap editcap | |
| ln -s ../Cellar/wireshark/1.10.0/bin/dumpcap dumpcap | |
| ln -s ../Cellar/wireshark/1.10.0/bin/dftest dftest | |
| ln -s ../Cellar/wireshark/1.10.0/bin/capinfos capinfos | |
| ln -s ../Cellar/wireshark/1.10.0/share/wireshark wireshark | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man4/wireshark-filter.4 wireshark-filter.4 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/tshark.1 tshark.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/text2pcap.1 text2pcap.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/reordercap.1 reordercap.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/rawshark.1 rawshark.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/randpkt.1 randpkt.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/mergecap.1 mergecap.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/editcap.1 editcap.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/dumpcap.1 dumpcap.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/dftest.1 dftest.1 | |
| ln -s ../../../Cellar/wireshark/1.10.0/share/man/man1/capinfos.1 capinfos.1 | |
| ln -s ../Cellar/wireshark/1.10.0/lib/wireshark wireshark | |
| ln -s ../Cellar/wireshark/1.10.0/lib/libwsutil.dylib libwsutil.dylib | |
| ln -s ../Cellar/wireshark/1.10.0/lib/libwsutil.3.dylib libwsutil.3.dylib | |
| ln -s ../Cellar/wireshark/1.10.0/lib/libwiretap.dylib libwiretap.dylib | |
| ln -s ../Cellar/wireshark/1.10.0/lib/libwiretap.3.dylib libwiretap.3.dylib | |
| ln -s ../Cellar/wireshark/1.10.0/lib/libwireshark.dylib libwireshark.dylib | |
| ln -s ../Cellar/wireshark/1.10.0/lib/libwireshark.3.dylib libwireshark.3.dylib | |
| ln -s ../../Cellar/wireshark/1.10.0 wireshark | |
| ln -s ../Cellar/wireshark/1.10.0 wireshark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment