[MacPorts] #67105: inkscape @1.2.2 needs revbump and has build issue

MacPorts noreply at macports.org
Wed Mar 15 23:24:21 UTC 2023


#67105: inkscape @1.2.2 needs revbump and has build issue
-----------------------+----------------------
 Reporter:  fhgwright  |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:  2.8.1
 Keywords:             |       Port:  inkscape
-----------------------+----------------------
 This is actually two bugs, but they probably need to be fixed together.

 The first is just that inkscape didn't get a needed revbump when poppler
 was updated, leading to a broken install.

 The second is that inkscape has a strange relationship with lib2geom,
 claiming it as both a dependency and a conflict.  This prevents a
 straightforward rebuild, as needed in response to the poppler update.

 Building/installing inkscape with no active lib2geom port results in an
 apparently successful install, but which references a nonexistent version
 1.2 of lib2geom.  Building/installing inkscape with lib2geom @1.1.0_0
 active succeeds through the destroot phase (ignoring the conflict), but
 then fails the install due to the conflict.  Deactivating lib2geom and
 installing the already destrooted inkscape then succeeds, and produces a
 working install.  Thus, the following workaround can be used:

 {{{
     port activate lib2geom
     port destroot inkscape
     port deactivate lib2geom
     port install inkscape
 }}}

 This is on OS 10.9.5.  Logfiles available on request.

-- 
Ticket URL: <https://trac.macports.org/ticket/67105>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list