[MacPorts] #52632: Inkscape-app quits immediately after install

MacPorts noreply at macports.org
Wed Sep 13 17:28:43 UTC 2017


#52632: Inkscape-app quits immediately after install
------------------------------------+----------------------
  Reporter:  iansidor@…             |      Owner:  dbevans
      Type:  defect                 |     Status:  assigned
  Priority:  Normal                 |  Milestone:
 Component:  ports                  |    Version:  2.3.4
Resolution:                         |   Keywords:
      Port:  inkscape inkscape-app  |
------------------------------------+----------------------

Comment (by hugo-ribeiro):

 It seems that inkscape 0.92.2 fixed the issue. After compiling inkscape
 @0.92.2 +x11 with the following lines commented out in the associated
 Portfile
 {{{
 platform darwin {
 # on Sierra, building with clang optimization enabled causes crash at
 startup
 # issue effects both +x11 and +quartz builds
     if {${os.major} > 15} {
         configure.optflags  -O0
     }
 }
 }}}

 I'm able to start inkscape while having

 {{{
 export LC_ALL=en_US.UTF-8
 export LANG=en_US.UTF-8
 }}}

 in my .bash_profile.

 Can someone else confirm?

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


More information about the macports-tickets mailing list