[MacPorts] #56192: librsvg @2.42.2_0: build fails

MacPorts noreply at macports.org
Sun Apr 1 14:48:32 UTC 2018


#56192: librsvg @2.42.2_0: build fails
-------------------------+----------------------
  Reporter:  mndavidoff  |      Owner:  dbevans
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.4.2
Resolution:              |   Keywords:
      Port:  librsvg     |
-------------------------+----------------------
Changes (by dbevans):

 * cc: MarcusCalhoun-Lopez (added)


Comment:

 Appears to be the result of recent universal build changes that manipulate
 environment variable CARGO_BUILD_TARGET.

 The non-universal build is attempying to link to static library

 {{{
 ${worksrcpath}/rust/target/release/librsvg_internals.a
 }}}

 but the correct path to the built library is actually

 {{{
 ${worksrcpath}/rust/target/x86_64-apple-darwin/release/librsvg_internals.a
 }}}

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


More information about the macports-tickets mailing list