Opened 11 years ago

Last modified 10 years ago

#37180 closed defect

quickfix installation failed with boost 1.52 — at Initial Version

Reported by: shao.zhang@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: quickfix

Description

Here is the error logs:

:info:build C++/fixt11/MessageCracker.h:67:15: note: hidden overloaded virtual function 'FIXT11::MessageCracker::onMessage' declared here :info:build virtual void onMessage( Logon&, const FIX::SessionID& ) {} :info:build :info:build mv -f .deps/pt.Tpo .deps/pt.Po :info:build /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/clang++ -pipe -O2 -arch x86_64 -Wall -ansi -Wpointer-arith -Wwrite-strings -I/opt/local/include/libxml2 -L../UnitTest++ -lUnitTest++ -o pt pt.o C++/libquickfix.la -L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm :info:build libtool: link: /usr/bin/clang++ -pipe -O2 -arch x86_64 -Wall -ansi -Wpointer-arith -Wwrite-strings -I/opt/local/include/libxml2 -o .libs/pt pt.o -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/work/quickfix/UnitTest++ -lUnitTest++ C++/.libs/libquickfix.dylib -L/opt/local/lib /opt/local/lib/libxml2.dylib /opt/local/lib/liblzma.dylib -lz -lpthread /opt/local/lib/libiconv.dylib -lm -pthread :info:build clang: warning: argument unused during compilation: '-ansi' :info:build clang: warning: argument unused during compilation: '-pthread' :info:build Undefined symbols for architecture x86_64: :info:build "boost::system::system_category()", referenced from: :info:build boost::mutex::mutex() in pt.o :info:build boost::mutex::lock() in pt.o :info:build GLOBALI_a in pt.o :info:build "boost::system::generic_category()", referenced from: :info:build GLOBALI_a in pt.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[3]: * [pt] Error 1 :info:build make[3]: * Waiting for unfinished jobs.... :info:build 10 warnings generated. :info:build mv -f .deps/at.Tpo .deps/at.Po :info:build 2 warnings generated. :info:build mv -f .deps/ut.Tpo .deps/ut.Po :info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/work/quickfix/src' :info:build make[2]: * [all-recursive] Error 1 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/work/quickfix/src' :info:build make[1]: * [all-recursive] Error 1 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/work/quickfix' :info:build make: * [all] Error 2 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/work/quickfix' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/work/quickfix" && /usr/bin/make -j4 -w all :info:build Exit code: 2 :error:build org.macports.build for port quickfix returned: command execution failed :debug:build Error code: CHILDSTATUS 40438 2 :debug:build Backtrace: command execution failed

while executing

"system -nice 0 $fullcmdstring"

("eval" body line 1) invoked from within

"eval system $notty $nice \$fullcmdstring"

invoked from within

"command_exec build"

(procedure "portbuild::build_main" line 8) invoked from within

"$procedure $targetname" :info:build Warning: targets not executed for quickfix: org.macports.activate org.macports.build org.macports.destroot org.macports.install :notice:build Please see the log file for port quickfix for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_quickfix/quickfix/main.log

Change History (1)

Changed 11 years ago by shao.zhang@…

Attachment: main.log added

quickfix build log

Note: See TracTickets for help on using tickets.