Advertisement
salientdigital

Untitled

Mar 28th, 2012
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.09 KB | None | 0 0
  1. Warning: "config" scripts exist outside your system or Homebrew directories.
  2. `./configure` scripts often look for *-config scripts to determine if
  3. software packages are installed, and what additional flags to use when
  4. compiling and linking.
  5.  
  6. Having additional scripts in your path can confuse software installed via
  7. Homebrew if the config script overrides a system or Homebrew provided
  8. script of the same name. We found the following "config" scripts:
  9.  
  10.     /Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
  11.     /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
  12.     /usr/local/MacGPG2/bin/gpg-error-config
  13.     /usr/local/MacGPG2/bin/ksba-config
  14.     /usr/local/MacGPG2/bin/libassuan-config
  15.     /usr/local/MacGPG2/bin/libgcrypt-config
  16.     /usr/local/MacGPG2/bin/libusb-config
  17.     /usr/local/MacGPG2/bin/pth-config
  18.     /Users/ghoffman/.ec2/as/bin/as-create-launch-config
  19.     /Users/ghoffman/.ec2/as/bin/as-delete-launch-config
  20.  
  21. Warning: gettext was detected in your PREFIX.
  22. The gettext provided by Homebrew is "keg-only", meaning it does not
  23. get linked into your PREFIX by default.
  24.  
  25. If you `brew link gettext` then a large number of brews that don't
  26. otherwise have a `depends_on 'gettext'` will pick up gettext anyway
  27. during the `./configure` step.
  28.  
  29. If you have a non-Homebrew provided gettext, other problems will happen
  30. especially if it wasn't compiled with the proper architectures.
  31.  
  32. Warning: Unbrewed dylibs were found in /usr/local/lib.
  33. If you didn't put them there on purpose they could cause problems when
  34. building Homebrew formulae, and may need to be deleted.
  35.  
  36. Unexpected dylibs:
  37.    /usr/local/lib/libasprintf.0.dylib    /usr/local/lib/libcurl.4.dylib    /usr/local/lib/libevent-2.0.5.dylib    /usr/local/lib/libevent_core-2.0.5.dylib    /usr/local/lib/libevent_extra-2.0.5.dylib    /usr/local/lib/libevent_openssl-2.0.5.dylib    /usr/local/lib/libevent_pthreads-2.0.5.dylib    /usr/local/lib/libgettextlib-0.18.1.dylib    /usr/local/lib/libgettextpo.0.dylib    /usr/local/lib/libgettextsrc-0.18.1.dylib    /usr/local/lib/libintl.8.dylib    /usr/local/lib/libmcrypt.4.4.8.dylib    /usr/local/lib/libpcre.0.dylib    /usr/local/lib/libpcrecpp.0.dylib    /usr/local/lib/libpcreposix.0.dylib
  38.  
  39. Warning: Unbrewed .la files were found in /usr/local/lib.
  40. If you didn't put them there on purpose they could cause problems when
  41. building Homebrew formulae, and may need to be deleted.
  42.  
  43. Unexpected .la files:
  44.     /usr/local/lib/libasprintf.la    /usr/local/lib/libcurl.la    /usr/local/lib/libevent.la    /usr/local/lib/libevent_core.la    /usr/local/lib/libevent_extra.la    /usr/local/lib/libevent_openssl.la    /usr/local/lib/libevent_pthreads.la    /usr/local/lib/libgettextlib.la    /usr/local/lib/libgettextpo.la    /usr/local/lib/libgettextsrc.la    /usr/local/lib/libintl.la    /usr/local/lib/libmcrypt.la    /usr/local/lib/libpcre.la    /usr/local/lib/libpcrecpp.la    /usr/local/lib/libpcreposix.la
  45.  
  46. Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
  47. If you didn't put them there on purpose they could cause problems when
  48. building Homebrew formulae, and may need to be deleted.
  49.  
  50. Unexpected .pc files:
  51.    /usr/local/lib/pkgconfig/libcurl.pc    /usr/local/lib/pkgconfig/libevent.pc    /usr/local/lib/pkgconfig/libevent_openssl.pc    /usr/local/lib/pkgconfig/libevent_pthreads.pc    /usr/local/lib/pkgconfig/libpcre.pc    /usr/local/lib/pkgconfig/libpcrecpp.pc    /usr/local/lib/pkgconfig/libpcreposix.pc
  52.  
  53. Warning: Unbrewed static libraries were found in /usr/local/lib.
  54. If you didn't put them there on purpose they could cause problems when
  55. building Homebrew formulae, and may need to be deleted.
  56.  
  57. Unexpected static libraries:
  58.     /usr/local/lib/libasprintf.a    /usr/local/lib/libcurl.a    /usr/local/lib/libevent.a    /usr/local/lib/libevent_core.a    /usr/local/lib/libevent_extra.a    /usr/local/lib/libevent_openssl.a    /usr/local/lib/libevent_pthreads.a    /usr/local/lib/libgettextpo.a    /usr/local/lib/libintl.a    /usr/local/lib/libpcre.a    /usr/local/lib/libpcrecpp.a    /usr/local/lib/libpcreposix.a
  59. Error: No such file or directory - /usr/local/Cellar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement