[MacPorts] #48009: volk @20150521_0 Undefined symbols for architecture x86_64

MacPorts noreply at macports.org
Wed Jul 20 11:52:33 PDT 2016


#48009: volk @20150521_0 Undefined symbols for architecture x86_64
----------------------------+-------------------------
  Reporter:  jpdevillers@…  |      Owner:  michaelld@…
      Type:  defect         |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.3.3
Resolution:                 |   Keywords:
      Port:  volk           |
----------------------------+-------------------------

Comment (by michaelld@…):

 OK. Looking more carefully at the log file, I see:
 {{{
 :info:build In file included from
 /opt/local/include/boost_1_43_0/boost/program_options.hpp:15:
 }}}

 If you do
 {{{
 port contents boost | grep "include/boost_1_43_0"
 }}}
 you should get back nothing.

 Likewise, if you do:
 {{{
 port provides /opt/local/include/boost_1_43_0/boost/program_options.hpp
 }}}
 it should return something like that this file "is not provided by a
 MacPorts port".

 If both of the above are true, then I'd recommend removing that directory:
 {{{
 cd /opt/local/include
 sudo rm -rf boost_1_43_0
 }}}
 as it looks like cruft left behind by some previous install somehow.

 After removing it, you'll want to "clean volk" and then try again.

-- 
Ticket URL: <https://trac.macports.org/ticket/48009#comment:22>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list