Last active
December 18, 2015 18:29
-
-
Save donatj/5826229 to your computer and use it in GitHub Desktop.
Gearman Compile Issue
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by gearmand configure 1.1.7, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/gearman/1.1.7 --with-mysql | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = JesseDonat-MBP.local | |
uname -m = x86_64 | |
uname -r = 12.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 245 tasks, 1475 threads, 8 processors | |
Load average: 2.74, Mach factor: 5.25 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/libevent/bin | |
PATH: /usr/local/opt/ossp-uuid/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/mysql-5.1.59-osx10.6-x86/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3032: checking build system type | |
configure:3046: result: x86_64-apple-darwin12.4.0 | |
configure:3066: checking host system type | |
configure:3079: result: x86_64-apple-darwin12.4.0 | |
configure:3099: checking target system type | |
configure:3112: result: x86_64-apple-darwin12.4.0 | |
configure:3196: checking for gcc | |
configure:3223: result: cc | |
configure:3452: checking for C compiler version | |
configure:3461: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
configure:3472: $? = 0 | |
configure:3461: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/ossp-uuid/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/ossp-uuid/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
... rest of stderr output deleted ... | |
configure:3472: $? = 0 | |
configure:3461: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3472: $? = 1 | |
configure:3461: cc -qversion >&5 | |
clang: error: no input files | |
configure:3472: $? = 1 | |
configure:3492: checking whether the C compiler works | |
configure:3514: cc conftest.c >&5 | |
configure:3518: $? = 0 | |
configure:3566: result: yes | |
configure:3569: checking for C compiler default output file name | |
configure:3571: result: a.out | |
configure:3577: checking for suffix of executables | |
configure:3584: cc -o conftest conftest.c >&5 | |
configure:3588: $? = 0 | |
configure:3610: result: | |
configure:3632: checking whether we are cross compiling | |
configure:3640: cc -o conftest conftest.c >&5 | |
configure:3644: $? = 0 | |
configure:3651: ./conftest | |
configure:3655: $? = 0 | |
configure:3670: result: no | |
configure:3675: checking for suffix of object files | |
configure:3697: cc -c conftest.c >&5 | |
configure:3701: $? = 0 | |
configure:3722: result: o | |
configure:3726: checking whether we are using the GNU C compiler | |
configure:3745: cc -c conftest.c >&5 | |
configure:3745: $? = 0 | |
configure:3754: result: yes | |
configure:3763: checking whether cc accepts -g | |
configure:3783: cc -c -g conftest.c >&5 | |
configure:3783: $? = 0 | |
configure:3824: result: yes | |
configure:3841: checking for cc option to accept ISO C89 | |
configure:3904: cc -c -g -O2 conftest.c >&5 | |
configure:3904: $? = 0 | |
configure:3917: result: none needed | |
configure:3943: checking how to run the C preprocessor | |
configure:3974: cc -E conftest.c | |
configure:3974: $? = 0 | |
configure:3988: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3988: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4013: result: cc -E | |
configure:4033: cc -E conftest.c | |
configure:4033: $? = 0 | |
configure:4047: cc -E conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4047: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4076: checking for grep that handles long lines and -e | |
configure:4134: result: /usr/bin/grep | |
configure:4139: checking for egrep | |
configure:4201: result: /usr/bin/grep -E | |
configure:4206: checking for ANSI C header files | |
configure:4226: cc -c -g -O2 conftest.c >&5 | |
configure:4226: $? = 0 | |
configure:4299: cc -o conftest -g -O2 conftest.c >&5 | |
configure:4299: $? = 0 | |
configure:4299: ./conftest | |
configure:4299: $? = 0 | |
configure:4310: result: yes | |
configure:4323: checking for sys/types.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for sys/stat.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for stdlib.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for string.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for memory.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for strings.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for inttypes.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for stdint.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4323: checking for unistd.h | |
configure:4323: cc -c -g -O2 conftest.c >&5 | |
configure:4323: $? = 0 | |
configure:4323: result: yes | |
configure:4338: checking minix/gear_config.h usability | |
configure:4338: cc -c -g -O2 conftest.c >&5 | |
conftest.c:52:10: fatal error: 'minix/gear_config.h' file not found | |
#include <minix/gear_config.h> | |
^ | |
1 error generated. | |
configure:4338: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/gear_config.h> | |
configure:4338: result: no | |
configure:4338: checking minix/gear_config.h presence | |
configure:4338: cc -E conftest.c | |
conftest.c:19:10: fatal error: 'minix/gear_config.h' file not found | |
#include <minix/gear_config.h> | |
^ | |
1 error generated. | |
configure:4338: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <minix/gear_config.h> | |
configure:4338: result: no | |
configure:4338: checking for minix/gear_config.h | |
configure:4338: result: no | |
configure:4367: checking whether it is safe to define __EXTENSIONS__ | |
configure:4385: cc -c -g -O2 conftest.c >&5 | |
configure:4385: $? = 0 | |
configure:4392: result: yes | |
configure:4423: checking for a BSD-compatible install | |
configure:4491: result: /usr/bin/install -c | |
configure:4502: checking whether build environment is sane | |
configure:4557: result: yes | |
configure:4698: checking for a thread-safe mkdir -p | |
configure:4737: result: build-aux/install-sh -c -d | |
configure:4744: checking for gawk | |
configure:4774: result: no | |
configure:4744: checking for mawk | |
configure:4774: result: no | |
configure:4744: checking for nawk | |
configure:4774: result: no | |
configure:4744: checking for awk | |
configure:4760: found /usr/bin/awk | |
configure:4771: result: awk | |
configure:4782: checking whether make sets $(MAKE) | |
configure:4804: result: yes | |
configure:4834: checking for style of include used by make | |
configure:4862: result: GNU | |
configure:4948: checking how to create a ustar tar archive | |
configure:4961: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:4964: $? = 0 | |
configure:5004: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
tar: conftest.dir/: Numeric user ID too large | |
tar: conftest.dir/file: Numeric user ID too large | |
configure:5007: $? = 0 | |
configure:5011: tar -xf - <conftest.tar | |
configure:5014: $? = 0 | |
configure:5004: tardir=conftest.dir && eval pax -L -x ustar -w "$tardir" >conftest.tar | |
pax: Ustar header field is too small for uid 1847159296, using nobody | |
pax: Ustar header field is too small for conftest.dir | |
pax: Ustar header field is too small for conftest.dir/file | |
configure:5007: $? = 1 | |
configure:5011: pax -r <conftest.tar | |
pax: Cannot identify format. Searching... | |
pax: End of archive volume 1 reached | |
pax: Sorry, unable to determine archive format. | |
configure:5014: $? = 1 | |
configure:5004: tardir=conftest.dir && eval find "$tardir" -print | cpio -o -H ustar -L >conftest.tar | |
cpio: conftest.dir: Numeric user ID too large: Result too large | |
cpio: conftest.dir/file: Numeric user ID too large: Result too large | |
2 blocks | |
configure:5007: $? = 0 | |
configure:5011: cpio -i -H ustar -d <conftest.tar | |
cpio: Option --format requires -o | |
configure:5014: $? = 1 | |
configure:5004: tardir=conftest.dir && eval false >conftest.tar | |
configure:5007: $? = 1 | |
configure:5027: result: none | |
configure:5035: checking dependency style of cc | |
configure:5146: result: gcc3 | |
configure:5229: checking how to print strings | |
configure:5256: result: printf | |
configure:5277: checking for a sed that does not truncate output | |
configure:5341: result: /usr/local/Library/ENV/4.3/sed | |
configure:5359: checking for fgrep | |
configure:5421: result: /usr/bin/grep -F | |
configure:5456: checking for ld used by cc | |
configure:5523: result: /usr/bin/ld | |
configure:5530: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:5545: result: no | |
configure:5557: checking for BSD- or MS-compatible name lister (nm) | |
configure:5606: result: /usr/bin/nm | |
configure:5736: checking the name lister (/usr/bin/nm) interface | |
configure:5743: cc -c -g -O2 conftest.c >&5 | |
configure:5746: /usr/bin/nm "conftest.o" | |
configure:5749: output | |
0000000000000210 S _some_variable | |
configure:5756: result: BSD nm | |
configure:5759: checking whether ln -s works | |
configure:5763: result: yes | |
configure:5771: checking the maximum length of command line arguments | |
configure:5901: result: 196608 | |
configure:5918: checking whether the shell understands some XSI constructs | |
configure:5928: result: yes | |
configure:5932: checking whether the shell understands "+=" | |
configure:5938: result: yes | |
configure:5973: checking how to convert x86_64-apple-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format | |
configure:6013: result: func_convert_file_noop | |
configure:6020: checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format | |
configure:6040: result: func_convert_file_noop | |
configure:6047: checking for /usr/bin/ld option to reload object files | |
configure:6054: result: -r | |
configure:6128: checking for objdump | |
configure:6158: result: no | |
configure:6187: checking how to recognize dependent libraries | |
configure:6389: result: pass_all | |
configure:6474: checking for dlltool | |
configure:6504: result: no | |
configure:6534: checking how to associate runtime and link libraries | |
configure:6561: result: printf %s\n | |
configure:6621: checking for ar | |
configure:6637: found /usr/bin/ar | |
configure:6648: result: ar | |
configure:6685: checking for archiver @FILE support | |
configure:6702: cc -c -g -O2 conftest.c >&5 | |
configure:6702: $? = 0 | |
configure:6705: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6708: $? = 1 | |
configure:6728: result: no | |
configure:6786: checking for strip | |
configure:6802: found /usr/bin/strip | |
configure:6813: result: strip | |
configure:6885: checking for ranlib | |
configure:6901: found /usr/bin/ranlib | |
configure:6912: result: ranlib | |
configure:7014: checking command to parse /usr/bin/nm output from cc object | |
configure:7134: cc -c -g -O2 conftest.c >&5 | |
configure:7137: $? = 0 | |
configure:7141: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7144: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7134: cc -c -g -O2 conftest.c >&5 | |
configure:7137: $? = 0 | |
configure:7141: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7144: $? = 0 | |
configure:7210: cc -o conftest -g -O2 conftest.c conftstm.o >&5 | |
configure:7213: $? = 0 | |
configure:7251: result: ok | |
configure:7288: checking for sysroot | |
configure:7318: result: no | |
configure:7574: checking for mt | |
configure:7604: result: no | |
configure:7624: checking if : is a manifest tool | |
configure:7630: : '-?' | |
configure:7638: result: no | |
configure:7694: checking for dsymutil | |
configure:7710: found /usr/bin/dsymutil | |
configure:7721: result: dsymutil | |
configure:7786: checking for nmedit | |
configure:7802: found /usr/bin/nmedit | |
configure:7813: result: nmedit | |
configure:7878: checking for lipo | |
configure:7894: found /usr/bin/lipo | |
configure:7905: result: lipo | |
configure:7970: checking for otool | |
configure:7986: found /usr/bin/otool | |
configure:7997: result: otool | |
configure:8062: checking for otool64 | |
configure:8092: result: no | |
configure:8137: checking for -single_module linker flag | |
cc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8170: result: yes | |
configure:8173: checking for -exported_symbols_list linker flag | |
configure:8193: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:8193: $? = 0 | |
configure:8203: result: yes | |
configure:8206: checking for -force_load linker flag | |
cc -g -O2 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8238: result: yes | |
configure:8277: checking for dlfcn.h | |
configure:8277: cc -c -g -O2 conftest.c >&5 | |
configure:8277: $? = 0 | |
configure:8277: result: yes | |
configure:8482: checking for objdir | |
configure:8497: result: .libs | |
configure:8768: checking if cc supports -fno-rtti -fno-exceptions | |
configure:8786: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8790: $? = 0 | |
configure:8803: result: yes | |
configure:9130: checking for cc option to produce PIC | |
configure:9137: result: -fno-common -DPIC | |
configure:9145: checking if cc PIC flag -fno-common -DPIC works | |
configure:9163: cc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9167: $? = 0 | |
configure:9180: result: yes | |
configure:9209: checking if cc static flag -static works | |
configure:9237: result: no | |
configure:9252: checking if cc supports -c -o file.o | |
configure:9273: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 | |
configure:9277: $? = 0 | |
configure:9299: result: yes | |
configure:9307: checking if cc supports -c -o file.o | |
configure:9354: result: yes | |
configure:9387: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:10540: result: yes | |
configure:10780: checking dynamic linker characteristics | |
configure:11517: result: darwin12.4.0 dyld | |
configure:11624: checking how to hardcode library paths into programs | |
configure:11649: result: immediate | |
configure:12189: checking whether stripping libraries is possible | |
configure:12203: result: yes | |
configure:12229: checking if libtool supports shared libraries | |
configure:12231: result: yes | |
configure:12234: checking whether to build shared libraries | |
configure:12255: result: yes | |
configure:12258: checking whether to build static libraries | |
configure:12262: result: no | |
configure:12411: checking for C++ compiler version | |
configure:12420: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
configure:12431: $? = 0 | |
configure:12420: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/ossp-uuid/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/ossp-uuid/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
... rest of stderr output deleted ... | |
configure:12431: $? = 0 | |
configure:12420: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:12431: $? = 1 | |
configure:12420: c++ -qversion >&5 | |
clang: error: no input files | |
configure:12431: $? = 1 | |
configure:12435: checking whether we are using the GNU C++ compiler | |
configure:12454: c++ -c conftest.cpp >&5 | |
configure:12454: $? = 0 | |
configure:12463: result: yes | |
configure:12472: checking whether c++ accepts -g | |
configure:12492: c++ -c -g conftest.cpp >&5 | |
configure:12492: $? = 0 | |
configure:12533: result: yes | |
configure:12558: checking dependency style of c++ | |
configure:12669: result: gcc3 | |
configure:12703: checking how to run the C++ preprocessor | |
configure:12730: c++ -E conftest.cpp | |
configure:12730: $? = 0 | |
configure:12744: c++ -E conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12744: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12769: result: c++ -E | |
configure:12789: c++ -E conftest.cpp | |
configure:12789: $? = 0 | |
configure:12803: c++ -E conftest.cpp | |
conftest.cpp:28:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:12803: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12972: checking for ld used by c++ | |
configure:13039: result: /usr/bin/ld | |
configure:13046: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:13061: result: no | |
configure:13116: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:14121: result: yes | |
configure:14157: c++ -c -g -O2 conftest.cpp >&5 | |
configure:14160: $? = 0 | |
configure:14680: checking for c++ option to produce PIC | |
configure:14687: result: -fno-common -DPIC | |
configure:14695: checking if c++ PIC flag -fno-common -DPIC works | |
configure:14713: c++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14717: $? = 0 | |
configure:14730: result: yes | |
configure:14753: checking if c++ static flag -static works | |
configure:14781: result: no | |
configure:14793: checking if c++ supports -c -o file.o | |
configure:14814: c++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:14818: $? = 0 | |
configure:14840: result: yes | |
configure:14845: checking if c++ supports -c -o file.o | |
configure:14892: result: yes | |
configure:14922: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:14958: result: yes | |
configure:15099: checking dynamic linker characteristics | |
configure:15770: result: darwin12.4.0 dyld | |
configure:15823: checking how to hardcode library paths into programs | |
configure:15848: result: immediate | |
configure:15889: checking for cc option to accept ISO C99 | |
configure:16038: cc -c -g -O2 conftest.c >&5 | |
configure:16038: $? = 0 | |
configure:16051: result: none needed | |
configure:16181: checking whether make supports nested variables | |
configure:16198: result: yes | |
configure:16209: checking whether the linker accepts | |
configure:16228: cc -o conftest -g -O2 conftest.c >&5 | |
configure:16228: $? = 0 | |
configure:16237: result: yes | |
configure:16255: : CFLAGS="$CFLAGS " | |
configure:16258: $? = 0 | |
configure:16439: checking for debug | |
configure:16441: result: no | |
configure:16451: checking for vcs system | |
configure:16471: result: none | |
configure:16480: checking for vcs checkout | |
configure:16492: result: no | |
configure:16532: checking for assert | |
configure:16534: result: no | |
configure:16540: checking for the toolset name used by Boost for c++ | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
^ | |
1 error generated. | |
configure:16615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
^ | |
1 error generated. | |
configure:16615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
^ | |
1 error generated. | |
configure:16615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
^ | |
1 error generated. | |
configure:16615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
^ | |
1 error generated. | |
configure:16615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:3: error: defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
# error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
^ | |
1 error generated. | |
configure:16615: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16615: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16615: $? = 0 | |
configure:16650: result: gcc42 -gcc | |
configure:16677: cc -c -g -O2 conftest.c >&5 | |
conftest.c:42:3: error: MT not needed | |
# error MT not needed | |
^ | |
1 error generated. | |
configure:16677: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined _REENTRANT || defined _MT || defined __MT__ | |
| /* use -mt */ | |
| #else | |
| # error MT not needed | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure: this is boost.m4 serial 16 | |
configure:16713: checking for Boost headers version >= 1.39.0 | |
configure:16784: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16784: $? = 0 | |
configure:16805: result: yes | |
configure:16824: checking for Boost's header version | |
configure:16842: result: 1_53 | |
configure:16874: checking boost/program_options.hpp usability | |
configure:16874: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16874: $? = 0 | |
configure:16874: result: yes | |
configure:16874: checking boost/program_options.hpp presence | |
configure:16874: c++ -E conftest.cpp | |
configure:16874: $? = 0 | |
configure:16874: result: yes | |
configure:16874: checking for boost/program_options.hpp | |
configure:16874: result: yes | |
configure:16901: checking for the Boost program_options library | |
configure:16943: c++ -c -g -O2 conftest.cpp >&5 | |
configure:16943: $? = 0 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc42-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-mt >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-mt >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-mt >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42 >&5 | |
ld: library not found for -lboost_program_options-gcc42 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42 >&5 | |
ld: library not found for -lboost_program_options-gcc42 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42 >&5 | |
ld: library not found for -lboost_program_options-gcc42 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-mt-d >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-mt-d >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-mt-d >&5 | |
ld: library not found for -lboost_program_options-gcc42-mt-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc42-d >&5 | |
ld: library not found for -lboost_program_options-gcc42-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc42-d >&5 | |
ld: library not found for -lboost_program_options-gcc42-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc42-d >&5 | |
ld: library not found for -lboost_program_options-gcc42-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-gcc-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-mt >&5 | |
ld: library not found for -lboost_program_options-gcc-mt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-mt >&5 | |
ld: library not found for -lboost_program_options-gcc-mt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-mt >&5 | |
ld: library not found for -lboost_program_options-gcc-mt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc >&5 | |
ld: library not found for -lboost_program_options-gcc | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc >&5 | |
ld: library not found for -lboost_program_options-gcc | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc >&5 | |
ld: library not found for -lboost_program_options-gcc | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-mt-d >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-mt-d >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-mt-d >&5 | |
ld: library not found for -lboost_program_options-gcc-mt-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-gcc-d >&5 | |
ld: library not found for -lboost_program_options-gcc-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-gcc-d >&5 | |
ld: library not found for -lboost_program_options-gcc-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-gcc-d >&5 | |
ld: library not found for -lboost_program_options-gcc-d | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-mt-1_53 >&5 | |
ld: library not found for -lboost_program_options-mt-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-1_53 >&5 | |
ld: library not found for -lboost_program_options-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-1_53 >&5 | |
ld: library not found for -lboost_program_options-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-1_53 >&5 | |
ld: library not found for -lboost_program_options-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-mt-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-mt-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/lib conftest.o -lboost_program_options-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/libexec conftest.o -lboost_program_options-d-1_53 >&5 | |
ld: library not found for -lboost_program_options-d-1_53 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:17009: $? = 1 | |
configure:16994: re-using the existing conftest.o | |
configure:17000: c++ -o conftest -g -O2 -L/usr/local/lib conftest.o -lboost_program_options-mt >&5 | |
configure:17009: $? = 0 | |
configure:17056: result: yes | |
configure:17102: checking for location of cstdint | |
configure:17136: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:41:18: fatal error: 'cstdint' file not found | |
#include <cstdint> | |
^ | |
1 error generated. | |
configure:17136: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <cstdint> | |
| int | |
| main () | |
| { | |
| uint32_t t | |
| ; | |
| return 0; | |
| } | |
configure:17153: c++ -c -g -O2 conftest.cpp >&5 | |
configure:17153: $? = 0 | |
configure:17170: c++ -c -g -O2 conftest.cpp >&5 | |
configure:17170: $? = 0 | |
configure:17199: result: <tr1/cstdint> | |
configure:17203: result: <tr1/cstdint> | |
configure:17227: checking for location of cinttypes | |
configure:17263: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:18: fatal error: 'cinttypes' file not found | |
#include <cinttypes> | |
^ | |
1 error generated. | |
configure:17263: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| /* end confdefs.h. */ | |
| | |
| #include <cinttypes> | |
| int | |
| main () | |
| { | |
| | |
| uint32_t foo= UINT32_C(1); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17283: c++ -c -g -O2 conftest.cpp >&5 | |
configure:17283: $? = 0 | |
configure:17303: c++ -c -g -O2 conftest.cpp >&5 | |
conftest.cpp:42:18: fatal error: 'boost/cinttypes.hpp' file not found | |
#include <boost/cinttypes.hpp> | |
^ | |
1 error generated. | |
configure:17303: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| /* end confdefs.h. */ | |
| | |
| #include <boost/cinttypes.hpp> | |
| int | |
| main () | |
| { | |
| | |
| uint32_t foo= UINT32_C(1); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:17332: result: <tr1/cinttypes> | |
configure:17337: result: <tr1/cinttypes> | |
configure:17504: checking for mysqld | |
configure:17522: found /usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld | |
configure:17535: result: /usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld | |
configure:17584: checking for mysql_config | |
configure:17602: found /usr/local/mysql-5.1.59-osx10.6-x86/bin/mysql_config | |
configure:17614: result: /usr/local/mysql-5.1.59-osx10.6-x86/bin/mysql_config | |
configure:17647: checking if MySQL version is >= 5.0 | |
configure:17674: result: yes | |
configure:17742: checking valgrind/valgrind.h usability | |
configure:17742: cc -c -g -O2 conftest.c >&5 | |
conftest.c:80:10: fatal error: 'valgrind/valgrind.h' file not found | |
#include <valgrind/valgrind.h> | |
^ | |
1 error generated. | |
configure:17742: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <valgrind/valgrind.h> | |
configure:17742: result: no | |
configure:17742: checking valgrind/valgrind.h presence | |
configure:17742: cc -E conftest.c | |
conftest.c:47:10: fatal error: 'valgrind/valgrind.h' file not found | |
#include <valgrind/valgrind.h> | |
^ | |
1 error generated. | |
configure:17742: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| /* end confdefs.h. */ | |
| #include <valgrind/valgrind.h> | |
configure:17742: result: no | |
configure:17742: checking for valgrind/valgrind.h | |
configure:17742: result: no | |
configure:17936: checking for curl-config | |
configure:17954: found /usr/bin/curl-config | |
configure:17966: result: /usr/bin/curl-config | |
configure:18020: checking for curl (libcurl 7.24.0) >= 7.21.7 | |
configure:18055: result: yes | |
configure:18084: checking curl/curl.h usability | |
configure:18084: cc -c -g -O2 conftest.c >&5 | |
configure:18084: $? = 0 | |
configure:18084: result: yes | |
configure:18084: checking curl/curl.h presence | |
configure:18084: cc -E conftest.c | |
configure:18084: $? = 0 | |
configure:18084: result: yes | |
configure:18084: checking for curl/curl.h | |
configure:18084: result: yes | |
configure:18087: checking for main in -lcurl | |
configure:18106: cc -o conftest -g -O2 conftest.c -lcurl >&5 | |
configure:18106: $? = 0 | |
configure:18115: result: yes | |
configure:18300: checking whether drizzled executable path has been provided | |
configure:18366: result: no | |
configure:18370: checking for drizzled | |
configure:18403: result: no | |
configure:18473: checking libdrizzle-5.1/drizzle_client.h usability | |
configure:18473: cc -c -g -O2 conftest.c >&5 | |
conftest.c:86:10: fatal error: 'libdrizzle-5.1/drizzle_client.h' file not found | |
#include <libdrizzle-5.1/drizzle_client.h> | |
^ | |
1 error generated. | |
configure:18473: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libdrizzle-5.1/drizzle_client.h> | |
configure:18473: result: no | |
configure:18473: checking libdrizzle-5.1/drizzle_client.h presence | |
configure:18473: cc -E conftest.c | |
conftest.c:53:10: fatal error: 'libdrizzle-5.1/drizzle_client.h' file not found | |
#include <libdrizzle-5.1/drizzle_client.h> | |
^ | |
1 error generated. | |
configure:18473: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| /* end confdefs.h. */ | |
| #include <libdrizzle-5.1/drizzle_client.h> | |
configure:18473: result: no | |
configure:18473: checking for libdrizzle-5.1/drizzle_client.h | |
configure:18473: result: no | |
configure:18596: checking for SQLite3 library >= 3.0.0 | |
configure:18645: cc -c -g -O2 -I/usr/include conftest.c >&5 | |
configure:18645: $? = 0 | |
configure:18647: result: yes | |
configure:18890: checking for pg_config | |
configure:18908: found /usr/bin/pg_config | |
configure:18920: result: /usr/bin/pg_config | |
configure:18938: checking for PostgreSQL libraries | |
configure:18951: result: yes | |
configure:19081: checking tcadb.h usability | |
configure:19081: cc -c -g -O2 conftest.c >&5 | |
conftest.c:91:10: fatal error: 'tcadb.h' file not found | |
#include <tcadb.h> | |
^ | |
1 error generated. | |
configure:19081: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <tcadb.h> | |
configure:19081: result: no | |
configure:19081: checking tcadb.h presence | |
configure:19081: cc -E conftest.c | |
conftest.c:58:10: fatal error: 'tcadb.h' file not found | |
#include <tcadb.h> | |
^ | |
1 error generated. | |
configure:19081: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| /* end confdefs.h. */ | |
| #include <tcadb.h> | |
configure:19081: result: no | |
configure:19081: checking for tcadb.h | |
configure:19081: result: no | |
configure:19168: checking whether strerror_r is declared | |
configure:19168: cc -c -g -O2 conftest.c >&5 | |
configure:19168: $? = 0 | |
configure:19168: result: yes | |
configure:19181: checking for strerror_r | |
configure:19181: cc -o conftest -g -O2 conftest.c >&5 | |
configure:19181: $? = 0 | |
configure:19181: result: yes | |
configure:19190: checking whether strerror_r returns char * | |
configure:19214: cc -c -g -O2 conftest.c >&5 | |
conftest.c:99:13: error: indirection requires pointer operand ('int' invalid) | |
char x = *strerror_r (0, buf, sizeof buf); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
conftest.c:100:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | |
char *p = strerror_r (0, buf, sizeof buf); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning and 1 error generated. | |
configure:19214: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19252: result: no | |
configure:19260: checking for MSG_NOSIGNAL | |
configure:19292: cc -c -g -O2 -I. conftest.c >&5 | |
conftest.c:65:12: error: use of undeclared identifier 'MSG_NOSIGNAL' | |
int flags= MSG_NOSIGNAL | |
^ | |
1 error generated. | |
configure:19292: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| int flags= MSG_NOSIGNAL | |
| ; | |
| return 0; | |
| } | |
configure:19311: result: | |
configure:19314: checking for MSG_DONTWAIT | |
configure:19346: cc -c -g -O2 -I. conftest.c >&5 | |
configure:19346: $? = 0 | |
configure:19365: result: yes | |
configure:19368: checking for MSG_MORE | |
configure:19399: cc -c -g -O2 -I. conftest.c >&5 | |
conftest.c:65:12: error: use of undeclared identifier 'MSG_MORE' | |
int flags= MSG_MORE | |
^ | |
1 error generated. | |
configure:19399: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| int flags= MSG_MORE | |
| ; | |
| return 0; | |
| } | |
configure:19418: result: | |
configure:19438: checking for O_CLOEXEC | |
configure:19464: cc -c -g -O2 -I. conftest.c >&5 | |
configure:19464: $? = 0 | |
configure:19479: result: yes | |
configure:19528: checking hiredis/hiredis.h usability | |
configure:19528: cc -c -g -O2 conftest.c >&5 | |
conftest.c:96:10: fatal error: 'hiredis/hiredis.h' file not found | |
#include <hiredis/hiredis.h> | |
^ | |
1 error generated. | |
configure:19528: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <hiredis/hiredis.h> | |
configure:19528: result: no | |
configure:19528: checking hiredis/hiredis.h presence | |
configure:19528: cc -E conftest.c | |
conftest.c:63:10: fatal error: 'hiredis/hiredis.h' file not found | |
#include <hiredis/hiredis.h> | |
^ | |
1 error generated. | |
configure:19528: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| /* end confdefs.h. */ | |
| #include <hiredis/hiredis.h> | |
configure:19528: result: no | |
configure:19528: checking for hiredis/hiredis.h | |
configure:19528: result: no | |
configure:19613: checking for dpkg-gensymbols | |
configure:19643: result: no | |
configure:19655: checking for perl | |
configure:19671: found /usr/bin/perl | |
configure:19682: result: perl | |
configure:19697: checking for valgrind | |
configure:19727: result: no | |
configure:19739: checking for wine | |
configure:19769: result: no | |
configure:19779: checking for gperf | |
configure:19797: found /usr/bin/gperf | |
configure:19809: result: /usr/bin/gperf | |
configure:19821: checking for gawk | |
configure:19848: result: awk | |
configure:19860: checking whether ln -s works | |
configure:19864: result: yes | |
configure:19871: checking whether make sets $(MAKE) | |
configure:19893: result: yes | |
configure:19914: checking whether memcached executable path has been provided | |
configure:19981: result: no | |
configure:19985: checking for memcached | |
configure:20003: found /usr/bin/memcached | |
configure:20016: result: /usr/bin/memcached | |
configure:20041: result: memcached version "1.4.13" | |
configure:20084: checking whether sphinx-build executable path has been provided | |
configure:20151: result: no | |
configure:20155: checking for sphinx-build | |
configure:20186: result: : | |
configure:20248: checking whether lcov executable path has been provided | |
configure:20314: result: no | |
configure:20318: checking for lcov | |
configure:20351: result: no | |
configure:20379: checking whether genhtml executable path has been provided | |
configure:20445: result: no | |
configure:20449: checking for genhtml | |
configure:20482: result: no | |
configure:20500: checking for ANSI C header files | |
configure:20604: result: yes | |
configure:20612: checking for sys/wait.h that is POSIX.1 compatible | |
configure:20638: cc -c -g -O2 conftest.c >&5 | |
configure:20638: $? = 0 | |
configure:20645: result: yes | |
configure:20659: checking for arpa/inet.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for errno.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for execinfo.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for fcntl.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for features.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
conftest.c:107:10: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:20659: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <features.h> | |
configure:20659: result: no | |
configure:20659: checking for fnmatch.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for getopt.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for inttypes.h | |
configure:20659: result: yes | |
configure:20659: checking for limits.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for mach/mach.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for netdb.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for netinet/in.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for netinet/tcp.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for poll.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for pwd.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for signal.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for spawn.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for stdarg.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for stddef.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for stdint.h | |
configure:20659: result: yes | |
configure:20659: checking for stdio.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for stdlib.h | |
configure:20659: result: yes | |
configure:20659: checking for string.h | |
configure:20659: result: yes | |
configure:20659: checking for strings.h | |
configure:20659: result: yes | |
configure:20659: checking for sys/resource.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for sys/socket.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for sys/stat.h | |
configure:20659: result: yes | |
configure:20659: checking for sys/time.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for sys/types.h | |
configure:20659: result: yes | |
configure:20659: checking for sys/utsname.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for sys/wait.h | |
configure:20659: result: yes | |
configure:20659: checking for syslog.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
configure:20659: $? = 0 | |
configure:20659: result: yes | |
configure:20659: checking for unistd.h | |
configure:20659: result: yes | |
configure:20659: checking for winsock2.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
conftest.c:135:10: fatal error: 'winsock2.h' file not found | |
#include <winsock2.h> | |
^ | |
1 error generated. | |
configure:20659: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <winsock2.h> | |
configure:20659: result: no | |
configure:20659: checking for libmemcached-1.0/types/return.h | |
configure:20659: cc -c -g -O2 conftest.c >&5 | |
conftest.c:135:10: fatal error: 'libmemcached-1.0/types/return.h' file not found | |
#include <libmemcached-1.0/types/return.h> | |
^ | |
1 error generated. | |
configure:20659: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <libmemcached-1.0/types/return.h> | |
configure:20659: result: no | |
configure:20792: checking for ptrdiff_t | |
configure:20792: cc -c -g -O2 conftest.c >&5 | |
configure:20792: $? = 0 | |
configure:20792: cc -c -g -O2 conftest.c >&5 | |
conftest.c:137:24: error: expected expression | |
if (sizeof ((ptrdiff_t))) | |
^ | |
1 error generated. | |
configure:20792: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ptrdiff_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:20792: result: yes | |
configure:20802: checking for an ANSI C-conforming const | |
configure:20868: cc -c -g -O2 conftest.c >&5 | |
configure:20868: $? = 0 | |
configure:20875: result: yes | |
configure:20883: checking for inline | |
configure:20899: cc -c -g -O2 conftest.c >&5 | |
configure:20899: $? = 0 | |
configure:20907: result: inline | |
configure:20925: checking for working volatile | |
configure:20944: cc -c -g -O2 conftest.c >&5 | |
configure:20944: $? = 0 | |
configure:20951: result: yes | |
configure:20959: checking for stdbool.h that conforms to C99 | |
configure:21026: cc -c -g -O2 conftest.c >&5 | |
configure:21026: $? = 0 | |
configure:21033: result: yes | |
configure:21035: checking for _Bool | |
configure:21035: cc -c -g -O2 conftest.c >&5 | |
configure:21035: $? = 0 | |
configure:21035: cc -c -g -O2 conftest.c >&5 | |
conftest.c:138:20: error: expected expression | |
if (sizeof ((_Bool))) | |
^ | |
1 error generated. | |
configure:21035: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((_Bool))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21035: result: yes | |
configure:21052: checking whether time.h and sys/time.h may both be included | |
configure:21072: cc -c -g -O2 conftest.c >&5 | |
configure:21072: $? = 0 | |
configure:21079: result: yes | |
configure:21087: checking for int32_t | |
configure:21087: cc -c -g -O2 conftest.c >&5 | |
configure:21087: $? = 0 | |
configure:21087: cc -c -g -O2 conftest.c >&5 | |
conftest.c:142:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:21087: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 32 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21087: result: yes | |
configure:21098: checking for int64_t | |
configure:21098: cc -c -g -O2 conftest.c >&5 | |
configure:21098: $? = 0 | |
configure:21098: cc -c -g -O2 conftest.c >&5 | |
conftest.c:142:24: error: 'test_array' declared as an array with a negative size | |
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
configure:21098: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 64 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0; | |
| return test_array [0]; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21098: result: yes | |
configure:21109: checking for off_t | |
configure:21109: cc -c -g -O2 conftest.c >&5 | |
configure:21109: $? = 0 | |
configure:21109: cc -c -g -O2 conftest.c >&5 | |
conftest.c:141:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:21109: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21109: result: yes | |
configure:21120: checking for pid_t | |
configure:21120: cc -c -g -O2 conftest.c >&5 | |
configure:21120: $? = 0 | |
configure:21120: cc -c -g -O2 conftest.c >&5 | |
conftest.c:141:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:21120: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21120: result: yes | |
configure:21131: checking for size_t | |
configure:21131: cc -c -g -O2 conftest.c >&5 | |
configure:21131: $? = 0 | |
configure:21131: cc -c -g -O2 conftest.c >&5 | |
conftest.c:141:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:21131: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21131: result: yes | |
configure:21142: checking for ssize_t | |
configure:21142: cc -c -g -O2 conftest.c >&5 | |
configure:21142: $? = 0 | |
configure:21142: cc -c -g -O2 conftest.c >&5 | |
conftest.c:141:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:21142: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21142: result: yes | |
configure:21153: checking for uid_t in sys/types.h | |
configure:21172: result: yes | |
configure:21183: checking for uint16_t | |
configure:21183: cc -c -g -O2 conftest.c >&5 | |
configure:21183: $? = 0 | |
configure:21183: result: yes | |
configure:21195: checking for uint32_t | |
configure:21195: cc -c -g -O2 conftest.c >&5 | |
configure:21195: $? = 0 | |
configure:21195: result: yes | |
configure:21209: checking for uint64_t | |
configure:21209: cc -c -g -O2 conftest.c >&5 | |
configure:21209: $? = 0 | |
configure:21209: result: yes | |
configure:21223: checking for uint8_t | |
configure:21223: cc -c -g -O2 conftest.c >&5 | |
configure:21223: $? = 0 | |
configure:21223: result: yes | |
configure:21239: checking for error_at_line | |
configure:21255: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:105:10: fatal error: 'error.h' file not found | |
#include <error.h> | |
^ | |
1 error generated. | |
configure:21255: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main () | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:21263: result: no | |
configure:21276: checking vfork.h usability | |
configure:21276: cc -c -g -O2 conftest.c >&5 | |
conftest.c:138:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:21276: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vfork.h> | |
configure:21276: result: no | |
configure:21276: checking vfork.h presence | |
configure:21276: cc -E conftest.c | |
conftest.c:105:10: fatal error: 'vfork.h' file not found | |
#include <vfork.h> | |
^ | |
1 error generated. | |
configure:21276: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <vfork.h> | |
configure:21276: result: no | |
configure:21276: checking for vfork.h | |
configure:21276: result: no | |
configure:21289: checking for fork | |
configure:21289: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21289: $? = 0 | |
configure:21289: result: yes | |
configure:21289: checking for vfork | |
configure:21289: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:129:6: warning: incompatible redeclaration of library function 'vfork' | |
char vfork (); | |
^ | |
conftest.c:129:6: note: 'vfork' is a builtin with type 'int (void)' | |
1 warning generated. | |
configure:21289: $? = 0 | |
configure:21289: result: yes | |
configure:21299: checking for working fork | |
configure:21321: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21321: $? = 0 | |
configure:21321: ./conftest | |
configure:21321: $? = 0 | |
configure:21331: result: yes | |
configure:21352: checking for working vfork | |
configure:21462: result: yes | |
configure:21487: checking for working memcmp | |
configure:21530: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21530: $? = 0 | |
configure:21530: ./conftest | |
configure:21530: $? = 0 | |
configure:21540: result: yes | |
configure:21549: checking whether strerror_r is declared | |
configure:21549: result: yes | |
configure:21562: checking for strerror_r | |
configure:21562: result: yes | |
configure:21571: checking whether strerror_r returns char * | |
configure:21633: result: no | |
configure:21643: checking for vprintf | |
configure:21643: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:134:6: warning: incompatible redeclaration of library function 'vprintf' | |
char vprintf (); | |
^ | |
conftest.c:134:6: note: 'vprintf' is a builtin with type 'int (const char *, __va_list_tag *)' | |
1 warning generated. | |
configure:21643: $? = 0 | |
configure:21643: result: yes | |
configure:21649: checking for _doprnt | |
configure:21649: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__doprnt", referenced from: | |
_main in conftest-Bs6ezV.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21649: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _doprnt innocuous__doprnt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _doprnt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _doprnt | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _doprnt (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__doprnt || defined __stub____doprnt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _doprnt (); | |
| ; | |
| return 0; | |
| } | |
configure:21649: result: no | |
configure:21662: checking for working alloca.h | |
configure:21679: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21679: $? = 0 | |
configure:21687: result: yes | |
configure:21695: checking for alloca | |
configure:21732: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21732: $? = 0 | |
configure:21740: result: yes | |
configure:21846: checking for mbstate_t | |
configure:21863: cc -c -g -O2 conftest.c >&5 | |
configure:21863: $? = 0 | |
configure:21870: result: yes | |
configure:21881: checking for working POSIX fnmatch | |
configure:21914: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21914: $? = 0 | |
configure:21914: ./conftest | |
configure:21914: $? = 0 | |
configure:21924: result: yes | |
configure:21982: checking for accept4 | |
configure:21982: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_accept4", referenced from: | |
_main in conftest-FYNXV1.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:21982: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| /* end confdefs.h. */ | |
| /* Define accept4 to an innocuous variant, in case <limits.h> declares accept4. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define accept4 innocuous_accept4 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char accept4 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef accept4 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char accept4 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_accept4 || defined __stub___accept4 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return accept4 (); | |
| ; | |
| return 0; | |
| } | |
configure:21982: result: no | |
configure:21993: checking for dup2 | |
configure:21993: cc -o conftest -g -O2 conftest.c >&5 | |
configure:21993: $? = 0 | |
configure:21993: result: yes | |
configure:22004: checking for gettimeofday | |
configure:22004: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22004: $? = 0 | |
configure:22004: result: yes | |
configure:22015: checking for memchr | |
configure:22015: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:140:6: warning: incompatible redeclaration of library function 'memchr' | |
char memchr (); | |
^ | |
conftest.c:140:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)' | |
1 warning generated. | |
configure:22015: $? = 0 | |
configure:22015: result: yes | |
configure:22026: checking for memmove | |
configure:22026: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:141:6: warning: incompatible redeclaration of library function 'memmove' | |
char memmove (); | |
^ | |
conftest.c:141:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | |
1 warning generated. | |
configure:22026: $? = 0 | |
configure:22026: result: yes | |
configure:22037: checking for memset | |
configure:22037: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:142:6: warning: incompatible redeclaration of library function 'memset' | |
char memset (); | |
^ | |
conftest.c:142:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | |
1 warning generated. | |
configure:22037: $? = 0 | |
configure:22037: result: yes | |
configure:22048: checking for pipe | |
configure:22048: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22048: $? = 0 | |
configure:22048: result: yes | |
configure:22059: checking for pipe2 | |
configure:22059: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_pipe2", referenced from: | |
_main in conftest-Pjm7Fm.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22059: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| /* end confdefs.h. */ | |
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pipe2 innocuous_pipe2 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pipe2 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pipe2 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pipe2 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pipe2 || defined __stub___pipe2 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pipe2 (); | |
| ; | |
| return 0; | |
| } | |
configure:22059: result: no | |
configure:22070: checking for select | |
configure:22070: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22070: $? = 0 | |
configure:22070: result: yes | |
configure:22081: checking for setenv | |
configure:22081: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22081: $? = 0 | |
configure:22081: result: yes | |
configure:22092: checking for socket | |
configure:22092: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22092: $? = 0 | |
configure:22092: result: yes | |
configure:22103: checking for strcasecmp | |
configure:22103: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:147:6: warning: incompatible redeclaration of library function 'strcasecmp' | |
char strcasecmp (); | |
^ | |
conftest.c:147:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | |
1 warning generated. | |
configure:22103: $? = 0 | |
configure:22103: result: yes | |
configure:22114: checking for strdup | |
configure:22114: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:148:6: warning: incompatible redeclaration of library function 'strdup' | |
char strdup (); | |
^ | |
conftest.c:148:6: note: 'strdup' is a builtin with type 'char *(const char *)' | |
1 warning generated. | |
configure:22114: $? = 0 | |
configure:22114: result: yes | |
configure:22125: checking for strerror | |
configure:22125: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:149:6: warning: incompatible redeclaration of library function 'strerror' | |
char strerror (); | |
^ | |
conftest.c:149:6: note: 'strerror' is a builtin with type 'char *(int)' | |
1 warning generated. | |
configure:22125: $? = 0 | |
configure:22125: result: yes | |
configure:22136: checking for strncasecmp | |
configure:22136: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:150:6: warning: incompatible redeclaration of library function 'strncasecmp' | |
char strncasecmp (); | |
^ | |
conftest.c:150:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:22136: $? = 0 | |
configure:22136: result: yes | |
configure:22147: checking for strtol | |
configure:22147: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22147: $? = 0 | |
configure:22147: result: yes | |
configure:22158: checking for strtoul | |
configure:22158: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22158: $? = 0 | |
configure:22158: result: yes | |
configure:22169: checking for uname | |
configure:22169: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22169: $? = 0 | |
configure:22169: result: yes | |
configure:22180: checking for atexit | |
configure:22180: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22180: $? = 0 | |
configure:22180: result: yes | |
configure:22191: checking for clock_gettime | |
configure:22191: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-9VPk7j.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22191: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| /* end confdefs.h. */ | |
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define clock_gettime innocuous_clock_gettime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char clock_gettime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef clock_gettime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_clock_gettime || defined __stub___clock_gettime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:22191: result: no | |
configure:22202: checking for getcwd | |
configure:22202: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22202: $? = 0 | |
configure:22202: result: yes | |
configure:22213: checking for strstr | |
configure:22213: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:156:6: warning: incompatible redeclaration of library function 'strstr' | |
char strstr (); | |
^ | |
conftest.c:156:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' | |
1 warning generated. | |
configure:22213: $? = 0 | |
configure:22213: result: yes | |
configure:22222: checking for setsockopt | |
configure:22222: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22222: $? = 0 | |
configure:22222: result: yes | |
configure:22273: checking for bind | |
configure:22273: cc -o conftest -g -O2 conftest.c >&5 | |
configure:22273: $? = 0 | |
configure:22273: result: yes | |
configure:22351: checking for dlfcn.h | |
configure:22351: result: yes | |
configure:22354: checking for main in -ldl | |
configure:22373: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:22373: $? = 0 | |
configure:22382: result: yes | |
configure:22420: checking for dlopen in -ldl | |
configure:22445: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:22445: $? = 0 | |
configure:22454: result: yes | |
configure:22462: checking for dladdr in -ldl | |
configure:22487: cc -o conftest -g -O2 conftest.c -ldl >&5 | |
configure:22487: $? = 0 | |
configure:22496: result: yes | |
configure:22512: checking for clock_gettime in -lrt | |
configure:22537: cc -o conftest -g -O2 conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:22537: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:22546: result: no | |
configure:22716: checking cyassl/ssl.h usability | |
configure:22716: cc -c -g -O2 conftest.c >&5 | |
conftest.c:171:10: fatal error: 'cyassl/ssl.h' file not found | |
#include <cyassl/ssl.h> | |
^ | |
1 error generated. | |
configure:22716: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <cyassl/ssl.h> | |
configure:22716: result: no | |
configure:22716: checking cyassl/ssl.h presence | |
configure:22716: cc -E conftest.c | |
conftest.c:138:10: fatal error: 'cyassl/ssl.h' file not found | |
#include <cyassl/ssl.h> | |
^ | |
1 error generated. | |
configure:22716: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| /* end confdefs.h. */ | |
| #include <cyassl/ssl.h> | |
configure:22716: result: no | |
configure:22716: checking for cyassl/ssl.h | |
configure:22716: result: no | |
configure:22788: checking libmemcached-1.0/memcached.h usability | |
configure:22788: cc -c -g -O2 conftest.c >&5 | |
configure:22788: $? = 0 | |
configure:22788: result: yes | |
configure:22788: checking libmemcached-1.0/memcached.h presence | |
configure:22788: cc -E conftest.c | |
configure:22788: $? = 0 | |
configure:22788: result: yes | |
configure:22788: checking for libmemcached-1.0/memcached.h | |
configure:22788: result: yes | |
configure:22791: checking check for -lmemcached | |
configure:22832: cc -o conftest -g -O2 conftest.c -lmemcached >&5 | |
configure:22832: $? = 0 | |
configure:22832: ./conftest | |
configure:22832: $? = 0 | |
configure:22857: result: yes | |
configure:22882: checking libmemcachedutil-1.0/util.h usability | |
configure:22882: cc -c -g -O2 conftest.c >&5 | |
configure:22882: $? = 0 | |
configure:22882: result: yes | |
configure:22882: checking libmemcachedutil-1.0/util.h presence | |
configure:22882: cc -E conftest.c | |
configure:22882: $? = 0 | |
configure:22882: result: yes | |
configure:22882: checking for libmemcachedutil-1.0/util.h | |
configure:22882: result: yes | |
configure:22885: checking check for -lmemcachedutil | |
configure:22925: cc -o conftest -g -O2 conftest.c -lmemcachedutil -lmemcached >&5 | |
configure:22925: $? = 0 | |
configure:22925: ./conftest | |
configure:22925: $? = 0 | |
configure:22950: result: yes | |
configure:23027: checking test for a working libevent | |
configure:23070: cc -o conftest -g -O2 conftest.c -levent >&5 | |
configure:23070: $? = 0 | |
configure:23070: ./conftest | |
configure:23070: $? = 0 | |
configure:23095: result: yes | |
configure:23126: checking uuid/uuid.h usability | |
configure:23126: cc -c -g -O2 conftest.c >&5 | |
configure:23126: $? = 0 | |
configure:23126: result: yes | |
configure:23126: checking uuid/uuid.h presence | |
configure:23126: cc -E conftest.c | |
configure:23126: $? = 0 | |
configure:23126: result: yes | |
configure:23126: checking for uuid/uuid.h | |
configure:23126: result: yes | |
configure:23130: checking check to see if -luuid is needed | |
configure:23159: cc -o conftest -g -O2 conftest.c >&5 | |
configure:23159: $? = 0 | |
configure:23159: ./conftest | |
configure:23159: $? = 0 | |
configure:23176: result: no | |
configure:23285: checking for uuid_generate_time_safe | |
configure:23324: cc -o conftest -g -O2 conftest.c >&5 | |
conftest.c:151:13: warning: implicit declaration of function 'uuid_generate_time_safe' is invalid in C99 [-Wimplicit-function-declaration] | |
uuid_generate_time_safe(out); | |
^ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"_uuid_generate_time_safe", referenced from: | |
_main in conftest-8PZQ5m.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23324: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <uuid/uuid.h> | |
| int | |
| main () | |
| { | |
| | |
| uuid_t out; | |
| uuid_generate_time_safe(out); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:23349: result: no | |
configure:23366: checking the number of available CPUs | |
configure:23409: result: 8 | |
configure:23422: adding automake macro support | |
configure:23426: creating aminclude.am | |
configure:23457: added jobserver support to make for 9 jobs | |
configure:23659: checking for the pthreads library -lpthreads | |
configure:23697: cc -o conftest -g -O2 conftest.c -lpthreads >&5 | |
ld: library not found for -lpthreads | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23697: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| /* end confdefs.h. */ | |
| #include <pthread.h> | |
| static void routine(void *a) { a = 0; } | |
| static void *start_routine(void *a) { return a; } | |
| int | |
| main () | |
| { | |
| pthread_t th; pthread_attr_t attr; | |
| pthread_create(&th, 0, start_routine, 0); | |
| pthread_join(th, 0); | |
| pthread_attr_init(&attr); | |
| pthread_cleanup_push(routine, 0); | |
| pthread_cleanup_pop(0) /* ; */ | |
| ; | |
| return 0; | |
| } | |
configure:23706: result: no | |
configure:23604: checking whether pthreads work without any flags | |
configure:23697: cc -o conftest -g -O2 conftest.c >&5 | |
configure:23697: $? = 0 | |
configure:23706: result: yes | |
configure:23725: checking for joinable pthread attribute | |
configure:23740: cc -o conftest -g -O2 conftest.c >&5 | |
configure:23740: $? = 0 | |
configure:23746: result: PTHREAD_CREATE_JOINABLE | |
configure:23756: checking if more special flags are required for pthreads | |
configure:23770: result: -D_THREAD_SAFE | |
configure:23776: checking for PTHREAD_PRIO_INHERIT | |
configure:23794: cc -o conftest -g -O2 conftest.c >&5 | |
configure:23794: $? = 0 | |
configure:23803: result: yes | |
configure:23888: checking check for pthread_timedjoin_np | |
configure:23926: cc -o conftest -D_THREAD_SAFE conftest.c >&5 | |
conftest.c:157:11: warning: implicit declaration of function 'pthread_timedjoin_np' is invalid in C99 [-Wimplicit-function-declaration] | |
pthread_timedjoin_np(thread, NULL, NULL); | |
^ | |
1 warning generated. | |
Undefined symbols for architecture x86_64: | |
"_pthread_timedjoin_np", referenced from: | |
_main in conftest-OS5rl3.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:23926: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <pthread.h> | |
| #include <stdlib.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| pthread_t thread; | |
| pthread_timedjoin_np(thread, NULL, NULL); | |
| | |
| ; | |
| return 0; | |
| } | |
configure:23948: result: | |
configure:23962: checking whether byte ordering is bigendian | |
configure:23977: cc -c -g -O2 conftest.c >&5 | |
configure:23977: $? = 0 | |
configure:24022: cc -c -g -O2 conftest.c >&5 | |
configure:24022: $? = 0 | |
configure:24040: cc -c -g -O2 conftest.c >&5 | |
conftest.c:156:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:24040: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24168: result: no | |
configure:24214: checking if all warnings into errors | |
configure:24226: result: no | |
configure:24229: checking for C compiler vendor | |
configure:24274: cc -c -g -O2 conftest.c >&5 | |
conftest.c:155:9: error: use of undeclared identifier 'thisisanerror' | |
thisisanerror; | |
^ | |
1 error generated. | |
configure:24274: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24274: cc -c -g -O2 conftest.c >&5 | |
conftest.c:155:9: error: use of undeclared identifier 'thisisanerror' | |
thisisanerror; | |
^ | |
1 error generated. | |
configure:24274: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24274: cc -c -g -O2 conftest.c >&5 | |
conftest.c:155:9: error: use of undeclared identifier 'thisisanerror' | |
thisisanerror; | |
^ | |
1 error generated. | |
configure:24274: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | |
| thisisanerror; | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24274: cc -c -g -O2 conftest.c >&5 | |
configure:24274: $? = 0 | |
configure:24282: result: clang | |
configure:24285: checking C Compiler version | |
configure:24303: result: "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" | |
configure:24310: checking C++ Compiler version | |
configure:24328: result: "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" | |
configure:24337: checking MINGW | |
configure:24339: checking whether __MINGW32__ is declared | |
configure:24339: cc -c -g -O2 conftest.c >&5 | |
conftest.c:189:10: error: use of undeclared identifier '__MINGW32__' | |
(void) __MINGW32__; | |
^ | |
1 error generated. | |
configure:24339: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| #ifndef __MINGW32__ | |
| #ifdef __cplusplus | |
| (void) __MINGW32__; | |
| #else | |
| (void) __MINGW32__; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24339: result: no | |
configure:24347: result: no | |
configure:24368: cc -c -g -O2 conftest.c >&5 | |
conftest.c:151:3: error: GCC is Too Old! | |
# error GCC is Too Old! | |
^ | |
1 error generated. | |
configure:24368: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| #if !defined(__GNUC__) || (__GNUC__ < 4) || ((__GNUC__ >= 4) && (__GNUC_MINOR__ < 7)) | |
| # error GCC is Too Old! | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24382: checking whether the -Werror option is usable | |
configure:24401: cc -c -g -O2 -Werror conftest.c >&5 | |
configure:24401: $? = 0 | |
configure:24410: result: yes | |
configure:24412: checking for simple visibility declarations | |
configure:24439: cc -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 | |
configure:24439: $? = 0 | |
configure:24448: result: yes | |
configure:24469: checking whether the linker accepts -z | |
configure:24488: cc -o conftest -g -O2 -Werror -z conftest.c >&5 | |
clang: error: argument unused during compilation: '-z' | |
configure:24488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24498: result: no | |
configure:24469: checking whether the linker accepts relro | |
configure:24488: cc -o conftest -g -O2 -Werror relro conftest.c >&5 | |
clang: error: no such file or directory: 'relro' | |
configure:24488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24498: result: no | |
configure:24469: checking whether the linker accepts -z | |
configure:24498: result: no | |
configure:24469: checking whether the linker accepts now | |
configure:24488: cc -o conftest -g -O2 -Werror now conftest.c >&5 | |
clang: error: no such file or directory: 'now' | |
configure:24488: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24498: result: no | |
configure:24667: checking whether C compiler accepts | |
configure:24686: cc -c -g -O2 conftest.c >&5 | |
configure:24686: $? = 0 | |
configure:24694: result: yes | |
configure:25106: checking whether C compiler accepts -g | |
configure:25125: cc -c -g -O2 -Werror -g conftest.c >&5 | |
configure:25125: $? = 0 | |
configure:25134: result: yes | |
configure:25140: : CFLAGS already contains $flag | |
configure:25143: $? = 0 | |
configure:25171: checking whether C compiler accepts -O2 | |
configure:25190: cc -c -g -O2 -Werror -O2 conftest.c >&5 | |
configure:25190: $? = 0 | |
configure:25199: result: yes | |
configure:25205: : CFLAGS already contains $flag | |
configure:25208: $? = 0 | |
configure:25436: checking whether C compiler accepts -Wno-unknown-pragmas | |
configure:25455: cc -c -g -O2 -Werror -Wno-unknown-pragmas conftest.c >&5 | |
configure:25455: $? = 0 | |
configure:25464: result: yes | |
configure:25477: : CFLAGS="$CFLAGS $flag" | |
configure:25480: $? = 0 | |
configure:25501: checking whether C compiler accepts -Wno-pragmas | |
configure:25520: cc -c -g -O2 -Wno-unknown-pragmas -Werror -Wno-pragmas conftest.c >&5 | |
clang: error: unknown warning option '-Wno-pragmas' | |
configure:25520: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25529: result: no | |
configure:25636: checking whether C compiler accepts -Wall | |
configure:25655: cc -c -g -O2 -Wno-unknown-pragmas -Werror -Wall conftest.c >&5 | |
configure:25655: $? = 0 | |
configure:25664: result: yes | |
configure:25677: : CFLAGS="$CFLAGS $flag" | |
configure:25680: $? = 0 | |
configure:25701: checking whether C compiler accepts -Wextra | |
configure:25720: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Werror -Wextra conftest.c >&5 | |
configure:25720: $? = 0 | |
configure:25729: result: yes | |
configure:25742: : CFLAGS="$CFLAGS $flag" | |
configure:25745: $? = 0 | |
configure:25766: checking whether C compiler accepts -Weverything | |
configure:25785: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Weverything conftest.c >&5 | |
conftest.c:8:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define STDC_HEADERS 1 | |
^ | |
conftest.c:15:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_INTTYPES_H 1 | |
^ | |
conftest.c:16:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STDINT_H 1 | |
^ | |
conftest.c:11:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STDLIB_H 1 | |
^ | |
conftest.c:12:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STRING_H 1 | |
^ | |
conftest.c:14:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STRINGS_H 1 | |
^ | |
conftest.c:10:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_SYS_STAT_H 1 | |
^ | |
conftest.c:9:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_SYS_TYPES_H 1 | |
^ | |
conftest.c:67:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_SYS_WAIT_H 1 | |
^ | |
conftest.c:17:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_UNISTD_H 1 | |
^ | |
conftest.c:58:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_DECL_STRERROR_R 1 | |
^ | |
conftest.c:59:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STRERROR_R 1 | |
^ | |
conftest.c:2:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_NAME "gearmand" | |
^ | |
conftest.c:3:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_TARNAME "gearmand" | |
^ | |
conftest.c:4:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_VERSION "1.1.7" | |
^ | |
conftest.c:5:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_STRING "gearmand 1.1.7" | |
^ | |
conftest.c:6:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
^ | |
conftest.c:7:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_URL "http://gearman.info/" | |
^ | |
conftest.c:13:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_MEMORY_H 1 | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
configure:25785: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25794: result: no | |
configure:25831: checking whether C compiler accepts -Wthis-test-should-fail | |
configure:25850: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Wthis-test-should-fail conftest.c >&5 | |
clang: error: unknown warning option '-Wthis-test-should-fail'; did you mean '-Wmismatched-tags'? | |
configure:25850: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25859: result: no | |
configure:25898: checking whether C compiler accepts -Wunsuffixed-float-constants | |
configure:25917: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Wunsuffixed-float-constants conftest.c >&5 | |
clang: error: unknown warning option '-Wunsuffixed-float-constants'; did you mean '-Wfour-char-constants'? | |
configure:25917: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25926: result: no | |
configure:25963: checking whether C compiler accepts -Wjump-misses-init | |
configure:25982: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Wjump-misses-init conftest.c >&5 | |
clang: error: unknown warning option '-Wjump-misses-init'; did you mean '-Wimplicit-int'? | |
configure:25982: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25991: result: no | |
configure:26028: checking whether C compiler accepts -Wno-attributes | |
configure:26047: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Wno-attributes conftest.c >&5 | |
configure:26047: $? = 0 | |
configure:26056: result: yes | |
configure:26069: : CFLAGS="$CFLAGS $flag" | |
configure:26072: $? = 0 | |
configure:26093: checking whether C compiler accepts -Waddress | |
configure:26112: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Werror -Waddress conftest.c >&5 | |
configure:26112: $? = 0 | |
configure:26121: result: yes | |
configure:26134: : CFLAGS="$CFLAGS $flag" | |
configure:26137: $? = 0 | |
configure:26158: checking whether C compiler accepts -Wvarargs | |
configure:26177: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Werror -Wvarargs conftest.c >&5 | |
clang: error: unknown warning option '-Wvarargs' | |
configure:26177: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26186: result: no | |
configure:26223: checking whether C compiler accepts -Warray-bounds | |
configure:26242: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Werror -Warray-bounds conftest.c >&5 | |
configure:26242: $? = 0 | |
configure:26251: result: yes | |
configure:26264: : CFLAGS="$CFLAGS $flag" | |
configure:26267: $? = 0 | |
configure:26288: checking whether C compiler accepts -Wbad-function-cast | |
configure:26307: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Werror -Wbad-function-cast conftest.c >&5 | |
configure:26307: $? = 0 | |
configure:26316: result: yes | |
configure:26329: : CFLAGS="$CFLAGS $flag" | |
configure:26332: $? = 0 | |
configure:26354: checking whether C compiler accepts -Wchar-subscripts | |
configure:26373: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Werror -Wchar-subscripts conftest.c >&5 | |
configure:26373: $? = 0 | |
configure:26382: result: yes | |
configure:26395: : CFLAGS="$CFLAGS $flag" | |
configure:26398: $? = 0 | |
configure:26419: checking whether C compiler accepts -Wcomment | |
configure:26438: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Werror -Wcomment conftest.c >&5 | |
configure:26438: $? = 0 | |
configure:26447: result: yes | |
configure:26460: : CFLAGS="$CFLAGS $flag" | |
configure:26463: $? = 0 | |
configure:26484: checking whether C compiler accepts -Wfloat-equal | |
configure:26503: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Werror -Wfloat-equal conftest.c >&5 | |
configure:26503: $? = 0 | |
configure:26512: result: yes | |
configure:26525: : CFLAGS="$CFLAGS $flag" | |
configure:26528: $? = 0 | |
configure:26549: checking whether C compiler accepts -Wformat-security | |
configure:26568: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Werror -Wformat-security conftest.c >&5 | |
configure:26568: $? = 0 | |
configure:26577: result: yes | |
configure:26590: : CFLAGS="$CFLAGS $flag" | |
configure:26593: $? = 0 | |
configure:26614: checking whether C compiler accepts -Wformat=2 | |
configure:26633: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Werror -Wformat=2 conftest.c >&5 | |
configure:26633: $? = 0 | |
configure:26642: result: yes | |
configure:26655: : CFLAGS="$CFLAGS $flag" | |
configure:26658: $? = 0 | |
configure:26679: checking whether C compiler accepts -Wformat-y2k | |
configure:26698: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Werror -Wformat-y2k conftest.c >&5 | |
configure:26698: $? = 0 | |
configure:26707: result: yes | |
configure:26720: : CFLAGS="$CFLAGS $flag" | |
configure:26723: $? = 0 | |
configure:26744: checking whether C compiler accepts -Wlogical-op | |
configure:26763: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Werror -Wlogical-op conftest.c >&5 | |
clang: error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? | |
configure:26763: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26772: result: no | |
configure:26809: checking whether C compiler accepts -Wmaybe-uninitialized | |
configure:26828: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Werror -Wmaybe-uninitialized conftest.c >&5 | |
clang: error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? | |
configure:26828: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26837: result: no | |
configure:26874: checking whether C compiler accepts -Wmissing-field-initializers | |
configure:26893: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Werror -Wmissing-field-initializers conftest.c >&5 | |
configure:26893: $? = 0 | |
configure:26902: result: yes | |
configure:26915: : CFLAGS="$CFLAGS $flag" | |
configure:26918: $? = 0 | |
configure:27006: checking whether C compiler accepts -Wmissing-noreturn | |
configure:27025: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Werror -Wmissing-noreturn conftest.c >&5 | |
configure:27025: $? = 0 | |
configure:27034: result: yes | |
configure:27047: : CFLAGS="$CFLAGS $flag" | |
configure:27050: $? = 0 | |
configure:27072: checking whether C compiler accepts -Wmissing-prototypes | |
configure:27091: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Werror -Wmissing-prototypes conftest.c >&5 | |
configure:27091: $? = 0 | |
configure:27100: result: yes | |
configure:27113: : CFLAGS="$CFLAGS $flag" | |
configure:27116: $? = 0 | |
configure:27137: checking whether C compiler accepts -Wnested-externs | |
configure:27156: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Werror -Wnested-externs conftest.c >&5 | |
configure:27156: $? = 0 | |
configure:27165: result: yes | |
configure:27178: : CFLAGS="$CFLAGS $flag" | |
configure:27181: $? = 0 | |
configure:27202: checking whether C compiler accepts -Wnormalized=id | |
configure:27221: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Werror -Wnormalized=id conftest.c >&5 | |
clang: error: unknown warning option '-Wnormalized=id'; did you mean '-Wformat=2'? | |
configure:27221: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27230: result: no | |
configure:27267: checking whether C compiler accepts -Woverride-init | |
configure:27286: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Werror -Woverride-init conftest.c >&5 | |
clang: error: unknown warning option '-Woverride-init'; did you mean '-Wover-aligned'? | |
configure:27286: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27295: result: no | |
configure:27332: checking whether C compiler accepts -Wpointer-arith | |
configure:27351: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Werror -Wpointer-arith conftest.c >&5 | |
configure:27351: $? = 0 | |
configure:27360: result: yes | |
configure:27373: : CFLAGS="$CFLAGS $flag" | |
configure:27376: $? = 0 | |
configure:27397: checking whether C compiler accepts -Wpointer-sign | |
configure:27416: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Werror -Wpointer-sign conftest.c >&5 | |
configure:27416: $? = 0 | |
configure:27425: result: yes | |
configure:27438: : CFLAGS="$CFLAGS $flag" | |
configure:27441: $? = 0 | |
configure:27724: checking whether C compiler accepts -Wredundant-decls | |
configure:27743: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Werror -Wredundant-decls conftest.c >&5 | |
configure:27743: $? = 0 | |
configure:27752: result: yes | |
configure:27765: : CFLAGS="$CFLAGS $flag" | |
configure:27768: $? = 0 | |
configure:27790: checking whether C compiler accepts -Wshadow | |
configure:27809: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Werror -Wshadow conftest.c >&5 | |
configure:27809: $? = 0 | |
configure:27818: result: yes | |
configure:27831: : CFLAGS="$CFLAGS $flag" | |
configure:27834: $? = 0 | |
configure:27855: checking whether C compiler accepts -Wshorten-64-to-32 | |
configure:27874: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Werror -Wshorten-64-to-32 conftest.c >&5 | |
configure:27874: $? = 0 | |
configure:27883: result: yes | |
configure:27896: : CFLAGS="$CFLAGS $flag" | |
configure:27899: $? = 0 | |
configure:27920: checking whether C compiler accepts -Wsign-compare | |
configure:27939: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Werror -Wsign-compare conftest.c >&5 | |
configure:27939: $? = 0 | |
configure:27948: result: yes | |
configure:27961: : CFLAGS="$CFLAGS $flag" | |
configure:27964: $? = 0 | |
configure:27985: checking whether C compiler accepts -Wstrict-overflow=1 | |
configure:28004: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Werror -Wstrict-overflow=1 conftest.c >&5 | |
configure:28004: $? = 0 | |
configure:28013: result: yes | |
configure:28026: : CFLAGS="$CFLAGS $flag" | |
configure:28029: $? = 0 | |
configure:28050: checking whether C compiler accepts -Wstrict-prototypes | |
configure:28069: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Werror -Wstrict-prototypes conftest.c >&5 | |
configure:28069: $? = 0 | |
configure:28078: result: yes | |
configure:28091: : CFLAGS="$CFLAGS $flag" | |
configure:28094: $? = 0 | |
configure:28115: checking whether C compiler accepts -Wswitch-enum | |
configure:28134: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Werror -Wswitch-enum conftest.c >&5 | |
configure:28134: $? = 0 | |
configure:28143: result: yes | |
configure:28156: : CFLAGS="$CFLAGS $flag" | |
configure:28159: $? = 0 | |
configure:28180: checking whether C compiler accepts -Wtrampolines | |
configure:28199: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Werror -Wtrampolines conftest.c >&5 | |
clang: error: unknown warning option '-Wtrampolines' | |
configure:28199: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:28208: result: no | |
configure:28245: checking whether C compiler accepts -Wundef | |
configure:28264: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Werror -Wundef conftest.c >&5 | |
configure:28264: $? = 0 | |
configure:28273: result: yes | |
configure:28286: : CFLAGS="$CFLAGS $flag" | |
configure:28289: $? = 0 | |
configure:28310: checking whether C compiler accepts -Wunsafe-loop-optimizations | |
configure:28329: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Werror -Wunsafe-loop-optimizations conftest.c >&5 | |
clang: error: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
configure:28329: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:28338: result: no | |
configure:28375: checking whether C compiler accepts -funsafe-loop-optimizations | |
configure:28394: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Werror -funsafe-loop-optimizations conftest.c >&5 | |
clang: error: argument unused during compilation: '-funsafe-loop-optimizations' | |
configure:28394: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:28403: result: no | |
configure:29817: checking whether C compiler accepts -Wclobbered | |
configure:29836: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Werror -Wclobbered conftest.c >&5 | |
clang: error: unknown warning option '-Wclobbered' | |
configure:29836: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:29845: result: no | |
configure:29882: checking whether C compiler accepts -Wunused | |
configure:29901: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Werror -Wunused conftest.c >&5 | |
configure:29901: $? = 0 | |
configure:29910: result: yes | |
configure:29923: : CFLAGS="$CFLAGS $flag" | |
configure:29926: $? = 0 | |
configure:29947: checking whether C compiler accepts -Wunused-result | |
configure:29966: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Werror -Wunused-result conftest.c >&5 | |
configure:29966: $? = 0 | |
configure:29975: result: yes | |
configure:29988: : CFLAGS="$CFLAGS $flag" | |
configure:29991: $? = 0 | |
configure:30012: checking whether C compiler accepts -Wunused-variable | |
configure:30031: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Werror -Wunused-variable conftest.c >&5 | |
configure:30031: $? = 0 | |
configure:30040: result: yes | |
configure:30053: : CFLAGS="$CFLAGS $flag" | |
configure:30056: $? = 0 | |
configure:30077: checking whether C compiler accepts -Wunused-parameter | |
configure:30096: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Werror -Wunused-parameter conftest.c >&5 | |
configure:30096: $? = 0 | |
configure:30105: result: yes | |
configure:30118: : CFLAGS="$CFLAGS $flag" | |
configure:30121: $? = 0 | |
configure:30142: checking whether C compiler accepts -Wunused-local-typedefs | |
configure:30161: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Werror -Wunused-local-typedefs conftest.c >&5 | |
clang: error: unknown warning option '-Wunused-local-typedefs' | |
configure:30161: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:30170: result: no | |
configure:30207: checking whether C compiler accepts -Wwrite-strings | |
configure:30226: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Werror -Wwrite-strings conftest.c >&5 | |
configure:30226: $? = 0 | |
configure:30235: result: yes | |
configure:30248: : CFLAGS="$CFLAGS $flag" | |
configure:30251: $? = 0 | |
configure:30272: checking whether C compiler accepts -floop-parallelize-all | |
configure:30291: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Werror -floop-parallelize-all conftest.c >&5 | |
clang: error: argument unused during compilation: '-floop-parallelize-all' | |
configure:30291: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:30300: result: no | |
configure:30337: checking whether C compiler accepts -fwrapv | |
configure:30356: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Werror -fwrapv conftest.c >&5 | |
configure:30356: $? = 0 | |
configure:30365: result: yes | |
configure:30378: : CFLAGS="$CFLAGS $flag" | |
configure:30381: $? = 0 | |
configure:30402: checking whether C compiler accepts -fmudflapt | |
configure:30421: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -Werror -fmudflapt conftest.c >&5 | |
clang: error: argument unused during compilation: '-fmudflapt' | |
configure:30421: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:30430: result: no | |
configure:30467: checking whether C compiler accepts -pipe | |
configure:30486: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -Werror -pipe conftest.c >&5 | |
configure:30486: $? = 0 | |
configure:30495: result: yes | |
configure:30508: : CFLAGS="$CFLAGS $flag" | |
configure:30511: $? = 0 | |
configure:30532: checking whether C compiler accepts -fPIE | |
configure:30551: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -Werror -fPIE conftest.c >&5 | |
configure:30551: $? = 0 | |
configure:30560: result: yes | |
configure:30573: : CFLAGS="$CFLAGS $flag" | |
configure:30576: $? = 0 | |
configure:30532: checking whether C compiler accepts -pie | |
configure:30551: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -fPIE -Werror -pie conftest.c >&5 | |
clang: error: argument unused during compilation: '-pie' | |
configure:30551: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:30560: result: no | |
configure:30597: checking whether C compiler accepts -Wsizeof-pointer-memaccess | |
configure:30616: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -fPIE -Werror -Wsizeof-pointer-memaccess conftest.c >&5 | |
configure:30616: $? = 0 | |
configure:30625: result: yes | |
configure:30638: : CFLAGS="$CFLAGS $flag" | |
configure:30641: $? = 0 | |
configure:30662: checking whether C compiler accepts -Wpacked | |
configure:30681: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Werror -Wpacked conftest.c >&5 | |
configure:30681: $? = 0 | |
configure:30690: result: yes | |
configure:30703: : CFLAGS="$CFLAGS $flag" | |
configure:30706: $? = 0 | |
configure:30728: checking whether C compiler accepts -Wunreachable-code | |
configure:30747: cc -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Werror -Wunreachable-code conftest.c >&5 | |
configure:30747: $? = 0 | |
configure:30756: result: yes | |
configure:30769: : CFLAGS="$CFLAGS $flag" | |
configure:30772: $? = 0 | |
configure:31306: checking whether C++ compiler accepts -g | |
configure:31325: c++ -c -g -O2 -Werror -g conftest.cpp >&5 | |
configure:31325: $? = 0 | |
configure:31334: result: yes | |
configure:31340: : CXXFLAGS already contains $flag | |
configure:31343: $? = 0 | |
configure:31371: checking whether C++ compiler accepts -O2 | |
configure:31390: c++ -c -g -O2 -Werror -O2 conftest.cpp >&5 | |
configure:31390: $? = 0 | |
configure:31399: result: yes | |
configure:31405: : CXXFLAGS already contains $flag | |
configure:31408: $? = 0 | |
configure:31636: checking whether C++ compiler accepts -Wno-unknown-pragmas | |
configure:31655: c++ -c -g -O2 -Werror -Wno-unknown-pragmas conftest.cpp >&5 | |
configure:31655: $? = 0 | |
configure:31664: result: yes | |
configure:31677: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:31680: $? = 0 | |
configure:31701: checking whether C++ compiler accepts -Wno-pragmas | |
configure:31720: c++ -c -g -O2 -Wno-unknown-pragmas -Werror -Wno-pragmas conftest.cpp >&5 | |
clang: error: unknown warning option '-Wno-pragmas' | |
configure:31720: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:31729: result: no | |
configure:31836: checking whether C++ compiler accepts -Wall | |
configure:31855: c++ -c -g -O2 -Wno-unknown-pragmas -Werror -Wall conftest.cpp >&5 | |
configure:31855: $? = 0 | |
configure:31864: result: yes | |
configure:31877: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:31880: $? = 0 | |
configure:31901: checking whether C++ compiler accepts -Wextra | |
configure:31920: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Werror -Wextra conftest.cpp >&5 | |
configure:31920: $? = 0 | |
configure:31929: result: yes | |
configure:31942: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:31945: $? = 0 | |
configure:31966: checking whether C++ compiler accepts -Weverything | |
configure:31985: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Weverything conftest.cpp >&5 | |
conftest.cpp:8:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define STDC_HEADERS 1 | |
^ | |
conftest.cpp:15:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_INTTYPES_H 1 | |
^ | |
conftest.cpp:16:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STDINT_H 1 | |
^ | |
conftest.cpp:11:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STDLIB_H 1 | |
^ | |
conftest.cpp:12:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STRING_H 1 | |
^ | |
conftest.cpp:14:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STRINGS_H 1 | |
^ | |
conftest.cpp:10:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_SYS_STAT_H 1 | |
^ | |
conftest.cpp:9:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_SYS_TYPES_H 1 | |
^ | |
conftest.cpp:67:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_SYS_WAIT_H 1 | |
^ | |
conftest.cpp:17:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_UNISTD_H 1 | |
^ | |
conftest.cpp:58:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_DECL_STRERROR_R 1 | |
^ | |
conftest.cpp:59:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_STRERROR_R 1 | |
^ | |
conftest.cpp:2:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_NAME "gearmand" | |
^ | |
conftest.cpp:3:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_TARNAME "gearmand" | |
^ | |
conftest.cpp:4:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_VERSION "1.1.7" | |
^ | |
conftest.cpp:5:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_STRING "gearmand 1.1.7" | |
^ | |
conftest.cpp:6:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
^ | |
conftest.cpp:7:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define PACKAGE_URL "http://gearman.info/" | |
^ | |
conftest.cpp:13:9: error: macro is not used [-Werror,-Wunused-macros] | |
#define HAVE_MEMORY_H 1 | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
configure:31985: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:31994: result: no | |
configure:32031: checking whether C++ compiler accepts -Wthis-test-should-fail | |
configure:32050: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Wthis-test-should-fail conftest.cpp >&5 | |
clang: error: unknown warning option '-Wthis-test-should-fail'; did you mean '-Wmismatched-tags'? | |
configure:32050: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:32059: result: no | |
configure:32098: checking whether C++ compiler accepts -Wno-attributes | |
configure:32117: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Werror -Wno-attributes conftest.cpp >&5 | |
configure:32117: $? = 0 | |
configure:32126: result: yes | |
configure:32139: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32142: $? = 0 | |
configure:32163: checking whether C++ compiler accepts -Wvarargs | |
configure:32182: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Werror -Wvarargs conftest.cpp >&5 | |
clang: error: unknown warning option '-Wvarargs' | |
configure:32182: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:32191: result: no | |
configure:32228: checking whether C++ compiler accepts -Waddress | |
configure:32247: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Werror -Waddress conftest.cpp >&5 | |
configure:32247: $? = 0 | |
configure:32256: result: yes | |
configure:32269: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32272: $? = 0 | |
configure:32293: checking whether C++ compiler accepts -Warray-bounds | |
configure:32312: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Werror -Warray-bounds conftest.cpp >&5 | |
configure:32312: $? = 0 | |
configure:32321: result: yes | |
configure:32334: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32337: $? = 0 | |
configure:32358: checking whether C++ compiler accepts -Wchar-subscripts | |
configure:32377: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Werror -Wchar-subscripts conftest.cpp >&5 | |
configure:32377: $? = 0 | |
configure:32386: result: yes | |
configure:32399: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32402: $? = 0 | |
configure:32423: checking whether C++ compiler accepts -Wcomment | |
configure:32442: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Werror -Wcomment conftest.cpp >&5 | |
configure:32442: $? = 0 | |
configure:32451: result: yes | |
configure:32464: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32467: $? = 0 | |
configure:32488: checking whether C++ compiler accepts -Wctor-dtor-privacy | |
configure:32507: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Werror -Wctor-dtor-privacy conftest.cpp >&5 | |
configure:32507: $? = 0 | |
configure:32516: result: yes | |
configure:32529: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32532: $? = 0 | |
configure:32553: checking whether C++ compiler accepts -Wfloat-equal | |
configure:32572: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Werror -Wfloat-equal conftest.cpp >&5 | |
configure:32572: $? = 0 | |
configure:32581: result: yes | |
configure:32594: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32597: $? = 0 | |
configure:32618: checking whether C++ compiler accepts -Wformat=2 | |
configure:32637: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Werror -Wformat=2 conftest.cpp >&5 | |
configure:32637: $? = 0 | |
configure:32646: result: yes | |
configure:32659: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32662: $? = 0 | |
configure:32683: checking whether C++ compiler accepts -Wformat-y2k | |
configure:32702: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Werror -Wformat-y2k conftest.cpp >&5 | |
configure:32702: $? = 0 | |
configure:32711: result: yes | |
configure:32724: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32727: $? = 0 | |
configure:32748: checking whether C++ compiler accepts -Wmaybe-uninitialized | |
configure:32767: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Werror -Wmaybe-uninitialized conftest.cpp >&5 | |
clang: error: unknown warning option '-Wmaybe-uninitialized'; did you mean '-Wuninitialized'? | |
configure:32767: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:32776: result: no | |
configure:32813: checking whether C++ compiler accepts -Wmissing-field-initializers | |
configure:32832: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Werror -Wmissing-field-initializers conftest.cpp >&5 | |
configure:32832: $? = 0 | |
configure:32841: result: yes | |
configure:32854: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32857: $? = 0 | |
configure:32878: checking whether C++ compiler accepts -Wlogical-op | |
configure:32897: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Werror -Wlogical-op conftest.cpp >&5 | |
clang: error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? | |
configure:32897: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:32906: result: no | |
configure:32943: checking whether C++ compiler accepts -Wnon-virtual-dtor | |
configure:32962: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Werror -Wnon-virtual-dtor conftest.cpp >&5 | |
configure:32962: $? = 0 | |
configure:32971: result: yes | |
configure:32984: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:32987: $? = 0 | |
configure:33008: checking whether C++ compiler accepts -Wnormalized=id | |
configure:33027: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Werror -Wnormalized=id conftest.cpp >&5 | |
clang: error: unknown warning option '-Wnormalized=id'; did you mean '-Wformat=2'? | |
configure:33027: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:33036: result: no | |
configure:33073: checking whether C++ compiler accepts -Woverloaded-virtual | |
configure:33092: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Werror -Woverloaded-virtual conftest.cpp >&5 | |
configure:33092: $? = 0 | |
configure:33101: result: yes | |
configure:33114: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33117: $? = 0 | |
configure:33138: checking whether C++ compiler accepts -Wpointer-arith | |
configure:33157: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Werror -Wpointer-arith conftest.cpp >&5 | |
configure:33157: $? = 0 | |
configure:33166: result: yes | |
configure:33179: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33182: $? = 0 | |
configure:33595: checking whether C++ compiler accepts -Wredundant-decls | |
configure:33614: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Werror -Wredundant-decls conftest.cpp >&5 | |
configure:33614: $? = 0 | |
configure:33623: result: yes | |
configure:33636: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33639: $? = 0 | |
configure:33661: checking whether C++ compiler accepts -Wshadow | |
configure:33680: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Werror -Wshadow conftest.cpp >&5 | |
configure:33680: $? = 0 | |
configure:33689: result: yes | |
configure:33702: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33705: $? = 0 | |
configure:33726: checking whether C++ compiler accepts -Wshorten-64-to-32 | |
configure:33745: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Werror -Wshorten-64-to-32 conftest.cpp >&5 | |
configure:33745: $? = 0 | |
configure:33754: result: yes | |
configure:33767: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33770: $? = 0 | |
configure:33791: checking whether C++ compiler accepts -Wsign-compare | |
configure:33810: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Werror -Wsign-compare conftest.cpp >&5 | |
configure:33810: $? = 0 | |
configure:33819: result: yes | |
configure:33832: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33835: $? = 0 | |
configure:33856: checking whether C++ compiler accepts -Wstrict-overflow=1 | |
configure:33875: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Werror -Wstrict-overflow=1 conftest.cpp >&5 | |
configure:33875: $? = 0 | |
configure:33884: result: yes | |
configure:33897: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33900: $? = 0 | |
configure:33921: checking whether C++ compiler accepts -Wswitch-enum | |
configure:33940: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Werror -Wswitch-enum conftest.cpp >&5 | |
configure:33940: $? = 0 | |
configure:33949: result: yes | |
configure:33962: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:33965: $? = 0 | |
configure:33986: checking whether C++ compiler accepts -Wtrampolines | |
configure:34005: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Werror -Wtrampolines conftest.cpp >&5 | |
clang: error: unknown warning option '-Wtrampolines' | |
configure:34005: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:34014: result: no | |
configure:34051: checking whether C++ compiler accepts -Wundef | |
configure:34070: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Werror -Wundef conftest.cpp >&5 | |
configure:34070: $? = 0 | |
configure:34079: result: yes | |
configure:34092: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:34095: $? = 0 | |
configure:34116: checking whether C++ compiler accepts -Wunsafe-loop-optimizations | |
configure:34135: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Werror -Wunsafe-loop-optimizations conftest.cpp >&5 | |
clang: error: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
configure:34135: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:34144: result: no | |
configure:34181: checking whether C++ compiler accepts -funsafe-loop-optimizations | |
configure:34200: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Werror -funsafe-loop-optimizations conftest.cpp >&5 | |
clang: error: argument unused during compilation: '-funsafe-loop-optimizations' | |
configure:34200: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:34209: result: no | |
configure:34246: checking whether C++ compiler accepts -Wc++11-compat | |
configure:34265: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Werror -Wc++11-compat conftest.cpp >&5 | |
configure:34265: $? = 0 | |
configure:34274: result: yes | |
configure:34287: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:34290: $? = 0 | |
configure:35690: checking whether C++ compiler accepts -Wclobbered | |
configure:35709: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Werror -Wclobbered conftest.cpp >&5 | |
clang: error: unknown warning option '-Wclobbered' | |
configure:35709: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:35718: result: no | |
configure:35755: checking whether C++ compiler accepts -Wunused | |
configure:35774: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Werror -Wunused conftest.cpp >&5 | |
configure:35774: $? = 0 | |
configure:35783: result: yes | |
configure:35796: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:35799: $? = 0 | |
configure:35820: checking whether C++ compiler accepts -Wunused-result | |
configure:35839: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Werror -Wunused-result conftest.cpp >&5 | |
configure:35839: $? = 0 | |
configure:35848: result: yes | |
configure:35861: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:35864: $? = 0 | |
configure:35885: checking whether C++ compiler accepts -Wunused-variable | |
configure:35904: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Werror -Wunused-variable conftest.cpp >&5 | |
configure:35904: $? = 0 | |
configure:35913: result: yes | |
configure:35926: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:35929: $? = 0 | |
configure:35950: checking whether C++ compiler accepts -Wunused-parameter | |
configure:35969: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Werror -Wunused-parameter conftest.cpp >&5 | |
configure:35969: $? = 0 | |
configure:35978: result: yes | |
configure:35991: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:35994: $? = 0 | |
configure:36015: checking whether C++ compiler accepts -Wunused-local-typedefs | |
configure:36034: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Werror -Wunused-local-typedefs conftest.cpp >&5 | |
clang: error: unknown warning option '-Wunused-local-typedefs' | |
configure:36034: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:36043: result: no | |
configure:36080: checking whether C++ compiler accepts -Wwrite-strings | |
configure:36099: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Werror -Wwrite-strings conftest.cpp >&5 | |
configure:36099: $? = 0 | |
configure:36108: result: yes | |
configure:36121: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36124: $? = 0 | |
configure:36145: checking whether C++ compiler accepts -Wformat-security | |
configure:36164: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Werror -Wformat-security conftest.cpp >&5 | |
configure:36164: $? = 0 | |
configure:36173: result: yes | |
configure:36186: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36189: $? = 0 | |
configure:36210: checking whether C++ compiler accepts -floop-parallelize-all | |
configure:36229: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Werror -floop-parallelize-all conftest.cpp >&5 | |
clang: error: argument unused during compilation: '-floop-parallelize-all' | |
configure:36229: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:36238: result: no | |
configure:36275: checking whether C++ compiler accepts -fwrapv | |
configure:36294: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Werror -fwrapv conftest.cpp >&5 | |
configure:36294: $? = 0 | |
configure:36303: result: yes | |
configure:36316: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36319: $? = 0 | |
configure:36340: checking whether C++ compiler accepts -fmudflapt | |
configure:36359: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -Werror -fmudflapt conftest.cpp >&5 | |
clang: error: argument unused during compilation: '-fmudflapt' | |
configure:36359: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:36368: result: no | |
configure:36405: checking whether C++ compiler accepts -pipe | |
configure:36424: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -Werror -pipe conftest.cpp >&5 | |
configure:36424: $? = 0 | |
configure:36433: result: yes | |
configure:36446: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36449: $? = 0 | |
configure:36470: checking whether C++ compiler accepts -fPIE | |
configure:36489: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -Werror -fPIE conftest.cpp >&5 | |
configure:36489: $? = 0 | |
configure:36498: result: yes | |
configure:36511: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36514: $? = 0 | |
configure:36470: checking whether C++ compiler accepts -pie | |
configure:36489: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Werror -pie conftest.cpp >&5 | |
clang: error: argument unused during compilation: '-pie' | |
configure:36489: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "1.1.7" | |
| #define PACKAGE_STRING "gearmand 1.1.7" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "1.1.7" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin12.4.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin12.4.0" | |
| #define TARGET_CPU "x86_64" | |
| #define DEBUG 0 | |
| #define VCS_SYSTEM "none" | |
| #define VCS_CHECKOUT 0 | |
| #define NDEBUG 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_MYSQL 1 | |
| #define HAVE_LIBMYSQL_BUILD 1 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 1 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_TOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_O_CLOEXEC 1 | |
| #define HAVE_HIREDIS 0 | |
| #define MEMCACHED_VERSION "1.4.13" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/bin/memcached" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FNMATCH_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_MACH_MACH_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_SPAWN_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE__BOOL 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_ATEXIT 1 | |
| #define HAVE_GETCWD 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_DL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_DLOPEN 1 | |
| #define HAVE_DLADDR 1 | |
| #define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
| #define HAVE_LIBMEMCACHED_UTIL_H 1 | |
| #define HAVE_LIBMEMCACHED 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_UUID_UUID_H 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| #define HAVE_VISIBILITY 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:36498: result: no | |
configure:36535: checking whether C++ compiler accepts -Wsizeof-pointer-memaccess | |
configure:36554: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Werror -Wsizeof-pointer-memaccess conftest.cpp >&5 | |
configure:36554: $? = 0 | |
configure:36563: result: yes | |
configure:36576: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36579: $? = 0 | |
configure:36600: checking whether C++ compiler accepts -Wpacked | |
configure:36619: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Werror -Wpacked conftest.cpp >&5 | |
configure:36619: $? = 0 | |
configure:36628: result: yes | |
configure:36641: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36644: $? = 0 | |
configure:36666: checking whether C++ compiler accepts -Wunreachable-code | |
configure:36685: c++ -c -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Werror -Wunreachable-code conftest.cpp >&5 | |
configure:36685: $? = 0 | |
configure:36694: result: yes | |
configure:36707: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:36710: $? = 0 | |
configure:36930: checking whether the compiler supports GCC C++ ABI name demangling | |
configure:36973: c++ -o conftest -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code -fvisibility=hidden conftest.cpp >&5 | |
configure:36973: $? = 0 | |
configure:36973: ./conftest | |
configure:36973: $? = 0 | |
configure:36989: result: yes | |
configure:36991: checking checking for cxx_gcc_abi_demangle | |
configure:36993: result: "yes" | |
configure:37123: checking that generated files are newer than configure | |
configure:37129: result: done | |
configure:37248: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gearmand config.status 1.1.7, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on JesseDonat-MBP.local | |
config.status:1429: creating libhashkit/hashkitcon.h | |
config.status:1429: creating libhashkit-1.0/configure.h | |
config.status:1429: creating libtest/version.h | |
config.status:1429: creating libtest/yatlcon.h | |
config.status:1429: creating Makefile | |
config.status:1429: creating docs/conf.py | |
config.status:1429: creating libgearman-1.0/version.h | |
config.status:1429: creating scripts/gearmand | |
config.status:1429: creating scripts/gearmand-init | |
config.status:1429: creating scripts/gearmand.xml | |
config.status:1429: creating scripts/smf_install.sh | |
config.status:1429: creating support/gearmand.pc | |
config.status:1429: creating support/gearmand.spec | |
config.status:1429: creating gear_config.h | |
config.status:1689: executing depfiles commands | |
config.status:1689: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.4.0 | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_int32_t=yes | |
ac_cv_c_int64_t=yes | |
ac_cv_c_uint16_t=yes | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_uint64_t=yes | |
ac_cv_c_uint8_t=yes | |
ac_cv_c_volatile=yes | |
ac_cv_cxx_cinttypes='<tr1/cinttypes>' | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_cxx_cstdint='<tr1/cstdint>' | |
ac_cv_enable_dtrace=no | |
ac_cv_env_BOOST_ROOT_set= | |
ac_cv_env_BOOST_ROOT_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CURL_CFLAGS_set= | |
ac_cv_env_CURL_CFLAGS_value= | |
ac_cv_env_CURL_CONFIG_set= | |
ac_cv_env_CURL_CONFIG_value= | |
ac_cv_env_CURL_LIBS_set= | |
ac_cv_env_CURL_LIBS_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_CYASSL_CPPFLAGS_set= | |
ac_cv_env_CYASSL_CPPFLAGS_value= | |
ac_cv_env_CYASSL_LDFLAGS_set= | |
ac_cv_env_CYASSL_LDFLAGS_value= | |
ac_cv_env_DL_CPPFLAGS_set= | |
ac_cv_env_DL_CPPFLAGS_value= | |
ac_cv_env_DL_LDFLAGS_set= | |
ac_cv_env_DL_LDFLAGS_value= | |
ac_cv_env_DRIZZLED_BINARY_set= | |
ac_cv_env_DRIZZLED_BINARY_value= | |
ac_cv_env_HIREDIS_CPPFLAGS_set= | |
ac_cv_env_HIREDIS_CPPFLAGS_value= | |
ac_cv_env_HIREDIS_LDFLAGS_set= | |
ac_cv_env_HIREDIS_LDFLAGS_value= | |
ac_cv_env_LCOV_GENHTML_set= | |
ac_cv_env_LCOV_GENHTML_value= | |
ac_cv_env_LCOV_set= | |
ac_cv_env_LCOV_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBCURL_CPPFLAGS_set= | |
ac_cv_env_LIBCURL_CPPFLAGS_value= | |
ac_cv_env_LIBCURL_LDFLAGS_set= | |
ac_cv_env_LIBCURL_LDFLAGS_value= | |
ac_cv_env_LIBDRIZZLE_CPPFLAGS_set= | |
ac_cv_env_LIBDRIZZLE_CPPFLAGS_value= | |
ac_cv_env_LIBDRIZZLE_LDFLAGS_set= | |
ac_cv_env_LIBDRIZZLE_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_MCHECK_CPPFLAGS_set= | |
ac_cv_env_MCHECK_CPPFLAGS_value= | |
ac_cv_env_MCHECK_LDFLAGS_set= | |
ac_cv_env_MCHECK_LDFLAGS_value= | |
ac_cv_env_MEMCACHED_BINARY_set= | |
ac_cv_env_MEMCACHED_BINARY_value= | |
ac_cv_env_MYSQL_CONFIG_set= | |
ac_cv_env_MYSQL_CONFIG_value= | |
ac_cv_env_SPHINXBUILD_set= | |
ac_cv_env_SPHINXBUILD_value= | |
ac_cv_env_TOKYOCABINET_CPPFLAGS_set= | |
ac_cv_env_TOKYOCABINET_CPPFLAGS_value= | |
ac_cv_env_TOKYOCABINET_LDFLAGS_set= | |
ac_cv_env_TOKYOCABINET_LDFLAGS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func__doprnt=no | |
ac_cv_func_accept4=no | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_atexit=yes | |
ac_cv_func_bind=yes | |
ac_cv_func_clock_gettime=no | |
ac_cv_func_dup2=yes | |
ac_cv_func_fnmatch_works=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_fork_works=yes | |
ac_cv_func_getcwd=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_memchr=yes | |
ac_cv_func_memcmp_working=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_pipe2=no | |
ac_cv_func_pipe=yes | |
ac_cv_func_select=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setsockopt=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strerror_r=yes | |
ac_cv_func_strerror_r_char_p=no | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strstr=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_uname=yes | |
ac_cv_func_vfork=yes | |
ac_cv_func_vfork_works=yes | |
ac_cv_func_vprintf=yes | |
ac_cv_have_decl___MINGW32__=no | |
ac_cv_have_decl_strerror_r=yes | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_boost_program_options_hpp=yes | |
ac_cv_header_curl_curl_h=yes | |
ac_cv_header_cyassl_ssl_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_features_h=no | |
ac_cv_header_fnmatch_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_hiredis_hiredis_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libdrizzle_5_1_drizzle_client_h=no | |
ac_cv_header_libmemcached_1_0_memcached_h=yes | |
ac_cv_header_libmemcached_1_0_types_return_h=no | |
ac_cv_header_libmemcachedutil_1_0_util_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_mach_mach_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_gear_config_h=no | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_poll_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_signal_h=yes | |
ac_cv_header_spawn_h=yes | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_utsname_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_syslog_h=yes | |
ac_cv_header_tcadb_h=no | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_uuid_uuid_h=yes | |
ac_cv_header_valgrind_valgrind_h=no | |
ac_cv_header_vfork_h=no | |
ac_cv_header_winsock2_h=no | |
ac_cv_host=x86_64-apple-darwin12.4.0 | |
ac_cv_lib_curl_main=yes | |
ac_cv_lib_dl_dladdr=yes | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_dl_main=yes | |
ac_cv_lib_error_at_line=no | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_libpq=yes | |
ac_cv_msg_dontwait=yes | |
ac_cv_o_cloexec=yes | |
ac_cv_objext=o | |
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GPERF=/usr/bin/gperf | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MEMCACHED_BINARY=/usr/bin/memcached | |
ac_cv_path_MYSQLD=/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld | |
ac_cv_path_MYSQL_CONFIG=/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysql_config | |
ac_cv_path_PG_CONFIG=/usr/bin/pg_config | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_SPHINXBUILD=: | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_PERL=perl | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_c99= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_target=x86_64-apple-darwin12.4.0 | |
ac_cv_type__Bool=yes | |
ac_cv_type_mbstate_t=yes | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_ptrdiff_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_uid_t=yes | |
ac_cv_vcs_checkout=no | |
ac_cv_vcs_system=none | |
ac_cv_warnings_as_errors=no | |
ac_cv_working_alloca_h=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_tar_ustar=none | |
ax_cv_PTHREAD_PRIO_INHERIT=yes | |
ax_cv_c_compiler_vendor=clang | |
ax_cv_check_cflags__=yes | |
ax_cv_check_cflags__Werror__O2=yes | |
ax_cv_check_cflags__Werror__Waddress=yes | |
ax_cv_check_cflags__Werror__Wall=yes | |
ax_cv_check_cflags__Werror__Warray_bounds=yes | |
ax_cv_check_cflags__Werror__Wbad_function_cast=yes | |
ax_cv_check_cflags__Werror__Wchar_subscripts=yes | |
ax_cv_check_cflags__Werror__Wclobbered=no | |
ax_cv_check_cflags__Werror__Wcomment=yes | |
ax_cv_check_cflags__Werror__Weverything=no | |
ax_cv_check_cflags__Werror__Wextra=yes | |
ax_cv_check_cflags__Werror__Wfloat_equal=yes | |
ax_cv_check_cflags__Werror__Wformat_2=yes | |
ax_cv_check_cflags__Werror__Wformat_security=yes | |
ax_cv_check_cflags__Werror__Wformat_y2k=yes | |
ax_cv_check_cflags__Werror__Wjump_misses_init=no | |
ax_cv_check_cflags__Werror__Wlogical_op=no | |
ax_cv_check_cflags__Werror__Wmaybe_uninitialized=no | |
ax_cv_check_cflags__Werror__Wmissing_field_initializers=yes | |
ax_cv_check_cflags__Werror__Wmissing_noreturn=yes | |
ax_cv_check_cflags__Werror__Wmissing_prototypes=yes | |
ax_cv_check_cflags__Werror__Wnested_externs=yes | |
ax_cv_check_cflags__Werror__Wno_attributes=yes | |
ax_cv_check_cflags__Werror__Wno_pragmas=no | |
ax_cv_check_cflags__Werror__Wno_unknown_pragmas=yes | |
ax_cv_check_cflags__Werror__Wnormalized_id=no | |
ax_cv_check_cflags__Werror__Woverride_init=no | |
ax_cv_check_cflags__Werror__Wpacked=yes | |
ax_cv_check_cflags__Werror__Wpointer_arith=yes | |
ax_cv_check_cflags__Werror__Wpointer_sign=yes | |
ax_cv_check_cflags__Werror__Wredundant_decls=yes | |
ax_cv_check_cflags__Werror__Wshadow=yes | |
ax_cv_check_cflags__Werror__Wshorten_64_to_32=yes | |
ax_cv_check_cflags__Werror__Wsign_compare=yes | |
ax_cv_check_cflags__Werror__Wsizeof_pointer_memaccess=yes | |
ax_cv_check_cflags__Werror__Wstrict_overflow_1=yes | |
ax_cv_check_cflags__Werror__Wstrict_prototypes=yes | |
ax_cv_check_cflags__Werror__Wswitch_enum=yes | |
ax_cv_check_cflags__Werror__Wthis_test_should_fail=no | |
ax_cv_check_cflags__Werror__Wtrampolines=no | |
ax_cv_check_cflags__Werror__Wundef=yes | |
ax_cv_check_cflags__Werror__Wunreachable_code=yes | |
ax_cv_check_cflags__Werror__Wunsafe_loop_optimizations=no | |
ax_cv_check_cflags__Werror__Wunsuffixed_float_constants=no | |
ax_cv_check_cflags__Werror__Wunused=yes | |
ax_cv_check_cflags__Werror__Wunused_local_typedefs=no | |
ax_cv_check_cflags__Werror__Wunused_parameter=yes | |
ax_cv_check_cflags__Werror__Wunused_result=yes | |
ax_cv_check_cflags__Werror__Wunused_variable=yes | |
ax_cv_check_cflags__Werror__Wvarargs=no | |
ax_cv_check_cflags__Werror__Wwrite_strings=yes | |
ax_cv_check_cflags__Werror__fPIE=yes | |
ax_cv_check_cflags__Werror__floop_parallelize_all=no | |
ax_cv_check_cflags__Werror__fmudflapt=no | |
ax_cv_check_cflags__Werror__funsafe_loop_optimizations=no | |
ax_cv_check_cflags__Werror__fwrapv=yes | |
ax_cv_check_cflags__Werror__g=yes | |
ax_cv_check_cflags__Werror__pie=no | |
ax_cv_check_cflags__Werror__pipe=yes | |
ax_cv_check_cxxflags__Werror__O2=yes | |
ax_cv_check_cxxflags__Werror__Waddress=yes | |
ax_cv_check_cxxflags__Werror__Wall=yes | |
ax_cv_check_cxxflags__Werror__Warray_bounds=yes | |
ax_cv_check_cxxflags__Werror__Wchar_subscripts=yes | |
ax_cv_check_cxxflags__Werror__Wclobbered=no | |
ax_cv_check_cxxflags__Werror__Wcomment=yes | |
ax_cv_check_cxxflags__Werror__Wcpp11_compat=yes | |
ax_cv_check_cxxflags__Werror__Wctor_dtor_privacy=yes | |
ax_cv_check_cxxflags__Werror__Weverything=no | |
ax_cv_check_cxxflags__Werror__Wextra=yes | |
ax_cv_check_cxxflags__Werror__Wfloat_equal=yes | |
ax_cv_check_cxxflags__Werror__Wformat_2=yes | |
ax_cv_check_cxxflags__Werror__Wformat_security=yes | |
ax_cv_check_cxxflags__Werror__Wformat_y2k=yes | |
ax_cv_check_cxxflags__Werror__Wlogical_op=no | |
ax_cv_check_cxxflags__Werror__Wmaybe_uninitialized=no | |
ax_cv_check_cxxflags__Werror__Wmissing_field_initializers=yes | |
ax_cv_check_cxxflags__Werror__Wno_attributes=yes | |
ax_cv_check_cxxflags__Werror__Wno_pragmas=no | |
ax_cv_check_cxxflags__Werror__Wno_unknown_pragmas=yes | |
ax_cv_check_cxxflags__Werror__Wnon_virtual_dtor=yes | |
ax_cv_check_cxxflags__Werror__Wnormalized_id=no | |
ax_cv_check_cxxflags__Werror__Woverloaded_virtual=yes | |
ax_cv_check_cxxflags__Werror__Wpacked=yes | |
ax_cv_check_cxxflags__Werror__Wpointer_arith=yes | |
ax_cv_check_cxxflags__Werror__Wredundant_decls=yes | |
ax_cv_check_cxxflags__Werror__Wshadow=yes | |
ax_cv_check_cxxflags__Werror__Wshorten_64_to_32=yes | |
ax_cv_check_cxxflags__Werror__Wsign_compare=yes | |
ax_cv_check_cxxflags__Werror__Wsizeof_pointer_memaccess=yes | |
ax_cv_check_cxxflags__Werror__Wstrict_overflow_1=yes | |
ax_cv_check_cxxflags__Werror__Wswitch_enum=yes | |
ax_cv_check_cxxflags__Werror__Wthis_test_should_fail=no | |
ax_cv_check_cxxflags__Werror__Wtrampolines=no | |
ax_cv_check_cxxflags__Werror__Wundef=yes | |
ax_cv_check_cxxflags__Werror__Wunreachable_code=yes | |
ax_cv_check_cxxflags__Werror__Wunsafe_loop_optimizations=no | |
ax_cv_check_cxxflags__Werror__Wunused=yes | |
ax_cv_check_cxxflags__Werror__Wunused_local_typedefs=no | |
ax_cv_check_cxxflags__Werror__Wunused_parameter=yes | |
ax_cv_check_cxxflags__Werror__Wunused_result=yes | |
ax_cv_check_cxxflags__Werror__Wunused_variable=yes | |
ax_cv_check_cxxflags__Werror__Wvarargs=no | |
ax_cv_check_cxxflags__Werror__Wwrite_strings=yes | |
ax_cv_check_cxxflags__Werror__fPIE=yes | |
ax_cv_check_cxxflags__Werror__floop_parallelize_all=no | |
ax_cv_check_cxxflags__Werror__fmudflapt=no | |
ax_cv_check_cxxflags__Werror__funsafe_loop_optimizations=no | |
ax_cv_check_cxxflags__Werror__fwrapv=yes | |
ax_cv_check_cxxflags__Werror__g=yes | |
ax_cv_check_cxxflags__Werror__pie=no | |
ax_cv_check_cxxflags__Werror__pipe=yes | |
ax_cv_check_ldflags__=yes | |
ax_cv_check_ldflags__Werror__z=no | |
ax_cv_check_ldflags__Werror_now=no | |
ax_cv_check_ldflags__Werror_relro=no | |
ax_cv_cxx_gcc_abi_demangle=yes | |
ax_cv_have_CYASSL=no | |
ax_cv_have_DL=yes | |
ax_cv_have_HIREDIS=no | |
ax_cv_have_LIBCURL=yes | |
ax_cv_have_LIBDRIZZLE=no | |
ax_cv_have_TOKYOCABINET=no | |
ax_cv_libevent=yes | |
ax_cv_libmemcached=yes | |
ax_cv_libmemcached_util=yes | |
ax_cv_libuuid_is_required=no | |
ax_cv_uuid_generate_time_safe=no | |
boost_cv_inc_path=yes | |
boost_cv_lib_program_options=yes | |
boost_cv_lib_program_options_LDPATH=/usr/local/lib | |
boost_cv_lib_program_options_LIBS=-lboost_program_options-mt | |
boost_cv_lib_tag='gcc42 -gcc' | |
boost_cv_lib_version=1_53 | |
gl_cv_cc_vis_werror=yes | |
gl_cv_cc_visibility=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_LDCXX=/usr/bin/ld | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/gearman-hbdf/gearmand-1.1.7/build-aux/missing --run aclocal-1.12' | |
ALLOCA='' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMINCLUDE='aminclude.am' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/gearman-hbdf/gearmand-1.1.7/build-aux/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/gearman-hbdf/gearmand-1.1.7/build-aux/missing --run autoheader' | |
AUTOHEADER_FILE='gear_config.h' | |
AUTOMAKE='${SHELL} /private/tmp/gearman-hbdf/gearmand-1.1.7/build-aux/missing --run automake-1.12' | |
AWK='awk' | |
BOOST_CPPFLAGS='' | |
BOOST_LDPATH='/usr/local/lib' | |
BOOST_PROGRAM_OPTIONS_LDFLAGS='' | |
BOOST_PROGRAM_OPTIONS_LDPATH='/usr/local/lib' | |
BOOST_PROGRAM_OPTIONS_LIBS='-lboost_program_options-mt' | |
BOOST_ROOT='' | |
BUILDING_GEARMAN_FALSE='#' | |
BUILDING_GEARMAN_TRUE='' | |
BUILD_WIN32_FALSE='' | |
BUILD_WIN32_TRUE='#' | |
BUILD_WIN32_WRAPPERS_FALSE='' | |
BUILD_WIN32_WRAPPERS_TRUE='#' | |
CC='cc' | |
CCDEPMODE='depmode=gcc3' | |
CC_VERSION='Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)' | |
CC_VERSION_VENDOR='clang' | |
CFLAGS='-g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code' | |
CFLAG_VISIBILITY='-fvisibility=hidden' | |
CPP='cc -E' | |
CPPFLAGS=' -fvisibility=hidden' | |
CURL_CFLAGS='' | |
CURL_CONFIG='/usr/bin/curl-config' | |
CURL_LIBS='-lcurl' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code' | |
CXX_VERSION='Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)' | |
CXX_VERSION_VENDOR='clang' | |
CYASSL_CPPFLAGS='' | |
CYASSL_LDFLAGS='' | |
CYASSL_LIB='' | |
CYGPATH_W='echo' | |
DEBUG_FALSE='' | |
DEBUG_TRUE='#' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost='\''' | |
DLLTOOL='false' | |
DL_CPPFLAGS='' | |
DL_LDFLAGS='' | |
DL_LIB='-ldl' | |
DPKG_GENSYMBOLS='' | |
DRIZZLED_BINARY='' | |
DSYMUTIL='dsymutil' | |
DTRACE='' | |
DTRACEFLAGS='' | |
DTRACE_NEEDS_OBJECTS_FALSE='' | |
DTRACE_NEEDS_OBJECTS_TRUE='#' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GEARMAN_LIBRARY_VERSION='8:0:0' | |
GPERF='/usr/bin/gperf' | |
GREP='/usr/bin/grep' | |
HASHKIT_LIBRARY_VERSION='2:0:0' | |
HAVE_DTRACE_FALSE='' | |
HAVE_DTRACE_TRUE='#' | |
HAVE_LIBCURL_FALSE='#' | |
HAVE_LIBCURL_TRUE='' | |
HAVE_LIBEVENT_FALSE='#' | |
HAVE_LIBEVENT_TRUE='' | |
HAVE_LIBGEARMAN_FALSE='#' | |
HAVE_LIBGEARMAN_TRUE='' | |
HAVE_LIBMEMCACHED_FALSE='#' | |
HAVE_LIBMEMCACHED_TRUE='' | |
HAVE_LIBMYSQL_FALSE='#' | |
HAVE_LIBMYSQL_TRUE='' | |
HAVE_LIBPQ_FALSE='#' | |
HAVE_LIBPQ_TRUE='' | |
HAVE_LIBSQLITE3_FALSE='#' | |
HAVE_LIBSQLITE3_TRUE='' | |
HAVE_LIBUUID_FALSE='#' | |
HAVE_LIBUUID_TRUE='' | |
HAVE_TOKYOCABINET_FALSE='' | |
HAVE_TOKYOCABINET_TRUE='#' | |
HAVE_VISIBILITY='1' | |
HIREDIS_CPPFLAGS='' | |
HIREDIS_LDFLAGS='' | |
HIREDIS_LIB='' | |
INCLUDE_HSIEH_SRC_FALSE='' | |
INCLUDE_HSIEH_SRC_TRUE='#' | |
INC_AMINCLUDE='include $(top_builddir)/aminclude.am' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
IS_VCS_CHECKOUT_FALSE='' | |
IS_VCS_CHECKOUT_TRUE='#' | |
LCOV='' | |
LCOV_GENHTML='' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LIBCURL_CPPFLAGS='' | |
LIBCURL_LDFLAGS='' | |
LIBCURL_LIB='-lcurl' | |
LIBDRIZZLE_CPPFLAGS='' | |
LIBDRIZZLE_LDFLAGS='' | |
LIBDRIZZLE_LIB='' | |
LIBEVENT_LIB='-levent' | |
LIBGEARMAN_VERSION_HEX='0x01001007' | |
LIBGEARMAN_VERSION_STRING='1.1.7' | |
LIBM='' | |
LIBMEMCACHED_CFLAGS='' | |
LIBMEMCACHED_LIB='-lmemcached' | |
LIBMEMCACHED_UTIL_LIB='-lmemcached -lmemcachedutil' | |
LIBOBJS=' ${LIBOBJDIR}error$U.o' | |
LIBS='' | |
LIBTEST_VERSION='1.0' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBUUID_LIB='' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo' | |
MAKEINFO='${SHELL} /private/tmp/gearman-hbdf/gearmand-1.1.7/build-aux/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MCHECK='' | |
MCHECK_CPPFLAGS='' | |
MCHECK_LDFLAGS='' | |
MCHECK_LIB='' | |
MEMCACHED_BINARY='/usr/bin/memcached' | |
MKDIR_P='build-aux/install-sh -c -d' | |
MYSQLD='/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld' | |
MYSQL_CFLAGS='-I/usr/local/mysql-5.1.59-osx10.6-x86/include -g -Os -arch i386 -fno-common -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL' | |
MYSQL_CONFIG='/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysql_config' | |
MYSQL_INCLUDE='-I/usr/local/mysql-5.1.59-osx10.6-x86/include' | |
MYSQL_LDFLAGS='-L/usr/local/mysql-5.1.59-osx10.6-x86/lib -lmysqlclient -lz -lm -lmygcc' | |
MYSQL_VERSION='5.1.59' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='gearmand' | |
PACKAGE_BUGREPORT='https://bugs.launchpad.net/gearmand' | |
PACKAGE_NAME='gearmand' | |
PACKAGE_STRING='gearmand 1.1.7' | |
PACKAGE_TARNAME='gearmand' | |
PACKAGE_URL='http://gearman.info/' | |
PACKAGE_VERSION='1.1.7' | |
PATH_SEPARATOR=':' | |
PERL='perl' | |
PG_CONFIG='/usr/bin/pg_config' | |
POSTGRESQL_CFLAGS='-I/usr/include' | |
POSTGRESQL_LDFLAGS='-L/usr/lib -lpq' | |
POSTGRESQL_VERSION='9.1.5' | |
PTHREAD_CC='cc' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE ' | |
PTHREAD_LIBS='' | |
RANLIB='ranlib' | |
RT_LIB='' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHARED_ENABLED_FALSE='#' | |
SHARED_ENABLED_TRUE='' | |
SHELL='/bin/sh' | |
SPHINXBUILD=':' | |
SQLITE3_CFLAGS='-I/usr/include' | |
SQLITE3_LDFLAGS='-L/usr/lib -lsqlite3' | |
SQLITE3_VERSION='3.7.12' | |
STRIP='strip' | |
TARGET_FREEBSD_FALSE='' | |
TARGET_FREEBSD_TRUE='#' | |
TARGET_HOSTILE_FALSE='' | |
TARGET_HOSTILE_TRUE='#' | |
TARGET_LINUX_FALSE='' | |
TARGET_LINUX_TRUE='#' | |
TARGET_MINGW_FALSE='' | |
TARGET_MINGW_TRUE='#' | |
TARGET_OSX_FALSE='#' | |
TARGET_OSX_TRUE='' | |
TOKYOCABINET_CPPFLAGS='' | |
TOKYOCABINET_LDFLAGS='' | |
TOKYOCABINET_LIB='' | |
VALGRIND='' | |
VERSION='1.1.7' | |
WINE='' | |
_WITH_LIBGEARMAN_SUPPORT='_WITH_LIBGEARMAN_SUPPORT 0' | |
ac_ct_AR='ar' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='false' | |
am__untar='false' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.4.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin12.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/gearman-hbdf/gearmand-1.1.7/build-aux/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/gearman/1.1.7' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin12.4.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin12.4.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "gearmand" | |
#define PACKAGE_TARNAME "gearmand" | |
#define PACKAGE_VERSION "1.1.7" | |
#define PACKAGE_STRING "gearmand 1.1.7" | |
#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
#define PACKAGE_URL "http://gearman.info/" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define PACKAGE "gearmand" | |
#define VERSION "1.1.7" | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HOST_VENDOR "apple" | |
#define HOST_OS "darwin12.4.0" | |
#define HOST_CPU "x86_64" | |
#define TARGET_VENDOR "apple" | |
#define TARGET_OS "darwin12.4.0" | |
#define TARGET_CPU "x86_64" | |
#define DEBUG 0 | |
#define VCS_SYSTEM "none" | |
#define VCS_CHECKOUT 0 | |
#define NDEBUG 1 | |
#define HAVE_BOOST 1 | |
#define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
#define CSTDINT_H <tr1/cstdint> | |
#define __STDC_LIMIT_MACROS 1 | |
#define CINTTYPES_H <tr1/cinttypes> | |
#define HAVE_MYSQL 1 | |
#define HAVE_LIBMYSQL_BUILD 1 | |
#define HAVE_MYSQLD_BUILD 1 | |
#define MYSQLD_BINARY "/usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld" | |
#define GEARMAND_BINARY "./gearmand/gearmand" | |
#define HAVE_LIBGEARMAN 1 | |
#define HAVE_GEARMAND_BINARY 1 | |
#define HAVE_LIBCURL 1 | |
#define HAVE_DRIZZLED_BINARY 0 | |
#define DRIZZLED_BINARY 0 | |
#define HAVE_LIBDRIZZLE 0 | |
#define HAVE_SQLITE3 /**/ | |
#define HAVE_LIBSQLITE3 1 | |
#define HAVE_POSTGRESQL 1 | |
#define HAVE_LIBPQ 1 | |
#define HAVE_TOKYOCABINET 0 | |
#define HAVE_DECL_STRERROR_R 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_MSG_DONTWAIT 1 | |
#define HAVE_O_CLOEXEC 1 | |
#define HAVE_HIREDIS 0 | |
#define MEMCACHED_VERSION "1.4.13" | |
#define HAVE_MEMCACHED_BINARY 1 | |
#define MEMCACHED_BINARY "/usr/bin/memcached" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_FNMATCH_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_MACH_MACH_H 1 | |
#define HAVE_NETDB_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_NETINET_TCP_H 1 | |
#define HAVE_POLL_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_SPAWN_H 1 | |
#define HAVE_STDARG_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDIO_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_UTSNAME_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_SYSLOG_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_PTRDIFF_T 1 | |
#define HAVE__BOOL 1 | |
#define HAVE_STDBOOL_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_FORK 1 | |
#define HAVE_VFORK 1 | |
#define HAVE_WORKING_VFORK 1 | |
#define HAVE_WORKING_FORK 1 | |
#define HAVE_DECL_STRERROR_R 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_VPRINTF 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_MBSTATE_T 1 | |
#define HAVE_DUP2 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_MEMCHR 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_PIPE 1 | |
#define HAVE_SELECT 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_SOCKET 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRNCASECMP 1 | |
#define HAVE_STRTOL 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_UNAME 1 | |
#define HAVE_ATEXIT 1 | |
#define HAVE_GETCWD 1 | |
#define HAVE_STRSTR 1 | |
#define HAVE_DL 1 | |
#define HAVE_LIBDL 1 | |
#define HAVE_DLOPEN 1 | |
#define HAVE_DLADDR 1 | |
#define HAVE_LIBMEMCACHED_MEMCACHED_H 1 | |
#define HAVE_LIBMEMCACHED_UTIL_H 1 | |
#define HAVE_LIBMEMCACHED 1 | |
#define GEARMAND_BLOBSLAP_WORKER 1 | |
#define HAVE_LIBEVENT 1 | |
#define HAVE_UUID_UUID_H 1 | |
#define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
#define BUILD_LIBHOSTILE 0 | |
#define HAVE_PTHREAD_PRIO_INHERIT 1 | |
#define HAVE_PTHREAD 1 | |
#define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
#define HAVE_VISIBILITY 1 | |
#define HAVE_SHARED_ENABLED 1 | |
#define HAVE_GCC_ABI_DEMANGLE 1 | |
configure: exit 0 |
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
jessed@JesseDonat-MBP ~ » HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install gearman --with-mysql 2>&1 | |
==> Downloading https://launchpad.net/gearmand/1.2/1.1.7/+download/gearmand-1.1.7.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/gearman-1.1.7.tar.gz | |
tar xf /Library/Caches/Homebrew/gearman-1.1.7.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/gearman/1.1.7 --with-mysql | |
./configure --prefix=/usr/local/Cellar/gearman/1.1.7 --with-mysql | |
checking build system type... x86_64-apple-darwin12.4.0 | |
checking host system type... x86_64-apple-darwin12.4.0 | |
checking target system type... x86_64-apple-darwin12.4.0 | |
checking for gcc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... cc -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/gear_config.h usability... no | |
checking minix/gear_config.h presence... no | |
checking for minix/gear_config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
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 style of include used by make... GNU | |
checking how to create a ustar tar archive... none | |
checking dependency style of cc... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/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-darwin12.4.0 file names to x86_64-apple-darwin12.4.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.4.0 file names to toolchain format... func_convert_file_noop | |
checking for /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 cc 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 cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.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... no | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... gcc3 | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.4.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for cc option to accept ISO C99... none needed | |
checking whether make supports nested variables... yes | |
checking whether the linker accepts ... yes | |
checking for debug... no | |
checking for vcs system... none | |
checking for vcs checkout... no | |
checking for assert... no | |
checking for the toolset name used by Boost for c++... ./configure: line 16633: test: -ge: unary operator expected | |
gcc42 -gcc | |
checking for Boost headers version >= 1.39.0... yes | |
checking for Boost's header version... 1_53 | |
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 location of cstdint... <tr1/cstdint> | |
<tr1/cstdint> | |
checking for location of cinttypes... <tr1/cinttypes> | |
<tr1/cinttypes> | |
checking for mysqld... /usr/local/mysql-5.1.59-osx10.6-x86/bin/mysqld | |
checking for mysql_config... /usr/local/mysql-5.1.59-osx10.6-x86/bin/mysql_config | |
checking if MySQL version is >= 5.0... yes | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for curl-config... /usr/bin/curl-config | |
checking for curl (libcurl 7.24.0) >= 7.21.7... yes | |
checking curl/curl.h usability... yes | |
checking curl/curl.h presence... yes | |
checking for curl/curl.h... yes | |
checking for main in -lcurl... yes | |
checking whether drizzled executable path has been provided... no | |
checking for drizzled... no | |
checking libdrizzle-5.1/drizzle_client.h usability... no | |
checking libdrizzle-5.1/drizzle_client.h presence... no | |
checking for libdrizzle-5.1/drizzle_client.h... no | |
checking for SQLite3 library >= 3.0.0... yes | |
checking for pg_config... /usr/bin/pg_config | |
checking for PostgreSQL libraries... yes | |
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... yes | |
checking for MSG_MORE... | |
checking for O_CLOEXEC... yes | |
checking hiredis/hiredis.h usability... no | |
checking hiredis/hiredis.h presence... no | |
checking for hiredis/hiredis.h... no | |
checking for dpkg-gensymbols... no | |
checking for perl... perl | |
checking for valgrind... no | |
checking for wine... no | |
checking for gperf... /usr/bin/gperf | |
checking for gawk... (cached) awk | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... (cached) yes | |
checking whether memcached executable path has been provided... no | |
checking for memcached... /usr/bin/memcached | |
memcached version "1.4.13" | |
checking whether sphinx-build executable path has been provided... no | |
checking for sphinx-build... : | |
checking whether lcov executable path has been provided... no | |
checking for lcov... no | |
checking whether genhtml executable path has been provided... no | |
checking for genhtml... no | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for arpa/inet.h... yes | |
checking for errno.h... yes | |
checking for execinfo.h... yes | |
checking for fcntl.h... yes | |
checking for features.h... no | |
checking for fnmatch.h... yes | |
checking for getopt.h... yes | |
checking for inttypes.h... (cached) yes | |
checking for limits.h... yes | |
checking for mach/mach.h... yes | |
checking for netdb.h... yes | |
checking for netinet/in.h... yes | |
checking for netinet/tcp.h... yes | |
checking for poll.h... yes | |
checking for pwd.h... yes | |
checking for signal.h... yes | |
checking for spawn.h... yes | |
checking for stdarg.h... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdio.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for sys/resource.h... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for sys/utsname.h... yes | |
checking for sys/wait.h... (cached) yes | |
checking for syslog.h... yes | |
checking for unistd.h... (cached) yes | |
checking for winsock2.h... no | |
checking for libmemcached-1.0/types/return.h... no | |
checking for ptrdiff_t... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for working volatile... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for ssize_t... 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 uint8_t... yes | |
checking for error_at_line... no | |
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 working memcmp... 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 working alloca.h... yes | |
checking for alloca... yes | |
checking for mbstate_t... yes | |
checking for working POSIX fnmatch... yes | |
checking for accept4... no | |
checking for dup2... yes | |
checking for gettimeofday... yes | |
checking for memchr... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for pipe... yes | |
checking for pipe2... no | |
checking for select... yes | |
checking for setenv... yes | |
checking for socket... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strncasecmp... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for uname... yes | |
checking for atexit... yes | |
checking for clock_gettime... no | |
checking for getcwd... yes | |
checking for strstr... yes | |
checking for setsockopt... yes | |
checking for bind... yes | |
checking for dlfcn.h... (cached) yes | |
checking for main in -ldl... yes | |
checking for dlopen in -ldl... yes | |
checking for dladdr in -ldl... yes | |
checking for clock_gettime in -lrt... no | |
checking cyassl/ssl.h usability... no | |
checking cyassl/ssl.h presence... no | |
checking for cyassl/ssl.h... no | |
checking libmemcached-1.0/memcached.h usability... yes | |
checking libmemcached-1.0/memcached.h presence... yes | |
checking for libmemcached-1.0/memcached.h... yes | |
checking check for -lmemcached... yes | |
checking libmemcachedutil-1.0/util.h usability... yes | |
checking libmemcachedutil-1.0/util.h presence... yes | |
checking for libmemcachedutil-1.0/util.h... yes | |
checking check for -lmemcachedutil... yes | |
checking test for a working libevent... yes | |
checking uuid/uuid.h usability... yes | |
checking uuid/uuid.h presence... yes | |
checking for uuid/uuid.h... yes | |
checking check to see if -luuid is needed... no | |
checking for uuid_generate_time_safe... no | |
checking the number of available CPUs... 8 | |
configure: adding automake macro support | |
configure: creating aminclude.am | |
configure: added jobserver support to make for 9 jobs | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... 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 check for pthread_timedjoin_np... | |
checking whether byte ordering is bigendian... no | |
checking if all warnings into errors... no | |
checking for C compiler vendor... clang | |
checking C Compiler version... "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" | |
checking C++ Compiler version... "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)" | |
checking MINGW... checking whether __MINGW32__ is declared... no | |
no | |
checking whether the -Werror option is usable... yes | |
checking for simple visibility declarations... yes | |
checking whether the linker accepts -z... no | |
checking whether the linker accepts relro... no | |
checking whether the linker accepts -z... (cached) no | |
checking whether the linker accepts now... no | |
checking whether C compiler accepts ... yes | |
checking whether C compiler accepts -g... yes | |
checking whether C compiler accepts -O2... yes | |
checking whether C compiler accepts -Wno-unknown-pragmas... yes | |
checking whether C compiler accepts -Wno-pragmas... no | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -Wextra... yes | |
checking whether C compiler accepts -Weverything... no | |
checking whether C compiler accepts -Wthis-test-should-fail... no | |
checking whether C compiler accepts -Wunsuffixed-float-constants... no | |
checking whether C compiler accepts -Wjump-misses-init... no | |
checking whether C compiler accepts -Wno-attributes... yes | |
checking whether C compiler accepts -Waddress... yes | |
checking whether C compiler accepts -Wvarargs... no | |
checking whether C compiler accepts -Warray-bounds... yes | |
checking whether C compiler accepts -Wbad-function-cast... yes | |
checking whether C compiler accepts -Wchar-subscripts... yes | |
checking whether C compiler accepts -Wcomment... yes | |
checking whether C compiler accepts -Wfloat-equal... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking whether C compiler accepts -Wformat=2... yes | |
checking whether C compiler accepts -Wformat-y2k... yes | |
checking whether C compiler accepts -Wlogical-op... no | |
checking whether C compiler accepts -Wmaybe-uninitialized... no | |
checking whether C compiler accepts -Wmissing-field-initializers... yes | |
checking whether C compiler accepts -Wmissing-noreturn... yes | |
checking whether C compiler accepts -Wmissing-prototypes... yes | |
checking whether C compiler accepts -Wnested-externs... yes | |
checking whether C compiler accepts -Wnormalized=id... no | |
checking whether C compiler accepts -Woverride-init... no | |
checking whether C compiler accepts -Wpointer-arith... yes | |
checking whether C compiler accepts -Wpointer-sign... yes | |
checking whether C compiler accepts -Wredundant-decls... yes | |
checking whether C compiler accepts -Wshadow... yes | |
checking whether C compiler accepts -Wshorten-64-to-32... yes | |
checking whether C compiler accepts -Wsign-compare... yes | |
checking whether C compiler accepts -Wstrict-overflow=1... yes | |
checking whether C compiler accepts -Wstrict-prototypes... yes | |
checking whether C compiler accepts -Wswitch-enum... yes | |
checking whether C compiler accepts -Wtrampolines... no | |
checking whether C compiler accepts -Wundef... yes | |
checking whether C compiler accepts -Wunsafe-loop-optimizations... no | |
checking whether C compiler accepts -funsafe-loop-optimizations... no | |
checking whether C compiler accepts -Wclobbered... no | |
checking whether C compiler accepts -Wunused... yes | |
checking whether C compiler accepts -Wunused-result... yes | |
checking whether C compiler accepts -Wunused-variable... yes | |
checking whether C compiler accepts -Wunused-parameter... yes | |
checking whether C compiler accepts -Wunused-local-typedefs... no | |
checking whether C compiler accepts -Wwrite-strings... yes | |
checking whether C compiler accepts -floop-parallelize-all... no | |
checking whether C compiler accepts -fwrapv... yes | |
checking whether C compiler accepts -fmudflapt... no | |
checking whether C compiler accepts -pipe... yes | |
checking whether C compiler accepts -fPIE... yes | |
checking whether C compiler accepts -pie... no | |
checking whether C compiler accepts -Wsizeof-pointer-memaccess... yes | |
checking whether C compiler accepts -Wpacked... yes | |
checking whether C compiler accepts -Wunreachable-code... yes | |
checking whether C++ compiler accepts -g... yes | |
checking whether C++ compiler accepts -O2... yes | |
checking whether C++ compiler accepts -Wno-unknown-pragmas... yes | |
checking whether C++ compiler accepts -Wno-pragmas... no | |
checking whether C++ compiler accepts -Wall... yes | |
checking whether C++ compiler accepts -Wextra... yes | |
checking whether C++ compiler accepts -Weverything... no | |
checking whether C++ compiler accepts -Wthis-test-should-fail... no | |
checking whether C++ compiler accepts -Wno-attributes... yes | |
checking whether C++ compiler accepts -Wvarargs... no | |
checking whether C++ compiler accepts -Waddress... yes | |
checking whether C++ compiler accepts -Warray-bounds... yes | |
checking whether C++ compiler accepts -Wchar-subscripts... yes | |
checking whether C++ compiler accepts -Wcomment... yes | |
checking whether C++ compiler accepts -Wctor-dtor-privacy... yes | |
checking whether C++ compiler accepts -Wfloat-equal... yes | |
checking whether C++ compiler accepts -Wformat=2... yes | |
checking whether C++ compiler accepts -Wformat-y2k... yes | |
checking whether C++ compiler accepts -Wmaybe-uninitialized... no | |
checking whether C++ compiler accepts -Wmissing-field-initializers... yes | |
checking whether C++ compiler accepts -Wlogical-op... no | |
checking whether C++ compiler accepts -Wnon-virtual-dtor... yes | |
checking whether C++ compiler accepts -Wnormalized=id... no | |
checking whether C++ compiler accepts -Woverloaded-virtual... yes | |
checking whether C++ compiler accepts -Wpointer-arith... yes | |
checking whether C++ compiler accepts -Wredundant-decls... yes | |
checking whether C++ compiler accepts -Wshadow... yes | |
checking whether C++ compiler accepts -Wshorten-64-to-32... yes | |
checking whether C++ compiler accepts -Wsign-compare... yes | |
checking whether C++ compiler accepts -Wstrict-overflow=1... yes | |
checking whether C++ compiler accepts -Wswitch-enum... yes | |
checking whether C++ compiler accepts -Wtrampolines... no | |
checking whether C++ compiler accepts -Wundef... yes | |
checking whether C++ compiler accepts -Wunsafe-loop-optimizations... no | |
checking whether C++ compiler accepts -funsafe-loop-optimizations... no | |
checking whether C++ compiler accepts -Wc++11-compat... yes | |
checking whether C++ compiler accepts -Wclobbered... no | |
checking whether C++ compiler accepts -Wunused... yes | |
checking whether C++ compiler accepts -Wunused-result... yes | |
checking whether C++ compiler accepts -Wunused-variable... yes | |
checking whether C++ compiler accepts -Wunused-parameter... yes | |
checking whether C++ compiler accepts -Wunused-local-typedefs... no | |
checking whether C++ compiler accepts -Wwrite-strings... yes | |
checking whether C++ compiler accepts -Wformat-security... yes | |
checking whether C++ compiler accepts -floop-parallelize-all... no | |
checking whether C++ compiler accepts -fwrapv... yes | |
checking whether C++ compiler accepts -fmudflapt... no | |
checking whether C++ compiler accepts -pipe... yes | |
checking whether C++ compiler accepts -fPIE... yes | |
checking whether C++ compiler accepts -pie... no | |
checking whether C++ compiler accepts -Wsizeof-pointer-memaccess... yes | |
checking whether C++ compiler accepts -Wpacked... yes | |
checking whether C++ compiler accepts -Wunreachable-code... yes | |
checking whether the compiler supports GCC C++ ABI name demangling... yes | |
checking checking for cxx_gcc_abi_demangle... "yes" | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating libhashkit/hashkitcon.h | |
config.status: creating libhashkit-1.0/configure.h | |
config.status: creating libtest/version.h | |
config.status: creating libtest/yatlcon.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 gear_config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
--- | |
Configuration summary for gearmand version 1.1.7 | |
* Installation prefix: /usr/local/Cellar/gearman/1.1.7 | |
* System type: apple-darwin12.4.0 | |
* Host CPU: x86_64 | |
* C Compiler: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
* C Flags: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
* C++ Compiler: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) | |
* C++ Flags: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -fwrapv -pipe -fPIE -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
* CPP Flags: -fvisibility=hidden | |
* LIBS: | |
* LDFLAGS Flags: | |
* Assertions enabled: no | |
* Debug enabled: no | |
* Warnings as failure: no | |
* Building with libsqlite3 yes | |
* Building with libdrizzle yes | |
* Building with libmemcached yes | |
* Building with libpq yes | |
* Building with tokyocabinet no | |
* Building with libmysql yes | |
* make -j: 9 | |
* VCS checkout: no | |
--- | |
==> make install | |
make install | |
/usr/bin/make -j9 install-am | |
CXX libgearman/libgearman_libgearman_la-check.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-actions.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-aggregator.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-allocator.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-argument.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-add.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-backtrace.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-byteorder.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-client.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-command.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-connection.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-do.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-error.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-error_code.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-execute.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-function.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/function/libgearman_libgearman_la-function_v2.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/function/libgearman_libgearman_la-make.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/function/libgearman_libgearman_la-partition.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-gearman.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-job.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-kill.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-log.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-packet.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-parse.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/protocol/libgearman_libgearman_la-submit.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-result.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-run.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-status.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-string.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-task.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-task_attr.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-unique.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-server_options.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-universal.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-vector.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-worker.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-pipe.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_la-uuid.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-aes.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-algorithm.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-behavior.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-crc32.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-digest.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-encrypt.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-fnv_32.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-fnv_64.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-function.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-has.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-hashkit.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-jenkins.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-ketama.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-md5.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-murmur.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-murmur3.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-murmur3_api.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-one_at_a_time.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-rijndael.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-str_algorithm.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-string.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkit_la-nohsieh.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libhashkit/libhashkit.la | |
/usr/bin/ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-behavior.o) has no symbols | |
/usr/bin/ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-ketama.o) has no symbols | |
ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-behavior.o) has no symbols | |
ranlib: file: libhashkit/.libs/libhashkit.a(libhashkit_libhashkit_la-ketama.o) has no symbols | |
CXXLD libgearman/libgearman.la | |
brew: superenv removed: -O2 | |
CXX libgearman/libgearman_libgearmancore_la-allocator.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-backtrace.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-byteorder.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-check.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-command.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-connection.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-error.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-error_code.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-log.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-packet.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-server_options.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-universal.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-uuid.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearmancore_la-vector.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libgearman/libgearmancore.la | |
/usr/bin/ranlib: file: libgearman/.libs/libgearmancore.a(libhashkit_libhashkit_la-behavior.o) has no symbols | |
/usr/bin/ranlib: file: libgearman/.libs/libgearmancore.a(libhashkit_libhashkit_la-ketama.o) has no symbols | |
ranlib: file: libgearman/.libs/libgearmancore.a(libhashkit_libhashkit_la-behavior.o) has no symbols | |
ranlib: file: libgearman/.libs/libgearmancore.a(libhashkit_libhashkit_la-ketama.o) has no symbols | |
CXX libhashkit/libhashkit_libhashkitinc_la-aes.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-algorithm.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-behavior.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-crc32.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-digest.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-encrypt.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-fnv_32.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-fnv_64.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-function.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-has.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-hashkit.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-jenkins.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-ketama.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-md5.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-murmur.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-murmur3.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-murmur3_api.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-one_at_a_time.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-rijndael.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-str_algorithm.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-string.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libhashkit/libhashkit_libhashkitinc_la-nohsieh.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libhashkit/libhashkitinc.la | |
/usr/bin/ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols | |
/usr/bin/ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols | |
ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-behavior.o) has no symbols | |
ranlib: file: libhashkit/.libs/libhashkitinc.a(libhashkit_libhashkitinc_la-ketama.o) has no symbols | |
CXX benchmark/benchmark.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD benchmark/libbenchmark.la | |
CXX libgearman-server/error/libgearman_server_libgearman_server_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/libgearman_server_libgearman_server_la-base.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/protocol/http/libgearman_server_libgearman_server_la-protocol.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/protocol/http/libgearman_server_libgearman_server_la-response_codes.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/protocol/http/libgearman_server_libgearman_server_la-method.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/protocol/gear/libgearman_server_libgearman_server_la-protocol.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/libgearman_server_libgearman_server_la-base.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/default/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/drizzle/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/libmemcached/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/postgres/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/redis/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/sqlite/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/sqlite/libgearman_server_libgearman_server_la-instance.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/plugins/queue/mysql/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_server_libgearman_server_la-backtrace.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_server_libgearman_server_la-pipe.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_server_libgearman_server_la-vector.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-text.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-config.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-byteorder.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-client.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-connection.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-function.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-gearmand.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-gearmand_con.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-gearmand_thread.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-io.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-job.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-log.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-packet.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-plugins.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-queue.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-server.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-thread.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-timer.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-wakeup.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman-server/libgearman_server_libgearman_server_la-worker.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_server_libgearman_server_la-command.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_server_libgearman_server_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libgearman-server/libgearman-server.la | |
copying selected object files to avoid basename conflicts... | |
/usr/bin/ranlib: file: libgearman-server/.libs/libgearman-server.a(lt6-libgearman_server_libgearman_server_la-queue.o) has no symbols | |
ranlib: file: libgearman-server/.libs/libgearman-server.a(lt6-libgearman_server_libgearman_server_la-queue.o) has no symbols | |
CXX libgearman/libgearman_libgearman_vector_la-vector.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_vector_la-backtrace.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libgearman/libgearman-vector.la | |
CXX libgearman/libgearman_libgearman_result_la-vector.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_result_la-result.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_result_la-backtrace.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libgearman/libgearman-result.la | |
CXX libgearman/libgearman_libgearman_hostile_la-check.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-actions.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-aggregator.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-allocator.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-argument.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-add.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-backtrace.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-byteorder.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-client.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-command.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-connection.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-do.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-error.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-error_code.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-execute.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-function.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/function/libgearman_libgearman_hostile_la-function_v2.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/function/libgearman_libgearman_hostile_la-make.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/function/libgearman_libgearman_hostile_la-partition.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-gearman.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-job.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-kill.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-log.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-packet.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-parse.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/protocol/libgearman_libgearman_hostile_la-submit.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-result.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-run.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-status.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-string.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-task.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-task_attr.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-unique.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-server_options.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-universal.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-vector.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-worker.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-pipe.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/libgearman_libgearman_hostile_la-uuid.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libgearman/libgearman-hostile.la | |
/usr/bin/ranlib: file: libgearman/.libs/libgearman-hostile.a(libgearman_libgearman_hostile_la-string.o) has no symbols | |
/usr/bin/ranlib: file: libgearman/.libs/libgearman-hostile.a(libhashkit_libhashkit_la-behavior.o) has no symbols | |
/usr/bin/ranlib: file: libgearman/.libs/libgearman-hostile.a(libhashkit_libhashkit_la-ketama.o) has no symbols | |
ranlib: file: libgearman/.libs/libgearman-hostile.a(libgearman_libgearman_hostile_la-string.o) has no symbols | |
ranlib: file: libgearman/.libs/libgearman-hostile.a(libhashkit_libhashkit_la-behavior.o) has no symbols | |
ranlib: file: libgearman/.libs/libgearman-hostile.a(libhashkit_libhashkit_la-ketama.o) has no symbols | |
CXX bin/arguments.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX bin/function.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX bin/gearman.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX bin/error.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/pidfile.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD bin/gearman | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX bin/bin_gearadmin-gearadmin.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/bin_gearadmin-instance.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/bin_gearadmin-operation.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD bin/gearadmin | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_unittest-unittest.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-alarm.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-binaries.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-cmdline.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-collection.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-comparison.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-core.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-cpu.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-dns.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-dream.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-drizzled.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-exception.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/exception/libtest_libtest_la-fatal.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-formatter.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-client.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-framework.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-has.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-http.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-is_local.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-killpid.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-libtool.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-main.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-port.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-result.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-runner.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-server.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-server_container.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-signal.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-socket.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-strerror.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-timer.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-tmpfile.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-vchar.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-memcached.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-gearmand.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/libtest_libtest_la-blobslap_worker.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/abort.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libtest/abort | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/wait.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/dream.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libtest/wait | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libtest/libtest.la | |
/usr/bin/ranlib: file: libtest/.libs/libtest.a(libtest_libtest_la-binaries.o) has no symbols | |
ranlib: file: libtest/.libs/libtest.a(libtest_libtest_la-binaries.o) has no symbols | |
CXXLD libtest/unittest | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code -L/usr/local/lib | |
CXX libtest/skiptest.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libtest/skiptest | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code -L/usr/local/lib | |
CXX libtest/cpu.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/core_count.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libtest/core-count | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/backtrace_test.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libgearman/backtrace.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD libtest/backtrace | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/accept.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/accept | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/libhostile_t_hostile_accept-accept.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/libhostile_libhostile_la-initialize.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/libhostile_libhostile_la-dummy.lo | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/libhostile.la | |
CCLD libhostile/t/hostile_accept | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/pipe.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/pipe | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/libhostile_t_hostile_pipe-pipe.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/hostile_pipe | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/pipe2.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/pipe2 | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/libhostile_t_hostile_pipe2-pipe2.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/hostile_pipe2 | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/close.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/close | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CC libhostile/t/libhostile_t_hostile_close-close.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CCLD libhostile/t/hostile_close | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wbad-function-cast -Wchar-subscripts -Wcomment -Wfloat-equal -Wformat-security -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wpointer-sign -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wstrict-prototypes -Wswitch-enum -Wundef -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX benchmark/blobslap_client.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD benchmark/blobslap_client | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX benchmark/benchmark_blobslap_worker-blobslap_worker.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/benchmark_blobslap_worker-daemon.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/benchmark_blobslap_worker-logfile.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/benchmark_blobslap_worker-pidfile.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/benchmark_blobslap_worker-signal.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD benchmark/blobslap_worker | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_echo_client-echo_client.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/echo_client | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_echo_worker-echo_worker.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/echo_worker | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_reverse_client-reverse_client.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/reverse_client | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_reverse_client_bg-reverse_client_bg.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/reverse_client_bg | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_reverse_client_epoch-reverse_client_epoch.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/reverse_client_epoch | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_reverse_client_cb-reverse_client_cb.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/reverse_client_cb | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_reverse_worker-reverse_worker.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/reverse_worker | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX examples/examples_wc_worker-wc_worker.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD examples/wc_worker | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX gearmand/gearmand_hostile_gearmand-gearmand.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/gearmand_hostile_gearmand-daemon.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX util/gearmand_hostile_gearmand-pidfile.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXX libtest/gearmand_hostile_gearmand-cpu.o | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code | |
CXXLD gearmand/hostile_gearmand | |
brew: superenv removed: -g -O2 -Wno-unknown-pragmas -Wall -Wextra -Wno-attributes -Waddress -Warray-bounds -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wformat-y2k -Wmissing-field-initializers -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wc++11-compat -Wunused -Wunused-result -Wunused-variable -Wunused-parameter -Wwrite-strings -Wformat-security -Wsizeof-pointer-memaccess -Wpacked -Wunreachable-code -L/usr/local/lib | |
Undefined symbols for architecture x86_64: | |
"_mysql_close", referenced from: | |
gearmand::plugins::queue::MySQL::~MySQL() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_error", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
gearmand::plugins::queue::MySQL::prepareAddStatement() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
gearmand::plugins::queue::MySQL::prepareDoneStatement() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_add(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_done(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_fetch_lengths", referenced from: | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_fetch_row", referenced from: | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_free_result", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_init", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_list_tables", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_num_fields", referenced from: | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_num_rows", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_options", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_real_connect", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_real_query", referenced from: | |
gearmand::plugins::queue::MySQL::initialize() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_stmt_bind_param", referenced from: | |
_mysql_queue_add(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_done(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_stmt_close", referenced from: | |
gearmand::plugins::queue::MySQL::~MySQL() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_add(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_done(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_stmt_errno", referenced from: | |
_mysql_queue_add(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_done(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_stmt_execute", referenced from: | |
_mysql_queue_add(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
_mysql_queue_done(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_stmt_init", referenced from: | |
gearmand::plugins::queue::MySQL::prepareAddStatement() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
gearmand::plugins::queue::MySQL::prepareDoneStatement() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_stmt_prepare", referenced from: | |
gearmand::plugins::queue::MySQL::prepareAddStatement() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
gearmand::plugins::queue::MySQL::prepareDoneStatement() in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
"_mysql_store_result", referenced from: | |
_mysql_queue_replay(gearman_server_st*, void*, gearmand_error_t (*)(gearman_server_st*, void*, char const*, unsigned long, char const*, unsigned long, void const*, unsigned long, gearman_job_priority_t, long long), void*) in libgearman-server.a(lt8-libgearman_server_libgearman_server_la-queue.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [gearmand/hostile_gearmand] Error 1 | |
make: *** [install] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 4745bcacf3d64afd129e15155aa4cec5f26e55a2 | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.8.4-x86_64 | |
Xcode: 4.6.3 | |
CLT: 4.6.0.0.1.1365549073 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/ossp-uuid:/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/libevent/lib/pkgconfig:/usr/local/opt/ossp-uuid/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libevent/bin:/usr/local/opt/ossp-uuid/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql-5.1.59-osx10.6-x86/bin | |
Error: gearman did not build | |
Logs: /Users/jessed/Library/Logs/Homebrew/gearman/config.log | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/20228 | |
jessed@JesseDonat-MBP ~ » 1↵ 15:17:59 |
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: /Library/Frameworks/Mono.framework detected | |
This can be picked up by CMake's build system and likely cause the build to | |
fail. You may need to move this file out of the way to compile CMake. | |
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/libfribidi.0.0.0.dylib | |
/usr/local/lib/libfribidi.0.dylib | |
/usr/local/lib/libhashkit.1.dylib | |
/usr/local/lib/libmemcached.8.dylib | |
/usr/local/lib/libmemcachedprotocol.0.dylib | |
/usr/local/lib/libmemcachedutil.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/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/libfribidi.la | |
/usr/local/lib/libhashkit.la | |
/usr/local/lib/libmemcached.la | |
/usr/local/lib/libmemcachedprotocol.la | |
/usr/local/lib/libmemcachedutil.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/fribidi.pc | |
/usr/local/lib/pkgconfig/fuse.pc | |
/usr/local/lib/pkgconfig/libavcodec.pc | |
/usr/local/lib/pkgconfig/libavdevice.pc | |
/usr/local/lib/pkgconfig/libavfilter.pc | |
/usr/local/lib/pkgconfig/libavformat.pc | |
/usr/local/lib/pkgconfig/libavutil.pc | |
/usr/local/lib/pkgconfig/libmemcached.pc | |
/usr/local/lib/pkgconfig/libswresample.pc | |
/usr/local/lib/pkgconfig/libswscale.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/libavcodec.a | |
/usr/local/lib/libavdevice.a | |
/usr/local/lib/libavfilter.a | |
/usr/local/lib/libavformat.a | |
/usr/local/lib/libavutil.a | |
/usr/local/lib/libfribidi.a | |
/usr/local/lib/libhashkit.a | |
/usr/local/lib/libmemcached.a | |
/usr/local/lib/libmemcachedprotocol.a | |
/usr/local/lib/libmemcachedutil.a | |
/usr/local/lib/libswresample.a | |
/usr/local/lib/libswscale.a | |
Warning: /usr/bin occurs before /usr/local/bin | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. The following tools exist at both paths: | |
pkg-config | |
seq | |
Consider amending your PATH so that /usr/local/bin | |
occurs before /usr/bin in your PATH. | |
Warning: You have a non-Homebrew 'pkg-config' in your PATH: | |
/usr/bin/pkg-config => /Library/Frameworks/Mono.framework/Versions/2.10.11/bin/pkg-config | |
This was most likely created by the Mono installer. `./configure` may | |
have problems finding brew-installed packages using this other pkg-config. | |
Mono no longer installs this file as of 3.0.4. You should | |
`sudo rm /usr/bin/pkg-config` and upgrade to the latest version of Mono. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment