Created
January 17, 2012 01:33
-
-
Save jravetch/1624005 to your computer and use it in GitHub Desktop.
libgcrypt and gnutls homebrew make errors
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
| ==> ./configure --disable-debug --disable-guile --disable-static --prefix=/usr/local/Cellar/gnutls/2.12.16 --with- | |
| 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 for compilation programs... | |
| 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... none | |
| checking whether ln -s works... yes | |
| checking for pkg-config... /usr/local/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for gtkdoc-check... no | |
| checking for gtkdoc-rebase... no | |
| checking for gtkdoc-mkpdf... no | |
| checking whether to build gtk-doc documentation... no | |
| checking for gaa... no | |
| configure: WARNING: *** | |
| *** GAA was not found. It is only needed if you wish to modify | |
| *** the source code or command-line description files. In this case, | |
| *** you may want to get it from http://gaa.sourceforge.net/ and | |
| *** read doc/README.gaa. | |
| *** | |
| checking how to run the C preprocessor... /usr/bin/llvm-gcc -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for Minix Amsterdam compiler... no | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking whether /usr/bin/llvm-gcc and cc understand -c and -o together... yes | |
| checking build system type... x86_64-apple-darwin11.2.0 | |
| checking host system type... x86_64-apple-darwin11.2.0 | |
| 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 _LARGEFILE_SOURCE value needed for large files... no | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking for /usr/bin/llvm-gcc option to accept ISO C99... -std=gnu99 | |
| checking for /usr/bin/llvm-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
| configure: autobuild project... GnuTLS | |
| configure: autobuild revision... 2.12.16 | |
| configure: autobuild hostname... Ravetchs-MacBook-Air-2.local | |
| configure: autobuild timestamp... 20120117T003024Z | |
| checking for inline... inline | |
| 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++... none | |
| checking for ld used by GCC... /usr/bin/llvm-gcc | |
| checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no | |
| checking for shared library run path origin... done | |
| checking for libgcrypt... no | |
| configure: error: | |
| *** | |
| *** Libgcrypt v1.4.0 or later was not found. You may want to get it from | |
| *** ftp://ftp.gnupg.org/gcrypt/libgcrypt/ | |
| *** | |
| ==> Exit Status: 1 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/gnutls.rb#L19 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8.1 | |
| HEAD: 1e653fc006e78a150bbd2450ebe91922d9f2f1d3 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| Hardware: quad-core 64-bit sandybridge | |
| OS X: 10.7.2 | |
| Kernel Architecture: x86_64 | |
| Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Xcode: 4.2 | |
| GCC-4.0: N/A | |
| GCC-4.2: build 5666 | |
| LLVM: build 2336 | |
| Clang: 3.0 build 211 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| ==> Build Flags | |
| 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: -O3 -w -pipe -march=core2 -msse4 -arch i386 -arch x86_64 | |
| CXXFLAGS: -O3 -w -pipe -march=core2 -msse4 -arch i386 -arch x86_64 | |
| LDFLAGS: -arch i386 -arch x86_64 -ltasn1 | |
| MAKEFLAGS: -j4 | |
| I uninstalled libgcrypt then ran brew install gnutls, but libgcrypt fails the make check: | |
| ==> make check | |
| Making check in compat | |
| make[1]: Nothing to be done for `check'. | |
| Making check in mpi | |
| make[1]: Nothing to be done for `check'. | |
| Making check in cipher | |
| make[1]: Nothing to be done for `check'. | |
| Making check in random | |
| make[1]: Nothing to be done for `check'. | |
| Making check in src | |
| make[1]: Nothing to be done for `check'. | |
| Making check in doc | |
| make check-am | |
| make[2]: Nothing to be done for `check-am'. | |
| Making check in tests | |
| make check-TESTS | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/version | |
| Reason: image not found | |
| /bin/sh: line 1: 26692 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: version | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/t-mpi-bit | |
| Reason: image not found | |
| /bin/sh: line 1: 26713 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: t-mpi-bit | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/prime | |
| Reason: image not found | |
| /bin/sh: line 1: 26733 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: prime | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/register | |
| Reason: image not found | |
| /bin/sh: line 1: 26753 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: register | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/ac | |
| Reason: image not found | |
| /bin/sh: line 1: 26773 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: ac | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/ac-schemes | |
| Reason: image not found | |
| /bin/sh: line 1: 26793 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: ac-schemes | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/ac-data | |
| Reason: image not found | |
| /bin/sh: line 1: 26813 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: ac-data | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/basic | |
| Reason: image not found | |
| /bin/sh: line 1: 26833 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: basic | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/mpitests | |
| Reason: image not found | |
| /bin/sh: line 1: 26853 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: mpitests | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/tsexp | |
| Reason: image not found | |
| /bin/sh: line 1: 26873 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: tsexp | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/keygen | |
| Reason: image not found | |
| /bin/sh: line 1: 26893 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: keygen | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/pubkey | |
| Reason: image not found | |
| /bin/sh: line 1: 26913 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: pubkey | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/hmac | |
| Reason: image not found | |
| /bin/sh: line 1: 26933 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: hmac | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/keygrip | |
| Reason: image not found | |
| /bin/sh: line 1: 26953 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: keygrip | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/fips186-dsa | |
| Reason: image not found | |
| /bin/sh: line 1: 26973 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: fips186-dsa | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/aeswrap | |
| Reason: image not found | |
| /bin/sh: line 1: 26993 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: aeswrap | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/curves | |
| Reason: image not found | |
| /bin/sh: line 1: 27013 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: curves | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/t-kdf | |
| Reason: image not found | |
| /bin/sh: line 1: 27033 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: t-kdf | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/pkcs1v2 | |
| Reason: image not found | |
| /bin/sh: line 1: 27053 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: pkcs1v2 | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/random | |
| Reason: image not found | |
| /bin/sh: line 1: 27073 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: random | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-cYiO/libgcrypt-1.5.0/tests/.libs/benchmark | |
| Reason: image not found | |
| /bin/sh: line 1: 27093 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: benchmark | |
| ======================================== | |
| 21 of 21 tests failed | |
| Please report to [email protected] | |
| ======================================== | |
| make[2]: *** [check-TESTS] Error 1 | |
| make[1]: *** [check-am] Error 2 | |
| make: *** [check-recursive] Error 1 | |
| ==> Exit Status: 2 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/libgcrypt.rb#L27 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8.1 | |
| HEAD: 1e653fc006e78a150bbd2450ebe91922d9f2f1d3 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| Hardware: quad-core 64-bit sandybridge | |
| OS X: 10.7.2 | |
| Kernel Architecture: x86_64 | |
| Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Xcode: 4.2 | |
| GCC-4.0: N/A | |
| GCC-4.2: build 5666 | |
| LLVM: build 2336 | |
| Clang: 3.0 build 211 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| ==> Build Flags | |
| 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: -O3 -w -pipe -march=core2 -msse4 -arch i386 -arch x86_64 | |
| CXXFLAGS: -O3 -w -pipe -march=core2 -msse4 -arch i386 -arch x86_64 | |
| LDFLAGS: -arch i386 -arch x86_64 | |
| MAKEFLAGS: -j4 | |
| Error: Failed executing: make check | |
| If `brew doctor' does not help diagnose the issue, please report the bug: | |
| https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue | |
| 09:33 /usr/local/Cellar (master)$ brew upgrade | |
| ==> Upgrading 2 outdated packages, with result: | |
| libgcrypt 1.5.0, gnutls 2.12.16 | |
| ==> Upgrading libgcrypt | |
| ==> Downloading ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2 | |
| File already downloaded in /Users/jravetch/Library/Caches/Homebrew | |
| ==> ./configure --prefix=/usr/local/Cellar/libgcrypt/1.5.0 --disable-asm --with-gpg-error-prefix=/usr/local | |
| ==> make | |
| ==> make check | |
| Making check in compat | |
| make[1]: Nothing to be done for `check'. | |
| Making check in mpi | |
| make[1]: Nothing to be done for `check'. | |
| Making check in cipher | |
| make[1]: Nothing to be done for `check'. | |
| Making check in random | |
| make[1]: Nothing to be done for `check'. | |
| Making check in src | |
| make[1]: Nothing to be done for `check'. | |
| Making check in doc | |
| make check-am | |
| make[2]: Nothing to be done for `check-am'. | |
| Making check in tests | |
| make check-TESTS | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/version | |
| Reason: image not found | |
| /bin/sh: line 1: 36382 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: version | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/t-mpi-bit | |
| Reason: image not found | |
| /bin/sh: line 1: 36403 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: t-mpi-bit | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/prime | |
| Reason: image not found | |
| /bin/sh: line 1: 36423 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: prime | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/register | |
| Reason: image not found | |
| /bin/sh: line 1: 36443 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: register | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/ac | |
| Reason: image not found | |
| /bin/sh: line 1: 36463 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: ac | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/ac-schemes | |
| Reason: image not found | |
| /bin/sh: line 1: 36483 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: ac-schemes | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/ac-data | |
| Reason: image not found | |
| /bin/sh: line 1: 36503 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: ac-data | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/basic | |
| Reason: image not found | |
| /bin/sh: line 1: 36523 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: basic | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/mpitests | |
| Reason: image not found | |
| /bin/sh: line 1: 36543 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: mpitests | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/tsexp | |
| Reason: image not found | |
| /bin/sh: line 1: 36563 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: tsexp | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/keygen | |
| Reason: image not found | |
| /bin/sh: line 1: 36583 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: keygen | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/pubkey | |
| Reason: image not found | |
| /bin/sh: line 1: 36603 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: pubkey | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/hmac | |
| Reason: image not found | |
| /bin/sh: line 1: 36623 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: hmac | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/keygrip | |
| Reason: image not found | |
| /bin/sh: line 1: 36643 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: keygrip | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/fips186-dsa | |
| Reason: image not found | |
| /bin/sh: line 1: 36663 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: fips186-dsa | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/aeswrap | |
| Reason: image not found | |
| /bin/sh: line 1: 36683 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: aeswrap | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/curves | |
| Reason: image not found | |
| /bin/sh: line 1: 36703 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: curves | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/t-kdf | |
| Reason: image not found | |
| /bin/sh: line 1: 36723 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: t-kdf | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/pkcs1v2 | |
| Reason: image not found | |
| /bin/sh: line 1: 36743 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: pkcs1v2 | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/random | |
| Reason: image not found | |
| /bin/sh: line 1: 36763 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: random | |
| dyld: Library not loaded: /usr/local/lib/libgpg-error.0.dylib | |
| Referenced from: /private/tmp/homebrew-libgcrypt-1.5.0-I3ou/libgcrypt-1.5.0/tests/.libs/benchmark | |
| Reason: image not found | |
| /bin/sh: line 1: 36783 Trace/BPT trap: 5 ${dir}$tst | |
| FAIL: benchmark | |
| ======================================== | |
| 21 of 21 tests failed | |
| Please report to [email protected] | |
| ======================================== | |
| make[2]: *** [check-TESTS] Error 1 | |
| make[1]: *** [check-am] Error 2 | |
| make: *** [check-recursive] Error 1 | |
| ==> Exit Status: 2 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/libgcrypt.rb#L27 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8.1 | |
| HEAD: 1e653fc006e78a150bbd2450ebe91922d9f2f1d3 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| Hardware: quad-core 64-bit sandybridge | |
| OS X: 10.7.2 | |
| Kernel Architecture: x86_64 | |
| Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Xcode: 4.2 | |
| GCC-4.0: N/A | |
| GCC-4.2: build 5666 | |
| LLVM: build 2336 | |
| Clang: 3.0 build 211 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| ==> Build Flags | |
| 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: -O3 -w -pipe -march=core2 -msse4 -arch i386 -arch x86_64 | |
| CXXFLAGS: -O3 -w -pipe -march=core2 -msse4 -arch i386 -arch x86_64 | |
| LDFLAGS: -arch i386 -arch x86_64 | |
| MAKEFLAGS: -j4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment