[MacPorts] #60220: librsvg @2.48.0_0 +x11: ld: symbol(s) not found for architecture x86_64

MacPorts noreply at macports.org
Sun Mar 22 05:14:44 UTC 2020


#60220: librsvg @2.48.0_0 +x11: ld: symbol(s) not found for architecture x86_64
----------------------+-------------------------------
  Reporter:  JDLH     |      Owner:  dbevans
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.6.2
Resolution:           |   Keywords:  sierra highsierra
      Port:  librsvg  |
----------------------+-------------------------------

Comment (by JDLH):

 The quick fix in comment:3 appears to have worked for me. Thanks!

 In the Portfile (path: `$(port file librsvg)`), I edited lines 58 and 108.
 Both lines have expressions of the form:
 …{{{ && ${os.major} < 15}}} …

 I changed the expressions to:
 …{{{ && ${os.major} < 1599}}} …

 Then did `sudo port install librsvg` (I had uninstalled earlier, as part
 of diagnosis. `port update` might work also.)

 I appear to have been able to upgrade other ports, both those dependent on
 librsvg and those independent of it.

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


More information about the macports-tickets mailing list