Created
September 22, 2015 00:54
-
-
Save JamesTheBard/33567801b63aa8d96c34 to your computer and use it in GitHub Desktop.
Error log for passenger build (5.0.18/Solaris 11.2/Ruby 1.9.3)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from ext/boost/system/system_error.hpp:14:0, | |
from ext/boost/thread/exceptions.hpp:22, | |
from ext/boost/thread/pthread/thread_data.hpp:10, | |
from ext/boost/thread/thread_only.hpp:17, | |
from ext/boost/thread/thread.hpp:12, | |
from ext/boost/thread.hpp:13, | |
from ext/oxt/thread.hpp:28, | |
from ext/common/agent/UstRouter/UstRouterMain.cpp:30: | |
ext/boost/system/error_code.hpp:222:36: warning: ‘boost::system::posix_category’ defined but not used [-Wunused-variable] | |
static const error_category & posix_category = generic_category(); | |
^ | |
ext/boost/system/error_code.hpp:223:36: warning: ‘boost::system::errno_ecat’ defined but not used [-Wunused-variable] | |
static const error_category & errno_ecat = generic_category(); | |
^ | |
ext/boost/system/error_code.hpp:224:36: warning: ‘boost::system::native_ecat’ defined but not used [-Wunused-variable] | |
static const error_category & native_ecat = system_category(); | |
^ | |
rake aborted! | |
Command failed with status (1): [c++ -o buildout/support-binaries/UstRouterMain.o -Iext -Iext/common -Iext/libev -Iext/libuv/include -D_REENTRANT -I/usr/local/include -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-long-long -Wno-missing-field-initializers -feliminate-unused-debug-symbols -feliminate-unused-debug-types -fvisibility=hidden -DVISIBILITY_ATTRIBUTE_SUPPORTED -ggdb -DHAS_ALLOCA_H -DHAS_SFENCE -DHAS_LFENCE -DPASSENGER_DEBUG -DBOOST_DISABLE_ASSERTS -std=gnu++11 -Wno-unused-local-typedefs -DHASH_NAMESPACE="__gnu_cxx" -DHASH_MAP_HEADER="<hash_map>" -DHASH_MAP_CLASS="hash_map" -DHASH_FUN_H="<hash_fun.h>" -pthreads -D__EXTENSIONS__ -D__SOLARIS__ -D_FILE_OFFSET_BITS=64 -DBOOST_HAS_STDINT_H -c ext/common/agent/UstRouter/UstRouterMain.cpp] | |
Tasks: TOP => apache2 => buildout/support-binaries/PassengerAgent => buildout/support-binaries/UstRouterMain.o | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment