-
-
Save retrography/7d8c7917ca8d5d150aff to your computer and use it in GitHub Desktop.
Homebrew build output for bindfs
This file contains 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
me@myMac ~ brew install bindfs --verbose | |
==> Installing bindfs from homebrew/homebrew-fuse | |
==> Downloading http://bindfs.org/downloads/bindfs-1.12.6.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/bindfs-1.12.6.tar.gz | |
==> Verifying bindfs-1.12.6.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/bindfs-1.12.6.tar.gz | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/bindfs/1.12.6 | |
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 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 build system type... x86_64-apple-darwin14.4.0 | |
checking host system type... x86_64-apple-darwin14.4.0 | |
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 clang... /Library/Developer/CommandLineTools/usr/bin/ld | |
checking if the linker (/Library/Developer/CommandLineTools/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-darwin14.4.0 file names to x86_64-apple-darwin14.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /Library/Developer/CommandLineTools/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 clang 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 how to run the C preprocessor... clang -E | |
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 clang supports -fno-rtti -fno-exceptions... yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... yes | |
checking if clang static flag -static works... no | |
checking if clang supports -c -o file.o... yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.4.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 lutimes... yes | |
checking for utimensat... no | |
checking for setxattr... yes | |
checking for getxattr... yes | |
checking for listxattr... yes | |
checking for removexattr... yes | |
checking for lsetxattr... no | |
checking for lgetxattr... no | |
checking for llistxattr... no | |
checking for lremovexattr... no | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for fuse... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/internals/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
Making install in src | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c bindfs.c | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c debug.c | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c permchain.c | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c userinfo.c | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c misc.c | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c usermap.c | |
clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -O2 -Wall -g -O2 -c rate_limiter.c | |
/bin/sh ../libtool --tag=CC --mode=link clang -O2 -Wall -g -O2 -o bindfs bindfs.o debug.o permchain.o userinfo.o misc.o usermap.o rate_limiter.o -L/usr/local/lib -losxfuse -pthread -liconv -pthread | |
libtool: link: clang -O2 -Wall -g -O2 -o bindfs bindfs.o debug.o permchain.o userinfo.o misc.o usermap.o rate_limiter.o -pthread -pthread -L/usr/local/lib /usr/local/lib/libosxfuse_i64.dylib -liconv -pthread | |
test -z "/usr/local/Cellar/bindfs/1.12.6/bin" || .././install-sh -c -d "/usr/local/Cellar/bindfs/1.12.6/bin" | |
test -z "/usr/local/Cellar/bindfs/1.12.6/share/man/man1" || .././install-sh -c -d "/usr/local/Cellar/bindfs/1.12.6/share/man/man1" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c bindfs '/usr/local/Cellar/bindfs/1.12.6/bin' | |
/usr/bin/install -c -m 644 bindfs.1 '/usr/local/Cellar/bindfs/1.12.6/share/man/man1' | |
libtool: install: /usr/bin/install -c bindfs /usr/local/Cellar/bindfs/1.12.6/bin/bindfs | |
Making install in tests | |
Making install in internals | |
clang -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -I. -I../../src -O2 -Wall -g -O2 -c -o test_internals-test_internals.o `test -f 'test_internals.c' || echo './'`test_internals.c | |
clang -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -I. -I../../src -O2 -Wall -g -O2 -c -o test_internals-test_common.o `test -f 'test_common.c' || echo './'`test_common.c | |
clang -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -I. -I../../src -O2 -Wall -g -O2 -c -o test_internals-misc.o `test -f '../../src/misc.c' || echo './'`../../src/misc.c | |
clang -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -I. -I../../src -O2 -Wall -g -O2 -c -o test_rate_limiter-test_rate_limiter.o `test -f 'test_rate_limiter.c' || echo './'`test_rate_limiter.c | |
clang -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -I. -I../../src -O2 -Wall -g -O2 -c -o test_rate_limiter-test_common.o `test -f 'test_common.c' || echo './'`test_common.c | |
clang -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -I. -I../../src -O2 -Wall -g -O2 -c -o test_rate_limiter-rate_limiter.o `test -f '../../src/rate_limiter.c' || echo './'`../../src/rate_limiter.c | |
/bin/sh ../../libtool --tag=CC --mode=link clang -O2 -Wall -g -O2 -o test_internals test_internals-test_internals.o test_internals-test_common.o test_internals-misc.o -pthread | |
/bin/sh ../../libtool --tag=CC --mode=link clang -O2 -Wall -g -O2 -o test_rate_limiter test_rate_limiter-test_rate_limiter.o test_rate_limiter-test_common.o test_rate_limiter-rate_limiter.o -pthread | |
libtool: link: clang -O2 -Wall -g -O2 -o test_rate_limiter test_rate_limiter-test_rate_limiter.o test_rate_limiter-test_common.o test_rate_limiter-rate_limiter.o -pthread -pthread | |
libtool: link: clang -O2 -Wall -g -O2 -o test_internals test_internals-test_internals.o test_internals-test_common.o test_internals-misc.o -pthread -pthread | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -c readdir_inode.c | |
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -c utimens_nofollow.c | |
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o readdir_inode readdir_inode.o | |
/bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o utimens_nofollow utimens_nofollow.o | |
libtool: link: clang -g -O2 -o readdir_inode readdir_inode.o | |
libtool: link: clang -g -O2 -o utimens_nofollow utimens_nofollow.o | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
==> Cleaning | |
==> Finishing up | |
ln -s ../Cellar/bindfs/1.12.6/bin/bindfs bindfs | |
ln -s ../../../Cellar/bindfs/1.12.6/share/man/man1/bindfs.1 bindfs.1 | |
==> Summary | |
🍺 /usr/local/Cellar/bindfs/1.12.6: 7 files, 100K, built in 13 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment