[MacPorts] #58574: poppler @0.77.0: dyld: Symbol not found: _poppler_additional_action_type_get_type

MacPorts noreply at macports.org
Mon Jun 10 20:51:40 UTC 2019


#58574: poppler @0.77.0: dyld: Symbol not found:
_poppler_additional_action_type_get_type
----------------------+----------------------
  Reporter:  RobK88   |      Owner:  dbevans
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.5.4
Resolution:           |   Keywords:  lion
      Port:  poppler  |
----------------------+----------------------

Comment (by michaelld):

 How about let's try to fix this issue, rather than just forcing the
 awkward conflict ...

 Can we test out this "fix" in the poppler Portfile ... right before this
 code
 {{{
 configure.ldflags-append -liconv
 gobject_introspection yes
 }}}
 add in the following:
 {{{
 # remove top-level paths, such that internal headers and libraries
 # are used instead of any already-installed ones.
 configure.ldflags-delete -L${prefix}/lib
 configure.cppflags-delete -I${prefix}/include
 }}}

 In my reading of the output CMake build system, this should fix the issue.
 Can others test / verify?

-- 
Ticket URL: <https://trac.macports.org/ticket/58574#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list