Created
February 21, 2012 21:33
-
-
Save fish2000/1879110 to your computer and use it in GitHub Desktop.
Homebrew Gearman Link Flag Problem
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
| ASIO-OTUS:tmp$ brew -v upgrade | |
| Homebrew 0.8.1 | |
| ==> Upgrading 2 outdated packages, with result: | |
| gearman 0.28, gearman-php 1.0.1 | |
| ==> Upgrading gearman | |
| ==> Downloading http://launchpad.net/gearmand/trunk/0.28/+download/gearmand-0.28.tar.gz | |
| File already downloaded in /Users/fish/Library/Caches/Homebrew | |
| /usr/bin/tar xf /Users/fish/Library/Caches/Homebrew/gearman-0.28.tar.gz | |
| ==> ./configure --prefix=/usr/local/Cellar/gearman/0.28 | |
| ./configure --prefix=/usr/local/Cellar/gearman/0.28 | |
| checking build system type... x86_64-apple-darwin11.3.0 | |
| checking host system type... x86_64-apple-darwin11.3.0 | |
| checking target system type... x86_64-apple-darwin11.3.0 | |
| checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking how to create a ustar tar archive... gnutar | |
| checking for style of include used by make... GNU | |
| 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 dependency style of /usr/bin/llvm-gcc... gcc3 | |
| checking dependency style of /usr/bin/llvm-gcc... (cached) gcc3 | |
| 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 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 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++... gcc3 | |
| checking dependency style of /usr/bin/llvm-g++... (cached) gcc3 | |
| checking whether /usr/bin/llvm-gcc and cc understand -c and -o together... yes | |
| checking how to create a ustar tar archive... (cached) gnutar | |
| checking whether __SUNPRO_C is declared... no | |
| checking whether __ICC is declared... no | |
| checking "C Compiler version--yes"... "i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)" | |
| checking "C++ Compiler version"... "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)" | |
| checking whether byte ordering is bigendian... no | |
| checking for an ANSI C-conforming const... yes | |
| checking for inline... inline | |
| checking for working volatile... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking whether struct tm is in sys/time.h or time.h... time.h | |
| checking for size_t... yes | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking size of off_t... 8 | |
| checking size of size_t... 8 | |
| checking size of long long... 8 | |
| checking if time_t is unsigned... no | |
| checking whether the compiler provides atomic builtins... yes | |
| checking assert.h usability... yes | |
| checking assert.h presence... yes | |
| checking for assert.h... yes | |
| checking whether to enable assertions... yes | |
| checking whether it is safe to use -fdiagnostics-show-option... yes | |
| checking whether it is safe to use -floop-parallelize-all... no | |
| checking whether it is safe to use -Wextra... yes | |
| checking whether it is safe to use -Wformat... yes | |
| checking whether it is safe to use -Wconversion... yes | |
| checking whether it is safe to use -Wconversion with htons... yes | |
| checking whether it is safe to use -Wmissing-declarations from C++... no | |
| checking whether it is safe to use -Wframe-larger-than... no | |
| checking whether it is safe to use -Wlogical-op... no | |
| checking whether it is safe to use -Wredundant-decls from C++... yes | |
| checking whether it is safe to use -Wattributes from C++... yes | |
| checking whether it is safe to use -Wno-attributes... no | |
| checking for dtrace... dtrace | |
| checking sys/sdt.h usability... yes | |
| checking sys/sdt.h presence... yes | |
| checking for sys/sdt.h... yes | |
| checking if dtrace works... yes | |
| checking if dtrace should instrument object files... no | |
| checking for doxygen... doxygen | |
| checking for perl... perl | |
| checking for dpkg-gensymbols... dpkg-gensymbols | |
| checking for lcov... no | |
| checking for genhtml... no | |
| checking for sphinx-build... sphinx-build | |
| checking if sphinx is new enough... yes | |
| checking for working -pipe... yes | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/local/bin/gsed | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/llvm-gcc -std=gnu99... /usr/bin/llvm-gcc | |
| checking if the linker (/usr/bin/llvm-gcc) 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-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/llvm-gcc 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 /usr/bin/llvm-gcc -std=gnu99 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 dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/llvm-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/llvm-gcc -std=gnu99 option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/llvm-gcc -std=gnu99 PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/llvm-gcc -std=gnu99 static flag -static works... no | |
| checking if /usr/bin/llvm-gcc -std=gnu99 supports -c -o file.o... yes | |
| checking if /usr/bin/llvm-gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/llvm-gcc -std=gnu99 linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin11.3.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... no | |
| checking how to run the C++ preprocessor... /usr/bin/llvm-g++ -E | |
| checking for ld used by /usr/bin/llvm-g++... /usr/bin/llvm-gcc | |
| checking if the linker (/usr/bin/llvm-gcc) is GNU ld... no | |
| checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
| checking for /usr/bin/llvm-g++ option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/llvm-g++ PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/llvm-g++ static flag -static works... no | |
| checking if /usr/bin/llvm-g++ supports -c -o file.o... yes | |
| checking if /usr/bin/llvm-g++ supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin11.3.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether the -Werror option is usable... yes | |
| checking for simple visibility declarations... yes | |
| checking for ISO C++ 98 include files... yes | |
| checking whether pthreads work with -pthread... yes | |
| checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
| checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
| checking for PTHREAD_PRIO_INHERIT... yes | |
| checking for Boost headers version >= 1.39.0... yes | |
| checking for Boost's header version... 1_48 | |
| checking for the toolset name used by Boost for /usr/bin/llvm-g++... xgcc42 -xgcc | |
| checking boost/program_options.hpp usability... yes | |
| checking boost/program_options.hpp presence... yes | |
| checking for boost/program_options.hpp... yes | |
| checking for the Boost program_options library... yes | |
| checking for the flags needed to use pthreads... | |
| checking boost/thread.hpp usability... yes | |
| checking boost/thread.hpp presence... yes | |
| checking for boost/thread.hpp... yes | |
| checking for the Boost thread library... yes | |
| checking the location of cstdint... <tr1/cstdint> | |
| checking the location of cinttypes... <tr1/cinttypes> | |
| checking for pkg-config... /usr/local/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for libmemcached... yes | |
| checking whether memcached executable path has been provided... no | |
| checking for memcached... /usr/local/bin/memcached | |
| checking whether memcached_sasl executable path has been provided... no | |
| checking for memcached_sasl... no | |
| checking for curl-config... /usr/bin/curl-config | |
| checking for curl (7.21.4) >= 7.21.7... no | |
| checking whether drizzled executable path has been provided... no | |
| checking for drizzled... no | |
| checking for libdrizzle... no | |
| checking for SQLite3 library >= 3.0.0... yes | |
| checking for pg_config... /usr/local/bin/pg_config | |
| checking for PostgreSQL libraries... yes | |
| checking usability... no | |
| checking presence... no | |
| checking for ... no | |
| checking tcadb.h usability... no | |
| checking tcadb.h presence... no | |
| checking for tcadb.h... no | |
| checking whether strerror_r is declared... yes | |
| checking for strerror_r... yes | |
| checking whether strerror_r returns char *... no | |
| checking for MSG_NOSIGNAL... | |
| checking for MSG_DONTWAIT... | |
| checking hiredis/hiredis.h usability... yes | |
| checking hiredis/hiredis.h presence... yes | |
| checking for hiredis/hiredis.h... yes | |
| checking for main in -lhiredis... yes | |
| checking for gawk... (cached) gawk | |
| checking whether ln -s works... yes | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| checking arpa/inet.h usability... yes | |
| checking arpa/inet.h presence... yes | |
| checking for arpa/inet.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for inttypes.h... (cached) yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking netdb.h usability... yes | |
| checking netdb.h presence... yes | |
| checking for netdb.h... yes | |
| checking netinet/in.h usability... yes | |
| checking netinet/in.h presence... yes | |
| checking for netinet/in.h... yes | |
| checking stddef.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| checking for stdint.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| checking for sys/socket.h... (cached) yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking netinet/tcp.h usability... yes | |
| checking netinet/tcp.h presence... yes | |
| checking for netinet/tcp.h... yes | |
| checking errno.h usability... yes | |
| checking errno.h presence... yes | |
| checking for errno.h... yes | |
| checking getopt.h usability... yes | |
| checking getopt.h presence... yes | |
| checking for getopt.h... yes | |
| checking pwd.h usability... yes | |
| checking pwd.h presence... yes | |
| checking for pwd.h... yes | |
| checking signal.h usability... yes | |
| checking signal.h presence... yes | |
| checking for signal.h... yes | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking for stddef.h... (cached) yes | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking for sys/socket.h... (cached) yes | |
| checking for sys/types.h... (cached) yes | |
| checking sys/utsname.h usability... yes | |
| checking sys/utsname.h presence... yes | |
| checking for sys/utsname.h... yes | |
| checking for strings.h... (cached) yes | |
| checking for stdbool.h that conforms to C99... yes | |
| checking for _Bool... no | |
| checking for an ANSI C-conforming const... (cached) yes | |
| checking for inline... (cached) inline | |
| checking for int32_t... yes | |
| checking for pid_t... yes | |
| checking for size_t... (cached) yes | |
| checking for ssize_t... yes | |
| checking whether time.h and sys/time.h may both be included... (cached) yes | |
| checking for uid_t in sys/types.h... yes | |
| checking for uint16_t... yes | |
| checking for uint32_t... yes | |
| checking for uint64_t... yes | |
| checking for int64_t... yes | |
| checking for uint8_t... yes | |
| checking for working volatile... (cached) yes | |
| checking for ptrdiff_t... yes | |
| checking for error_at_line... no | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| checking for mbstate_t... yes | |
| checking for working POSIX fnmatch... yes | |
| checking vfork.h usability... no | |
| checking vfork.h presence... no | |
| checking for vfork.h... no | |
| checking for fork... yes | |
| checking for vfork... yes | |
| checking for working fork... yes | |
| checking for working vfork... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible malloc... yes | |
| checking for working memcmp... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible realloc... yes | |
| checking whether strerror_r is declared... (cached) yes | |
| checking for strerror_r... (cached) yes | |
| checking whether strerror_r returns char *... (cached) no | |
| checking for vprintf... yes | |
| checking for _doprnt... no | |
| checking for dup2... yes | |
| checking for gettimeofday... yes | |
| checking for memchr... yes | |
| checking for memmove... yes | |
| checking for memset... yes | |
| checking for socket... yes | |
| checking for strcasecmp... yes | |
| checking for strdup... yes | |
| checking for strerror... yes | |
| checking for strncasecmp... yes | |
| checking for uname... yes | |
| checking for select... yes | |
| checking for setenv... yes | |
| checking for strtol... yes | |
| checking for strtoul... yes | |
| checking for dlopen in -ldl... yes | |
| checking for clock_gettime in -lrt... no | |
| checking for floor in -lm... yes | |
| checking for setsockopt... yes | |
| checking for bind... yes | |
| checking event.h usability... yes | |
| checking event.h presence... yes | |
| checking for event.h... yes | |
| checking for main in -levent... yes | |
| checking uuid/uuid.h usability... yes | |
| checking uuid/uuid.h presence... yes | |
| checking for uuid/uuid.h... yes | |
| checking for main in -luuid... yes | |
| configure: creating ./config.status | |
| config.status: creating libtest/version.h | |
| config.status: creating Makefile | |
| config.status: creating docs/conf.py | |
| config.status: creating libgearman-1.0/version.h | |
| config.status: creating scripts/gearmand | |
| config.status: creating scripts/gearmand-init | |
| config.status: creating scripts/gearmand.xml | |
| config.status: creating scripts/smf_install.sh | |
| config.status: creating support/gearmand.pc | |
| config.status: creating support/gearmand.spec | |
| config.status: creating config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| --- | |
| Configuration summary for gearmand version 0.28 | |
| * Installation prefix: /usr/local/Cellar/gearman/0.28 | |
| * System type: apple-darwin11.3.0 | |
| * Host CPU: x86_64 | |
| * C Compiler: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
| * Assertions enabled: yes | |
| * Debug enabled: no | |
| * Warnings as failure: | |
| * Building with libsqlite3 yes | |
| * Building with libdrizzle no | |
| * Building with libmemcached yes | |
| * Building with libpq yes | |
| * Building with tokyocabinet no | |
| --- | |
| ==> make install | |
| make install | |
| CXX libgearman/libgearman_server_libgearman_server_la-command.lo | |
| CXX libgearman/libgearman_libgearmancore_la-allocator.lo | |
| CXX libgearman/libgearman_libgearmancore_la-byteorder.lo | |
| CXX libgearman/libgearman_libgearmancore_la-command.lo | |
| CXX libgearman/libgearman_libgearmancore_la-connection.lo | |
| CXX libgearman/libgearman_libgearmancore_la-error.lo | |
| CXX libgearman/libgearman_libgearmancore_la-log.lo | |
| CXX libgearman/libgearman_libgearmancore_la-packet.lo | |
| CXX libgearman/libgearman_libgearmancore_la-strcommand.lo | |
| CXX libgearman/libgearman_libgearmancore_la-strerror.lo | |
| CXX libgearman/libgearman_libgearmancore_la-universal.lo | |
| CXX libgearman/libgearman_libgearmancore_la-vector.lo | |
| CXX util/tests_libstartworker_la-instance.lo | |
| CXX util/tests_libstartworker_la-operation.lo | |
| CXX util/pidfile.o | |
| CXX bin/bin_gearadmin-gearadmin.o | |
| CXX util/bin_gearadmin-instance.o | |
| CXX util/bin_gearadmin-operation.o | |
| CXX libtest/libtest_unittest-unittest.o | |
| CXX util/gearmand_gearmand-daemon.o | |
| CXX util/gearmand_gearmand-pidfile.o | |
| CXX libtest/skiptest.o | |
| CXX libtest/wait.o | |
| CXX benchmark/blobslap_client.o | |
| CXX benchmark/benchmark_blobslap_worker-blobslap_worker.o | |
| CXX util/benchmark_blobslap_worker-daemon.o | |
| CXX util/benchmark_blobslap_worker-logfile.o | |
| CXX util/benchmark_blobslap_worker-pidfile.o | |
| CXX util/benchmark_blobslap_worker-signal.o | |
| CXX tests/killall.o | |
| CXX tests/cycle.o | |
| CXX tests/blobslap_client.o | |
| CXX tests/cli.o | |
| CXX tests/gearmand.o | |
| CXX tests/libgearman-1.0/client_test.o | |
| CXX tests/libgearman-1.0/do.o | |
| CXX tests/libgearman-1.0/do_background.o | |
| CXX tests/libgearman-1.0/execute.o | |
| CXX tests/libgearman-1.0/gearman_client_do_job_handle.o | |
| CXX tests/libgearman-1.0/gearman_execute_partition.o | |
| CXX tests/libgearman-1.0/limits.o | |
| CXX tests/libgearman-1.0/protocol.o | |
| CXX tests/libgearman-1.0/server_options.o | |
| CXX tests/libgearman-1.0/task.o | |
| CXX tests/libgearman-1.0/unique.o | |
| CXX tests/libgearman-1.0/workers_v1.o | |
| CXX tests/libgearman-1.0/internals.o | |
| CXX tests/libgearman-1.0/regression.o | |
| CXX tests/libgearman-1.0/worker_test.o | |
| CXX tests/round_robin.o | |
| CXX tests/cpp_test.o | |
| CC tests/c_test.o | |
| CXX tests/burnin.o | |
| CXX tests/tests_ephemeral_test-basic.o | |
| CXX tests/tests_ephemeral_test-ephemeral_test.o | |
| CXX tests/tests_drizzle_test-basic.o | |
| CXX tests/tests_drizzle_test-drizzle_test.o | |
| CXX tests/basic.o | |
| CXX tests/memcached_test.o | |
| CXX tests/sqlite_test.o | |
| CXX tests/tokyocabinet_test.o | |
| CXX tests/tests_redis_test-basic.o | |
| CXX tests/tests_redis_test-redis.o | |
| CXX tests/httpd_test.o | |
| CXX libgearman/libgearman_libgearman_la-actions.lo | |
| CXX libgearman/libgearman_libgearman_la-aggregator.lo | |
| CXX libgearman/libgearman_libgearman_la-allocator.lo | |
| CXX libgearman/libgearman_libgearman_la-argument.lo | |
| CXX libgearman/libgearman_libgearman_la-add.lo | |
| CXX libgearman/libgearman_libgearman_la-byteorder.lo | |
| CXX libgearman/libgearman_libgearman_la-client.lo | |
| CXX libgearman/libgearman_libgearman_la-command.lo | |
| CXX libgearman/libgearman_libgearman_la-connection.lo | |
| CXX libgearman/libgearman_libgearman_la-do.lo | |
| CXX libgearman/libgearman_libgearman_la-error.lo | |
| CXX libgearman/libgearman_libgearman_la-execute.lo | |
| CXX libgearman/libgearman_libgearman_la-function.lo | |
| CXX libgearman/function/libgearman_libgearman_la-function_v2.lo | |
| CXX libgearman/function/libgearman_libgearman_la-make.lo | |
| CXX libgearman/function/libgearman_libgearman_la-partition.lo | |
| CXX libgearman/libgearman_libgearman_la-gearman.lo | |
| CXX libgearman/libgearman_libgearman_la-job.lo | |
| CXX libgearman/libgearman_libgearman_la-kill.lo | |
| CXX libgearman/libgearman_libgearman_la-log.lo | |
| CXX libgearman/libgearman_libgearman_la-packet.lo | |
| CXX libgearman/libgearman_libgearman_la-parse.lo | |
| CXX libgearman/libgearman_libgearman_la-result.lo | |
| CXX libgearman/libgearman_libgearman_la-run.lo | |
| CXX libgearman/libgearman_libgearman_la-strcommand.lo | |
| CXX libgearman/libgearman_libgearman_la-strerror.lo | |
| CXX libgearman/libgearman_libgearman_la-string.lo | |
| CXX libgearman/libgearman_libgearman_la-task.lo | |
| CXX libgearman/libgearman_libgearman_la-task_attr.lo | |
| CXX libgearman/libgearman_libgearman_la-unique.lo | |
| CXX libgearman/libgearman_libgearman_la-universal.lo | |
| CXX libgearman/libgearman_libgearman_la-vector.lo | |
| CXX libgearman/libgearman_libgearman_la-worker.lo | |
| CXX libtest/libtest_libtest_la-binaries.lo | |
| CXX libtest/libtest_libtest_la-cmdline.lo | |
| CXX libtest/libtest_libtest_la-core.lo | |
| CXX libtest/libtest_libtest_la-dream.lo | |
| CXX libtest/libtest_libtest_la-framework.lo | |
| CXX libtest/libtest_libtest_la-has.lo | |
| CXX libtest/libtest_libtest_la-http.lo | |
| CXX libtest/libtest_libtest_la-is_local.lo | |
| CXX libtest/libtest_libtest_la-killpid.lo | |
| CXX libtest/libtest_libtest_la-libtool.lo | |
| CXX libtest/libtest_libtest_la-port.lo | |
| CXX libtest/libtest_libtest_la-runner.lo | |
| CXX libtest/libtest_libtest_la-server.lo | |
| CXX libtest/libtest_libtest_la-server_container.lo | |
| CXX libtest/libtest_libtest_la-signal.lo | |
| CXX libtest/libtest_libtest_la-socket.lo | |
| CXX libtest/libtest_libtest_la-strerror.lo | |
| CXX libtest/libtest_libtest_la-test.lo | |
| CXX libtest/libtest_libtest_la-vchar.lo | |
| CXX libtest/libtest_libtest_la-memcached.lo | |
| CXX libtest/libtest_libtest_la-blobslap_worker.lo | |
| CXX libtest/libtest_libtest_la-gearmand.lo | |
| CXX util/libtest_libtest_la-instance.lo | |
| CXX util/libtest_libtest_la-operation.lo | |
| CC libhostile/initialize.lo | |
| CXX benchmark/benchmark.lo | |
| CXX libgearman-server/error/libgearman_server_libgearman_server_la-strerror.lo | |
| CXX libgearman-server/plugins/protocol/http/libgearman_server_libgearman_server_la-protocol.lo | |
| CXX libgearman-server/plugins/queue/libmemcached/libgearman_server_libgearman_server_la-queue.lo | |
| CXX libgearman-server/plugins/queue/redis/libgearman_server_libgearman_server_la-queue.lo | |
| CXX libgearman-server/plugins/queue/sqlite/libgearman_server_libgearman_server_la-queue.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-byteorder.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-client.lo | |
| CC libgearman-server/libgearman_server_libgearman_server_la-connection.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-connection_list.lo | |
| CC libgearman-server/libgearman_server_libgearman_server_la-fifo.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-function.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-gearmand.lo | |
| CC libgearman-server/libgearman_server_libgearman_server_la-gearmand_con.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-gearmand_thread.lo | |
| CC libgearman-server/libgearman_server_libgearman_server_la-hash.lo | |
| CXX libgearman-server/libgearman_server_libgearman_server_la-io.lo | |
| libgearman-server/gearmand_thread.cc: In function 'gearmand_error_t gearmand_thread_create(gearmand_st*)': | |
| libgearman-server/gearmand_thread.cc:92: error: 'event_base_new' was not declared in this scope | |
| make: *** [libgearman-server/libgearman_server_libgearman_server_la-gearmand_thread.lo] Error 1 | |
| make: *** Waiting for unfinished jobs.... | |
| libgearman-server/gearmand.cc: In function 'gearmand_error_t gearmand_run(gearmand_st*)': | |
| libgearman-server/gearmand.cc:293: error: 'event_base_new' was not declared in this scope | |
| libgearman-server/gearmand.cc:300: error: 'event_base_get_method' was not declared in this scope | |
| make: *** [libgearman-server/libgearman_server_libgearman_server_la-gearmand.lo] Error 1 | |
| ==> Exit Status: 2 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/gearman.rb#L14 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.8.1 | |
| HEAD: 4a4c1c000727a1cb1541f083d9ae0b8b2f384e8e | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| Hardware: quad-core 64-bit sandybridge | |
| OS X: 10.7.3 | |
| Kernel Architecture: x86_64 | |
| Xcode: 4.1 | |
| GCC-4.0: N/A | |
| GCC-4.2: build 5666 | |
| LLVM: build 2335 | |
| Clang: 2.1 build 163 | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| System Ruby: 1.8.7-249 | |
| /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
| Which Perl: /usr/bin/perl | |
| Which Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.2/bin/python | |
| Which Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/1.9.3-p0/bin/ruby | |
| ==> 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: -Os -w -pipe -march=core2 -msse4 | |
| CXXFLAGS: -Os -w -pipe -march=core2 -msse4 | |
| MAKEFLAGS: -j4 | |
| Error: Failed executing: make install | |
| These existing issues may help you: | |
| https://github.com/mxcl/homebrew/issues/10222 | |
| Otherwise, please report the bug: | |
| https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment