Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 460810 Details for
Bug 606672
sci-visualization/nonolith-connect-1.1 : /.../ld: cannot find -lboost_system-mt
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-visualization:nonolith-connect-1.1:20170121-093008.log
sci-visualization:nonolith-connect-1.1:20170121-093008.log (text/plain), 11.61 KB, created by
Toralf Förster
on 2017-01-21 09:37:24 UTC
(
hide
)
Description:
sci-visualization:nonolith-connect-1.1:20170121-093008.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-01-21 09:37:24 UTC
Size:
11.61 KB
patch
obsolete
> * Package: sci-visualization/nonolith-connect-1.1 > * Repository: gentoo > * Maintainer: chainsaw@gentoo.org sci@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Adding user 'nonolithd' to your system ... > * - Userid: 192 > * - Shell: /sbin/nologin > * - Home: /dev/null > * - Groups: usb > * - GECOS: added by portage for nonolith-connect >>>> Unpacking source... >>>> Unpacking nonolith-connect-1.1.tar.bz2 to /var/tmp/portage/sci-visualization/nonolith-connect-1.1/work >>>> Source unpacked in /var/tmp/portage/sci-visualization/nonolith-connect-1.1/work >>>> Preparing source in /var/tmp/portage/sci-visualization/nonolith-connect-1.1/work/nonolith-connect-1.1 ... > * Applying 1.1-cflags-respect.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-visualization/nonolith-connect-1.1/work/nonolith-connect-1.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-visualization/nonolith-connect-1.1/work/nonolith-connect-1.1 ... >scons -j1 boost_static=0 >scons: Reading SConscript files ... >Using version file >scons: done reading SConscript files. >scons: Building targets ... >x86_64-pc-linux-gnu-g++ -o bootloader/bootloader.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall bootloader/bootloader.cpp >x86_64-pc-linux-gnu-g++ -o cee/cee.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall cee/cee.cpp >cee/cee.cpp: In destructor 'virtual CEE_device::~CEE_device()': >cee/cee.cpp:82:19: warning: deleting object of abstract class type 'OutputSource' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] > delete channel_a.source; > ^ >cee/cee.cpp:83:19: warning: deleting object of abstract class type 'OutputSource' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] > delete channel_b.source; > ^ >cee/cee.cpp: In member function 'virtual void CEE_device::configure(int, double, unsigned int, bool, bool)': >cee/cee.cpp:144:19: warning: deleting object of abstract class type 'OutputSource' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] > delete channel_a.source; > ^ >cee/cee.cpp:145:19: warning: deleting object of abstract class type 'OutputSource' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] > delete channel_b.source; > ^ >cee/cee.cpp: In member function 'virtual void CEE_device::setOutput(Channel*, OutputSource*)': >cee/cee.cpp:394:20: warning: deleting object of abstract class type 'OutputSource' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] > delete channel->source; > ^ >x86_64-pc-linux-gnu-g++ -o device.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall device.cpp >x86_64-pc-linux-gnu-g++ -o event.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall event.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONAllocator.o -c -O2 -pipe -march=native libjson/Source/JSONAllocator.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONChildren.o -c -O2 -pipe -march=native libjson/Source/JSONChildren.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONDebug.o -c -O2 -pipe -march=native libjson/Source/JSONDebug.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONIterators.o -c -O2 -pipe -march=native libjson/Source/JSONIterators.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONMemory.o -c -O2 -pipe -march=native libjson/Source/JSONMemory.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONNode.o -c -O2 -pipe -march=native libjson/Source/JSONNode.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONNode_Mutex.o -c -O2 -pipe -march=native libjson/Source/JSONNode_Mutex.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONPreparse.o -c -O2 -pipe -march=native libjson/Source/JSONPreparse.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONStream.o -c -O2 -pipe -march=native libjson/Source/JSONStream.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONValidator.o -c -O2 -pipe -march=native libjson/Source/JSONValidator.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONWorker.o -c -O2 -pipe -march=native libjson/Source/JSONWorker.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSONWriter.o -c -O2 -pipe -march=native libjson/Source/JSONWriter.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/JSON_Base64.o -c -O2 -pipe -march=native libjson/Source/JSON_Base64.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/internalJSONNode.o -c -O2 -pipe -march=native libjson/Source/internalJSONNode.cpp >x86_64-pc-linux-gnu-g++ -o libjson/Source/libjson.o -c -O2 -pipe -march=native libjson/Source/libjson.cpp >ar rc libjson.a libjson/Source/JSONAllocator.o libjson/Source/JSONChildren.o libjson/Source/JSONDebug.o libjson/Source/JSONIterators.o libjson/Source/JSONMemory.o libjson/Source/JSONNode.o libjson/Source/JSONNode_Mutex.o libjson/Source/JSONPreparse.o libjson/Source/JSONStream.o libjson/Source/JSONValidator.o libjson/Source/JSONWorker.o libjson/Source/JSONWriter.o libjson/Source/JSON_Base64.o libjson/Source/internalJSONNode.o libjson/Source/libjson.o >ranlib libjson.a >x86_64-pc-linux-gnu-gcc -o libusb/libusb/core.o -c -Ilibusb -Ilibusb/libusb -O2 -pipe -march=native -Wall "-D OS_LINUX" "-D USBI_TIMERFD_AVAILABLE" "-D THREADS_POSIX" -DPOLL_NFDS_TYPE=nfds_t "-D HAVE_POLL_H" libusb/libusb/core.c >x86_64-pc-linux-gnu-gcc -o libusb/libusb/descriptor.o -c -Ilibusb -Ilibusb/libusb -O2 -pipe -march=native -Wall "-D OS_LINUX" "-D USBI_TIMERFD_AVAILABLE" "-D THREADS_POSIX" -DPOLL_NFDS_TYPE=nfds_t "-D HAVE_POLL_H" libusb/libusb/descriptor.c >x86_64-pc-linux-gnu-gcc -o libusb/libusb/io.o -c -Ilibusb -Ilibusb/libusb -O2 -pipe -march=native -Wall "-D OS_LINUX" "-D USBI_TIMERFD_AVAILABLE" "-D THREADS_POSIX" -DPOLL_NFDS_TYPE=nfds_t "-D HAVE_POLL_H" libusb/libusb/io.c >x86_64-pc-linux-gnu-gcc -o libusb/libusb/os/linux_usbfs.o -c -Ilibusb -Ilibusb/libusb -O2 -pipe -march=native -Wall "-D OS_LINUX" "-D USBI_TIMERFD_AVAILABLE" "-D THREADS_POSIX" -DPOLL_NFDS_TYPE=nfds_t "-D HAVE_POLL_H" libusb/libusb/os/linux_usbfs.c >x86_64-pc-linux-gnu-gcc -o libusb/libusb/os/threads_posix.o -c -Ilibusb -Ilibusb/libusb -O2 -pipe -march=native -Wall "-D OS_LINUX" "-D USBI_TIMERFD_AVAILABLE" "-D THREADS_POSIX" -DPOLL_NFDS_TYPE=nfds_t "-D HAVE_POLL_H" libusb/libusb/os/threads_posix.c >x86_64-pc-linux-gnu-gcc -o libusb/libusb/sync.o -c -Ilibusb -Ilibusb/libusb -O2 -pipe -march=native -Wall "-D OS_LINUX" "-D USBI_TIMERFD_AVAILABLE" "-D THREADS_POSIX" -DPOLL_NFDS_TYPE=nfds_t "-D HAVE_POLL_H" libusb/libusb/sync.c >ar rc libusb_nonolith.a libusb/libusb/core.o libusb/libusb/descriptor.o libusb/libusb/io.o libusb/libusb/sync.o libusb/libusb/os/linux_usbfs.o libusb/libusb/os/threads_posix.o >ranlib libusb_nonolith.a >x86_64-pc-linux-gnu-g++ -o websocketpp/src/network_utilities.o -c -O2 -pipe -march=native websocketpp/src/network_utilities.cpp >x86_64-pc-linux-gnu-g++ -o websocketpp/src/websocket_frame.o -c -O2 -pipe -march=native websocketpp/src/websocket_frame.cpp >x86_64-pc-linux-gnu-g++ -o websocketpp/src/websocket_server.o -c -O2 -pipe -march=native websocketpp/src/websocket_server.cpp >x86_64-pc-linux-gnu-g++ -o websocketpp/src/websocket_server_session.o -c -O2 -pipe -march=native websocketpp/src/websocket_server_session.cpp >x86_64-pc-linux-gnu-g++ -o websocketpp/src/websocket_session.o -c -O2 -pipe -march=native websocketpp/src/websocket_session.cpp >x86_64-pc-linux-gnu-g++ -o websocketpp/src/sha1/sha1.o -c -O2 -pipe -march=native websocketpp/src/sha1/sha1.cpp >x86_64-pc-linux-gnu-g++ -o websocketpp/src/base64/base64.o -c -O2 -pipe -march=native websocketpp/src/base64/base64.cpp >ar rc libwebsocketpp.a websocketpp/src/network_utilities.o websocketpp/src/websocket_frame.o websocketpp/src/websocket_server.o websocketpp/src/websocket_server_session.o websocketpp/src/websocket_session.o websocketpp/src/sha1/sha1.o websocketpp/src/base64/base64.o >ranlib libwebsocketpp.a >x86_64-pc-linux-gnu-g++ -o rest_service.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall rest_service.cpp >x86_64-pc-linux-gnu-g++ -o server.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall server.cpp >x86_64-pc-linux-gnu-g++ -o url.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall url.cpp >x86_64-pc-linux-gnu-g++ -o usb.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall usb.cpp >x86_64-pc-linux-gnu-g++ -o version.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall version.cpp >x86_64-pc-linux-gnu-g++ -o websocket_service.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall websocket_service.cpp >x86_64-pc-linux-gnu-g++ -o streaming_device/output_source.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall streaming_device/output_source.cpp >x86_64-pc-linux-gnu-g++ -o streaming_device/rest_api.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall streaming_device/rest_api.cpp >x86_64-pc-linux-gnu-g++ -o streaming_device/stream_listener.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall streaming_device/stream_listener.cpp >x86_64-pc-linux-gnu-g++ -o streaming_device/streaming_device.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall streaming_device/streaming_device.cpp >streaming_device/streaming_device.cpp: In member function 'virtual void StreamingDevice::setOutput(Channel*, OutputSource*)': >streaming_device/streaming_device.cpp:207:19: warning: deleting object of abstract class type 'OutputSource' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] > delete channel->source; > ^ >x86_64-pc-linux-gnu-g++ -o streaming_device/ws_api.o -c -O2 -pipe -march=native -Ilibusb -Iwebsocketpp/src -Wall streaming_device/ws_api.cpp >x86_64-pc-linux-gnu-g++ -o nonolith-connect -Wl,-O1 -Wl,--as-needed device.o event.o rest_service.o server.o url.o usb.o version.o websocket_service.o streaming_device/output_source.o streaming_device/rest_api.o streaming_device/stream_listener.o streaming_device/streaming_device.o streaming_device/ws_api.o cee/cee.o bootloader/bootloader.o -L. libusb_nonolith.a libwebsocketpp.a libjson.a -ludev -lpthread -lrt -lboost_system-mt -lboost_regex-mt -lboost_thread-mt >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_system-mt >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_regex-mt >/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_thread-mt >collect2: error: ld returned 1 exit status >scons: *** [nonolith-connect] Error 1 >scons: building terminated because of errors. > * ERROR: sci-visualization/nonolith-connect-1.1::gentoo failed (compile phase): > * escons failed. > * > * Call stack: > * ebuild.sh, line 115: Called src_compile > * environment, line 2608: Called escons > * environment, line 1259: Called die > * The specific snippet of code: > * die "escons failed." > * > * If you need support, post the output of `emerge --info '=sci-visualization/nonolith-connect-1.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=sci-visualization/nonolith-connect-1.1::gentoo'`. > * The complete build log is located at '/var/log/portage/sci-visualization:nonolith-connect-1.1:20170121-093008.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-visualization/nonolith-connect-1.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/sci-visualization/nonolith-connect-1.1/temp/environment'. > * Working directory: '/var/tmp/portage/sci-visualization/nonolith-connect-1.1/work/nonolith-connect-1.1' > * S: '/var/tmp/portage/sci-visualization/nonolith-connect-1.1/work/nonolith-connect-1.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 606672
:
460802
|
460804
|
460806
|
460808
| 460810