New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16110 (new defect)

Opened 5 years ago

Last modified 3 years ago

libxml2: attempts to use libxslt.1.dylib

Reported by: ryandesign@… Owned by: cedric.luthi@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: nox@…
Port: libxml2

Description

I previously had libxml2 2.6.32_1 and libxslt 1.1.23_0 installed. I forcibly uninstalled libxml2 and reinstalled it, to test an issue. During the reinstall, this message appeared in the debug output, and also a Mac OS X Crash Reporter dialog appeared with similar information:

dyld: lazy symbol binding failed: Symbol not found: _xmlXPathContextSetCache
  Referenced from: /mp/lib/libxslt.1.dylib
  Expected in: flat namespace

dyld: Symbol not found: _xmlXPathContextSetCache
  Referenced from: /mp/lib/libxslt.1.dylib
  Expected in: flat namespace

/mp is my MacPorts prefix. So it seems that libxml2 is trying to load libxslt.1.dylib during the build. You must modify the port so that this does not happen, because libxml2 does not declare a dependency on libxslt (and it cannot, since libxslt declares a dependency on libxml2, and we cannot have circular dependencies).

I am running Mac OS X 10.4.11 on an Intel Mac with Xcode 2.5 and MacPorts from trunk @38557.

Change History

comment:1 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:2 Changed 3 years ago by jmr@…

  • Cc nox@… added
  • Port set to libxml2
Note: See TracTickets for help on using tickets.