* Package: games-util/xboxdrv-0.8.8 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/4.7.4-hardened/build * Found sources for kernel version: * 4.7.4-hardened * Checking for suitable kernel configuration options... * CONFIG_INPUT_JOYDEV: is not set when it should be. * CONFIG_INPUT_UINPUT: is not set when it should be. * Please check to make sure these options are set correctly. * Failure to do so may cause unexpected problems. >>> Unpacking source... >>> Unpacking xboxdrv-linux-0.8.8.tar.bz2 to /var/tmp/portage/games-util/xboxdrv-0.8.8/work >>> Source unpacked in /var/tmp/portage/games-util/xboxdrv-0.8.8/work >>> Preparing source in /var/tmp/portage/games-util/xboxdrv-0.8.8/work/xboxdrv-linux-0.8.8 ... * Applying xboxdrv-0.8.8-scons.patch ... [ ok ] * Applying github-144.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-util/xboxdrv-0.8.8/work/xboxdrv-linux-0.8.8 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/games-util/xboxdrv-0.8.8/work/xboxdrv-linux-0.8.8 ... scons -j1 BUILD=custom CXX=x86_64-pc-linux-gnu-g++ AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib CXXFLAGS=-Wall -march=native -O2 -pipe LINKFLAGS=-Wl,-O1 -Wl,--as-needed scons: Reading SConscript files ... Checking for C++ library X11... yes scons: done reading SConscript files. scons: Building targets ... x86_64-pc-linux-gnu-g++ -o src/main/main.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/main/main.cpp x86_64-pc-linux-gnu-g++ -o src/arg_parser.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/arg_parser.cpp x86_64-pc-linux-gnu-g++ -o src/axis_event.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/axis_event.cpp x86_64-pc-linux-gnu-g++ -o src/axis_filter.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/axis_filter.cpp x86_64-pc-linux-gnu-g++ -o src/axis_map.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/axis_map.cpp x86_64-pc-linux-gnu-g++ -o src/button_event.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/button_event.cpp x86_64-pc-linux-gnu-g++ -o src/button_filter.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/button_filter.cpp x86_64-pc-linux-gnu-g++ -o src/button_map.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/button_map.cpp x86_64-pc-linux-gnu-g++ -o src/chatpad.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/chatpad.cpp In file included from src/chatpad.cpp:19:0: src/chatpad.hpp:158:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr m_uinput; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from src/chatpad.hpp:24, from src/chatpad.cpp:19: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ build_bin2h(["src/xboxdrv_vfs.hpp"], ["examples/mouse.xboxdrv", "examples/xpad-wireless.xboxdrv"]) [] [, ] x86_64-pc-linux-gnu-g++ -o src/command_line_options.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/command_line_options.cpp x86_64-pc-linux-gnu-g++ -o src/controller.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/controller.cpp x86_64-pc-linux-gnu-g++ -o src/controller_config.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/controller_config.cpp x86_64-pc-linux-gnu-g++ -o src/controller_factory.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/controller_factory.cpp In file included from src/controller_factory.cpp:28:0: src/xbox360_controller.hpp:40:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr m_chatpad; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from /usr/include/boost/smart_ptr/scoped_ptr.hpp:22, from /usr/include/boost/scoped_ptr.hpp:14, from src/button_event.hpp:22, from src/button_map.hpp:22, from src/uinput_options.hpp:22, from src/controller_options.hpp:25, from src/options.hpp:27, from src/controller_factory.hpp:24, from src/controller_factory.cpp:19: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from src/controller_factory.cpp:28:0: src/xbox360_controller.hpp:41:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr m_headset; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from /usr/include/boost/smart_ptr/scoped_ptr.hpp:22, from /usr/include/boost/scoped_ptr.hpp:14, from src/button_event.hpp:22, from src/button_map.hpp:22, from src/uinput_options.hpp:22, from src/controller_options.hpp:25, from src/options.hpp:27, from src/controller_factory.hpp:24, from src/controller_factory.cpp:19: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ x86_64-pc-linux-gnu-g++ -o src/controller_match_rule.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/controller_match_rule.cpp x86_64-pc-linux-gnu-g++ -o src/controller_options.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/controller_options.cpp x86_64-pc-linux-gnu-g++ -o src/controller_slot.o -c -Wall -march=native -O2 -pipe -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -DPACKAGE_VERSION='"0.8.8"' -Isrc src/controller_slot.cpp In file included from src/controller_slot.hpp:25:0, from src/controller_slot.cpp:19: src/controller_thread.hpp:41:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr m_processor; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from /usr/include/boost/function/function_base.hpp:16, from /usr/include/boost/function/detail/prologue.hpp:17, from /usr/include/boost/function.hpp:24, from src/controller_slot_config.hpp:22, from src/controller_slot.hpp:24, from src/controller_slot.cpp:19: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from src/controller_slot.hpp:25:0, from src/controller_slot.cpp:19: src/controller_thread.hpp:51:51: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] ControllerThread(ControllerPtr controller, std::auto_ptr processor, ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from /usr/include/boost/function/function_base.hpp:16, from /usr/include/boost/function/detail/prologue.hpp:17, from /usr/include/boost/function.hpp:24, from src/controller_slot_config.hpp:22, from src/controller_slot.hpp:24, from src/controller_slot.cpp:19: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ src/controller_slot.cpp: In member function ‘void ControllerSlot::connect(ControllerPtr)’: src/controller_slot.cpp:46:8: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr message_proc; ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/memory:81:0, from /usr/include/boost/function/function_base.hpp:16, from /usr/include/boost/function/detail/prologue.hpp:17, from /usr/include/boost/function.hpp:24, from src/controller_slot_config.hpp:22, from src/controller_slot.hpp:24, from src/controller_slot.cpp:19: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include/g++-v6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~~~~~ src/controller_slot.cpp: In member function ‘bool ControllerSlot::is_connected() const’: src/controller_slot.cpp:72:10: error: cannot convert ‘const ControllerThreadPtr {aka const boost::shared_ptr}’ to ‘bool’ in return return m_thread; ^~~~~~~~ scons: *** [src/controller_slot.o] Error 1 scons: building terminated because of errors. * ERROR: games-util/xboxdrv-0.8.8::gentoo failed (compile phase): * escons failed. * * Call stack: * ebuild.sh, line 115: Called src_compile * environment, line 2907: Called escons 'BUILD=custom' 'CXX=x86_64-pc-linux-gnu-g++' 'AR=x86_64-pc-linux-gnu-ar' 'RANLIB=x86_64-pc-linux-gnu-ranlib' 'CXXFLAGS=-Wall -march=native -O2 -pipe' 'LINKFLAGS=-Wl,-O1 -Wl,--as-needed' * environment, line 1254: Called die * The specific snippet of code: * die -n "escons failed." * * If you need support, post the output of `emerge --info '=games-util/xboxdrv-0.8.8::gentoo'`, * the complete build log and the output of `emerge -pqv '=games-util/xboxdrv-0.8.8::gentoo'`. * The complete build log is located at '/var/log/portage/games-util:xboxdrv-0.8.8:20160921-071004.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-util/xboxdrv-0.8.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-util/xboxdrv-0.8.8/temp/environment'. * Working directory: '/var/tmp/portage/games-util/xboxdrv-0.8.8/work/xboxdrv-linux-0.8.8' * S: '/var/tmp/portage/games-util/xboxdrv-0.8.8/work/xboxdrv-linux-0.8.8'