Skip to content

Instantly share code, notes, and snippets.

@tweibley
Created September 18, 2014 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tweibley/ab56954308496e6942ca to your computer and use it in GitHub Desktop.
Save tweibley/ab56954308496e6942ca to your computer and use it in GitHub Desktop.
+ autoreconf --install
libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
+ CXXFLAGS=-fpermissive
+ export CXXFLAGS
+ LD_LIBRARY_PATH=/tmp/foobar/install/lib:
+ LD_RUN_PATH=/tmp/foobar/pkgs/folly/folly/test/.libs:/tmp/foobar/install/lib
+ LDFLAGS='-L/tmp/foobar/pkgs/folly/folly/test/.libs -L/tmp/foobar/install/lib'
+ CPPFLAGS='-I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive'
+ ./configure --prefix=/tmp/foobar/install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
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... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking if g++ supports C++0x features without additional flags... no
checking if g++ supports C++0x features with -std=c++0x... yes
checking if g++ supports C++0x features with -std=gnu++0x... yes
checking for ranlib... (cached) ranlib
checking for openlog in -lglog... yes
checking for getenv in -lgflags... yes
checking for boostlib >= 1.51.0... yes
checking whether the Boost::Context library is available... yes
checking for exit in -lboost_context... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for event_set in -levent... yes
checking for cap_get_proc in -lcap... yes
checking for MD5_Init in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
checking for gzread in -lz... yes
checking for getenv in -lfolly... yes
checking folly/Likely.h usability... yes
checking folly/Likely.h presence... yes
checking for folly/Likely.h... yes
checking for main in -lthriftcpp2... yes
checking for main in -lthrift... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working volatile... yes
checking for error_at_line... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for int32_t... yes
checking for int64_t... yes
checking for mode_t... yes
checking for pid_t... (cached) yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for __int128... yes
checking for ptrdiff_t... yes
checking for _Static_assert... no
checking for library containing cplus_demangle_v3_callback... no
checking for library containing clock_gettime... -lrt
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memchr... yes
checking for memset... yes
checking for mkdir... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for dup2... yes
checking for ftruncate... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib/test/Makefile
config.status: creating lib/config/Makefile
config.status: creating lib/config/test/Makefile
config.status: creating lib/fbi/Makefile
config.status: creating lib/fbi/test/Makefile
config.status: creating lib/fbi/cpp/Makefile
config.status: creating lib/fbi/cpp/test/Makefile
config.status: creating lib/fibers/Makefile
config.status: creating lib/fibers/test/Makefile
config.status: creating lib/network/Makefile
config.status: creating lib/network/test/Makefile
config.status: creating routes/Makefile
config.status: creating routes/test/Makefile
config.status: creating test/Makefile
config.status: creating test/cpp_unit_tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking mcrouter_config-impl.h to config-impl.h
config.status: linking test/mcrouter_config.py to test/config.py
config.status: executing depfiles commands
config.status: executing libtool commands
+ PATH=/tmp/foobar/install/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+ make
ragel -G1 -o lib/mc/ascii_client.c lib/mc/ascii_client.rl
make all-recursive
make[1]: Entering directory `/tmp/mcrouter/mcrouter'
Making all in lib
make[2]: Entering directory `/tmp/mcrouter/mcrouter/lib'
Making all in .
make[3]: Entering directory `/tmp/mcrouter/mcrouter/lib'
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-IOBufUtil.o -MD -MP -MF .deps/libmcrouter_a-IOBufUtil.Tpo -c -o libmcrouter_a-IOBufUtil.o `test -f 'IOBufUtil.cpp' || echo './'`IOBufUtil.cpp
mv -f .deps/libmcrouter_a-IOBufUtil.Tpo .deps/libmcrouter_a-IOBufUtil.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-McReplyBase.o -MD -MP -MF .deps/libmcrouter_a-McReplyBase.Tpo -c -o libmcrouter_a-McReplyBase.o `test -f 'McReplyBase.cpp' || echo './'`McReplyBase.cpp
mv -f .deps/libmcrouter_a-McReplyBase.Tpo .deps/libmcrouter_a-McReplyBase.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-McRequestBase.o -MD -MP -MF .deps/libmcrouter_a-McRequestBase.Tpo -c -o libmcrouter_a-McRequestBase.o `test -f 'McRequestBase.cpp' || echo './'`McRequestBase.cpp
mv -f .deps/libmcrouter_a-McRequestBase.Tpo .deps/libmcrouter_a-McRequestBase.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-StatsReply.o -MD -MP -MF .deps/libmcrouter_a-StatsReply.Tpo -c -o libmcrouter_a-StatsReply.o `test -f 'StatsReply.cpp' || echo './'`StatsReply.cpp
mv -f .deps/libmcrouter_a-StatsReply.Tpo .deps/libmcrouter_a-StatsReply.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-WeightedCh3HashFunc.o -MD -MP -MF .deps/libmcrouter_a-WeightedCh3HashFunc.Tpo -c -o libmcrouter_a-WeightedCh3HashFunc.o `test -f 'WeightedCh3HashFunc.cpp' || echo './'`WeightedCh3HashFunc.cpp
mv -f .deps/libmcrouter_a-WeightedCh3HashFunc.Tpo .deps/libmcrouter_a-WeightedCh3HashFunc.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-ConfigPreprocessor.o -MD -MP -MF .deps/libmcrouter_a-ConfigPreprocessor.Tpo -c -o libmcrouter_a-ConfigPreprocessor.o `test -f 'config/ConfigPreprocessor.cpp' || echo './'`config/ConfigPreprocessor.cpp
mv -f .deps/libmcrouter_a-ConfigPreprocessor.Tpo .deps/libmcrouter_a-ConfigPreprocessor.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-asox_queue.o -MD -MP -MF .deps/libmcrouter_a-asox_queue.Tpo -c -o libmcrouter_a-asox_queue.o `test -f 'fbi/asox_queue.c' || echo './'`fbi/asox_queue.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-asox_queue.Tpo .deps/libmcrouter_a-asox_queue.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-asox_semaphore.o -MD -MP -MF .deps/libmcrouter_a-asox_semaphore.Tpo -c -o libmcrouter_a-asox_semaphore.o `test -f 'fbi/asox_semaphore.c' || echo './'`fbi/asox_semaphore.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
fbi/asox_semaphore.c: In function ‘asox_sem_signal’:
fbi/asox_semaphore.c:154:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write(sem->write_fd, " ", 1);
^
mv -f .deps/libmcrouter_a-asox_semaphore.Tpo .deps/libmcrouter_a-asox_semaphore.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-asox_timer.o -MD -MP -MF .deps/libmcrouter_a-asox_timer.Tpo -c -o libmcrouter_a-asox_timer.o `test -f 'fbi/asox_timer.c' || echo './'`fbi/asox_timer.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-asox_timer.Tpo .deps/libmcrouter_a-asox_timer.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-counter.o -MD -MP -MF .deps/libmcrouter_a-counter.Tpo -c -o libmcrouter_a-counter.o `test -f 'fbi/counter.c' || echo './'`fbi/counter.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-counter.Tpo .deps/libmcrouter_a-counter.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-counting_sem.o -MD -MP -MF .deps/libmcrouter_a-counting_sem.Tpo -c -o libmcrouter_a-counting_sem.o `test -f 'fbi/counting_sem.c' || echo './'`fbi/counting_sem.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-counting_sem.Tpo .deps/libmcrouter_a-counting_sem.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-globals.o -MD -MP -MF .deps/libmcrouter_a-globals.Tpo -c -o libmcrouter_a-globals.o `test -f 'fbi/cpp/globals.cpp' || echo './'`fbi/cpp/globals.cpp
mv -f .deps/libmcrouter_a-globals.Tpo .deps/libmcrouter_a-globals.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-util.o -MD -MP -MF .deps/libmcrouter_a-util.Tpo -c -o libmcrouter_a-util.o `test -f 'fbi/cpp/util.cpp' || echo './'`fbi/cpp/util.cpp
mv -f .deps/libmcrouter_a-util.Tpo .deps/libmcrouter_a-util.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-cwlock.o -MD -MP -MF .deps/libmcrouter_a-cwlock.Tpo -c -o libmcrouter_a-cwlock.o `test -f 'fbi/cwlock.c' || echo './'`fbi/cwlock.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-cwlock.Tpo .deps/libmcrouter_a-cwlock.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-debug.o -MD -MP -MF .deps/libmcrouter_a-debug.Tpo -c -o libmcrouter_a-debug.o `test -f 'fbi/debug.c' || echo './'`fbi/debug.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-debug.Tpo .deps/libmcrouter_a-debug.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-error.o -MD -MP -MF .deps/libmcrouter_a-error.Tpo -c -o libmcrouter_a-error.o `test -f 'fbi/error.c' || echo './'`fbi/error.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-error.Tpo .deps/libmcrouter_a-error.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-fb_cpu_util.o -MD -MP -MF .deps/libmcrouter_a-fb_cpu_util.Tpo -c -o libmcrouter_a-fb_cpu_util.o `test -f 'fbi/fb_cpu_util.c' || echo './'`fbi/fb_cpu_util.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-fb_cpu_util.Tpo .deps/libmcrouter_a-fb_cpu_util.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-hash.o -MD -MP -MF .deps/libmcrouter_a-hash.Tpo -c -o libmcrouter_a-hash.o `test -f 'fbi/hash.c' || echo './'`fbi/hash.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-hash.Tpo .deps/libmcrouter_a-hash.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-lfcalloc.o -MD -MP -MF .deps/libmcrouter_a-lfcalloc.Tpo -c -o libmcrouter_a-lfcalloc.o `test -f 'fbi/lfcalloc.c' || echo './'`fbi/lfcalloc.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-lfcalloc.Tpo .deps/libmcrouter_a-lfcalloc.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-log_limit.o -MD -MP -MF .deps/libmcrouter_a-log_limit.Tpo -c -o libmcrouter_a-log_limit.o `test -f 'fbi/log_limit.c' || echo './'`fbi/log_limit.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-log_limit.Tpo .deps/libmcrouter_a-log_limit.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-network.o -MD -MP -MF .deps/libmcrouter_a-network.Tpo -c -o libmcrouter_a-network.o `test -f 'fbi/network.c' || echo './'`fbi/network.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-network.Tpo .deps/libmcrouter_a-network.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-nstring.o -MD -MP -MF .deps/libmcrouter_a-nstring.Tpo -c -o libmcrouter_a-nstring.o `test -f 'fbi/nstring.c' || echo './'`fbi/nstring.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-nstring.Tpo .deps/libmcrouter_a-nstring.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-sfrlock.o -MD -MP -MF .deps/libmcrouter_a-sfrlock.Tpo -c -o libmcrouter_a-sfrlock.o `test -f 'fbi/sfrlock.c' || echo './'`fbi/sfrlock.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-sfrlock.Tpo .deps/libmcrouter_a-sfrlock.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-skiplist.o -MD -MP -MF .deps/libmcrouter_a-skiplist.Tpo -c -o libmcrouter_a-skiplist.o `test -f 'fbi/skiplist.c' || echo './'`fbi/skiplist.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-skiplist.Tpo .deps/libmcrouter_a-skiplist.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-timer.o -MD -MP -MF .deps/libmcrouter_a-timer.Tpo -c -o libmcrouter_a-timer.o `test -f 'fbi/timer.c' || echo './'`fbi/timer.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-timer.Tpo .deps/libmcrouter_a-timer.Po
gcc -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -I../oss_include -DLIBMC_FBTRACE_DISABLE -g -O2 -MT libmcrouter_a-waitable_count.o -MD -MP -MF .deps/libmcrouter_a-waitable_count.Tpo -c -o libmcrouter_a-waitable_count.o `test -f 'fbi/waitable_count.c' || echo './'`fbi/waitable_count.c
cc1: warning: command line option ‘-fpermissive’ is valid for C++/ObjC++ but not for C [enabled by default]
mv -f .deps/libmcrouter_a-waitable_count.Tpo .deps/libmcrouter_a-waitable_count.Po
g++ -DHAVE_CONFIG_H -I../oss_include -I/tmp/foobar/pkgs/folly/folly/test/gtest-1.6.0/include -I/tmp/foobar/install/include -I/tmp/foobar/pkgs/folly -I/tmp/foobar/pkgs/fbthrift -I/tmp/foobar/pkgs/double-conversion -fpermissive -DLIBMC_FBTRACE_DISABLE -Wno-missing-field-initializers -Wno-deprecated -O3 -g -W -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -std=gnu++0x -fpermissive -MT libmcrouter_a-Baton.o -MD -MP -MF .deps/libmcrouter_a-Baton.Tpo -c -o libmcrouter_a-Baton.o `test -f 'fibers/Baton.cpp' || echo './'`fibers/Baton.cpp
In file included from ../oss_include/mcrouter/lib/fibers/FiberManager.h:382:0,
from ../oss_include/mcrouter/lib/fibers/Baton-inl.h:11,
from ../oss_include/mcrouter/lib/fibers/Baton.h:138,
from fibers/Baton.cpp:9:
../oss_include/mcrouter/lib/fibers/FiberManager-inl.h: In member function ‘void facebook::memcache::FiberManager::runReadyFiber(facebook::memcache::Fiber*)’:
../oss_include/mcrouter/lib/fibers/FiberManager-inl.h:44:74: error: ‘jump_fcontext’ was not declared in this scope
jump_fcontext(&mainContext_, fiber->contextPtr_, fiber->data_, true);
^
../oss_include/mcrouter/lib/fibers/FiberManager-inl.h:44:74: note: suggested alternative:
In file included from /usr/local/include/boost/context/all.hpp:10:0,
from ../oss_include/mcrouter/lib/fibers/Fiber.h:13,
from ../oss_include/mcrouter/lib/fibers/Baton-inl.h:10,
from ../oss_include/mcrouter/lib/fibers/Baton.h:138,
from fibers/Baton.cpp:9:
/usr/local/include/boost/context/fcontext.hpp:33:33: note: ‘boost::context::jump_fcontext’
intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
^
make[3]: *** [libmcrouter_a-Baton.o] Error 1
make[3]: Leaving directory `/tmp/mcrouter/mcrouter/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/mcrouter/mcrouter/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/mcrouter/mcrouter'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment