Created
February 28, 2014 08:25
-
-
Save RichardMorris/9267345 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
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 6bc3b2b02fa9b6e672c411521c1f6e23d1f7ca9d | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
Clang: 5.0 build 500 | |
X11: 2.7.5 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby |
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
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libportaudio.2.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libportaudio.la | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/portaudio-2.0.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libportaudio.a |
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
~ $ brew install -v sane-backends --univerasal | |
==> Installing sane-backends dependency: libusb | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/libusb-1.0.18.mavericks.bottle.tar.gz | |
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9.2) https://downloads.sf.net/project/machomebrew/Bottles/libusb-1.0.18.mavericks.bottle.tar.gz -C 0 -o /Library/Caches/Homebrew/libusb-1.0.18.mavericks.bottle.tar.gz.incomplete | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 | |
100 106k 100 106k 0 0 50071 0 0:00:02 0:00:02 --:--:-- 115k | |
==> Verifying libusb-1.0.18.mavericks.bottle.tar.gz checksum | |
==> Pouring libusb-1.0.18.mavericks.bottle.tar.gz | |
tar xf /Library/Caches/Homebrew/libusb-1.0.18.mavericks.bottle.tar.gz | |
==> Finishing up | |
ln -s ../Cellar/libusb/1.0.18/include/libusb-1.0 libusb-1.0 | |
ln -s ../../Cellar/libusb/1.0.18/lib/pkgconfig/libusb-1.0.pc libusb-1.0.pc | |
ln -s ../Cellar/libusb/1.0.18/lib/libusb-1.0.dylib libusb-1.0.dylib | |
ln -s ../Cellar/libusb/1.0.18/lib/libusb-1.0.a libusb-1.0.a | |
ln -s ../Cellar/libusb/1.0.18/lib/libusb-1.0.0.dylib libusb-1.0.0.dylib | |
ln -s ../../Cellar/libusb/1.0.18 libusb | |
ln -s ../Cellar/libusb/1.0.18 libusb | |
==> Summary | |
🍺 /usr/local/Cellar/libusb/1.0.18: 11 files, 332K | |
==> Installing sane-backends | |
==> Downloading http://fossies.org/linux/misc/sane-backends-1.0.24.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/sane-backends-1.0.24.tar.gz | |
==> Verifying sane-backends-1.0.24.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/sane-backends-1.0.24.tar.gz | |
==> Patching | |
/usr/bin/patch -g 0 -f -p1 -i 000-homebrew.diff | |
patching file include/sane/sane.h | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/sane-backends/1.0.24 --localstatedir=/usr/local/var --without-gphoto2 --enable-local-backends --enable-libusb --disable-latex | |
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 whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin13.1.0 | |
checking host system type... x86_64-apple-darwin13.1.0 | |
checking for gcc... clang | |
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 clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of clang... none | |
checking whether clang and cc understand -c and -o together... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether clang needs -traditional... no | |
checking for sane-config... no | |
checking for msgfmt... no | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for latex... no | |
checking for dvips... no | |
checking for makeindex... no | |
checking for pkg-config... no | |
checking whether runtime link path should be used... yes | |
checking linker parameter to set runtime link path... | |
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 library containing strerror... none required | |
checking whether byte ordering is bigendian... no | |
checking for le32toh in machine/endian.h... no | |
checking for ntohl in arpa/inet.h... yes | |
checking for swap32 in machine/endian.h... no | |
checking for bswap_32 in byteswap.h... no | |
checking for bswap32 in machine/endian.h... no | |
checking for __byte_swap_long in sys/types.h... no | |
checking for NXSwapLong in machine/byte_order.h... yes | |
checking for stdint types... stdint.h (shortcircuit) | |
make use of stdint.h in include/_stdint.h (assuming C99 compatible system) | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlopen in -ldl... yes | |
checking for dlopen... yes | |
checking dl.h usability... no | |
checking dl.h presence... no | |
checking for dl.h... no | |
checking for sqrt in -lm... yes | |
checking for jpeg_start_decompress in -ljpeg... yes | |
checking jconfig.h usability... yes | |
checking jconfig.h presence... yes | |
checking for jconfig.h... yes | |
checking for jpeglib - version >= 61 (6a)... yes | |
checking for TIFFFdOpen in -ltiff... no | |
checking ieee1284.h usability... no | |
checking ieee1284.h presence... no | |
checking for ieee1284.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_create in -lpthread... yes | |
checking for pthread_create... yes | |
checking for pthread_kill... yes | |
checking for pthread_join... yes | |
checking for pthread_detach... yes | |
checking for pthread_cancel... yes | |
checking for pthread_testcancel... yes | |
checking whether to enable pthread support... yes | |
checking whether to use pthread instead of fork... yes | |
checking whether to enable device locking... yes | |
configure: Setting lockdir group to uucp | |
checking for LIBV4L... no | |
checking for sane_init in -lsane... no | |
checking for net-snmp-config... /usr/bin/net-snmp-config | |
checking for snmp_timeout in -lnetsnmp... yes | |
checking for proper SNMP version... yes | |
checking for ANSI C header files... (cached) yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for unistd.h... (cached) yes | |
checking libc.h usability... yes | |
checking libc.h presence... yes | |
checking for libc.h... yes | |
checking sys/dsreq.h usability... no | |
checking sys/dsreq.h presence... no | |
checking for sys/dsreq.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/shm.h usability... yes | |
checking sys/shm.h presence... yes | |
checking for sys/shm.h... yes | |
checking sys/ipc.h usability... yes | |
checking sys/ipc.h presence... yes | |
checking for sys/ipc.h... yes | |
checking sys/signal.h usability... yes | |
checking sys/signal.h presence... yes | |
checking for sys/signal.h... yes | |
checking sys/scanio.h usability... no | |
checking sys/scanio.h presence... no | |
checking for sys/scanio.h... no | |
checking os2.h usability... no | |
checking os2.h presence... no | |
checking for os2.h... no | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/io.h usability... no | |
checking sys/io.h presence... no | |
checking for sys/io.h... no | |
checking sys/hw.h usability... no | |
checking sys/hw.h presence... no | |
checking for sys/hw.h... no | |
checking for sys/types.h... (cached) yes | |
checking linux/ppdev.h usability... no | |
checking linux/ppdev.h presence... no | |
checking for linux/ppdev.h... no | |
checking dev/ppbus/ppi.h usability... no | |
checking dev/ppbus/ppi.h presence... no | |
checking for dev/ppbus/ppi.h... no | |
checking machine/cpufunc.h usability... no | |
checking machine/cpufunc.h presence... no | |
checking for machine/cpufunc.h... no | |
checking sys/bitypes.h usability... no | |
checking sys/bitypes.h presence... no | |
checking for sys/bitypes.h... no | |
checking sys/sem.h usability... yes | |
checking sys/sem.h presence... yes | |
checking for sys/sem.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking be/kernel/OS.h usability... no | |
checking be/kernel/OS.h presence... no | |
checking for be/kernel/OS.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking asm/types.h usability... no | |
checking asm/types.h presence... no | |
checking for asm/types.h... no | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking tiffio.h usability... no | |
checking tiffio.h presence... no | |
checking for tiffio.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking for asm/io.h... no | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking resmgr.h usability... no | |
checking resmgr.h presence... no | |
checking for resmgr.h... no | |
checking return type of signal handlers... void | |
checking for size_t... yes | |
checking for pid_t... yes | |
checking for ssize_t... yes | |
checking for u_char... yes | |
checking for u_short... yes | |
checking for u_int... yes | |
checking for u_long... yes | |
checking for long long support... yes | |
checking for socklen_t in <sys/socket.h>... yes | |
checking for union semun in <sys/sem.h>... yes | |
checking for struct flock in fcntl.h... yes | |
checking for Linux ioctl defines... no | |
checking whether byte ordering is bigendian... (cached) no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for gethostbyaddr... yes | |
checking for gethostbyaddr... (cached) yes | |
checking for socket... yes | |
checking for inet_aton... yes | |
checking for inet_addr... yes | |
checking for inet_aton... (cached) yes | |
checking for inet_ntoa... yes | |
checking for inet_ntop... yes | |
checking for inet_pton... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking for atexit... yes | |
checking for ioperm... no | |
checking for i386_set_ioperm... no | |
checking for mkdir... yes | |
checking for strftime... yes | |
checking for strstr... yes | |
checking for strtod... yes | |
checking for cfmakeraw... yes | |
checking for tcsendbreak... yes | |
checking for strcasecmp... yes | |
checking for strncasecmp... yes | |
checking for _portaccess... no | |
checking for getaddrinfo... yes | |
checking for getnameinfo... yes | |
checking for poll... yes | |
checking for setitimer... yes | |
checking for iopl... no | |
checking for getuid... yes | |
checking for getpass... yes | |
checking for getenv... yes | |
checking for isfdtype... no | |
checking for sigprocmask... yes | |
checking for snprintf... yes | |
checking for strcasestr... yes | |
checking for strdup... yes | |
checking for strndup... yes | |
checking for strsep... yes | |
checking for usleep... yes | |
checking for sleep... yes | |
checking for syslog... yes | |
checking for vsyslog... yes | |
checking for getopt_long... yes | |
checking for cups | |
Checking for systemd...no | |
checking usb.h usability... no | |
checking usb.h presence... no | |
checking for usb.h... no | |
checking lusb0_usb.h usability... no | |
checking lusb0_usb.h presence... no | |
checking for lusb0_usb.h... no | |
configure: error: USB support requested but required libraries not found. | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: 348a61eb46376c97dbb6a01632165898e1d95d3e | |
CPU: dual-core 64-bit penryn | |
OS X: 10.9.2-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: 2.7.5 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
CMAKE_PREFIX_PATH: /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/libtiff/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/libusb-compat/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libusb-compat/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: sane-backends did not build | |
Logs: | |
/Users/rich/Library/Logs/Homebrew/sane-backends/01.configure | |
/Users/rich/Library/Logs/Homebrew/sane-backends/01.configure.cc | |
/Users/rich/Library/Logs/Homebrew/sane-backends/config.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment