Opened 12 years ago

Last modified 11 years ago

#35128 closed defect

gnuradio-gruel: Undefined symbols boost::system::generic_category boost::system::system_category — at Version 1

Reported by: toastbar@… Owned by: michaelld@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: gnuradio-gruel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Failed clean build of gnu radio with this error in log

:info:build libtool: link: /usr/bin/clang++ -Wall -Woverloaded-virtual -pipe -O2 -arch x86_64 -D_THREAD_SAFE -arch x86_64 -o .libs/test_gruel test_gruel.o  -L/opt/local/lib pmt/.libs/libpmt-qa.a /opt/local/lib/libcppunit.dylib -lm -ldl ./.libs/libgruel.dylib -lboost_thread-mt -lstdc++
:info:build Undefined symbols for architecture x86_64:
:info:build   "boost::system::generic_category()", referenced from:
:info:build       __GLOBAL__I_a in libpmt-qa.a(pmt.o)
:info:build   "boost::system::system_category()", referenced from:
:info:build       __GLOBAL__I_a in libpmt-qa.a(pmt.o)
:info:build ld: symbol(s) not found for architecture x86_64
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[5]: *** [test_gruel] Error 1

Change History (3)

Changed 12 years ago by toastbar@…

Attachment: main.log added

install log

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…
Port: gnuradio-gruel added
Summary: gnuradio 3.3.0 fails to build gnuradio-gruelgnuradio-gruel: Undefined symbols boost::system::generic_category boost::system::system_category

Could be an incompatibility with the new boost 1.50. However, since the attached log does not show a clean build attempt, please "sudo port clean gnuradio-gruel", then try again, and if it fails again, attach the new complete main.log.

Changed 12 years ago by office@…

Attachment: main.2.log added
Note: See TracTickets for help on using tickets.