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

MacPorts noreply at macports.org
Fri Feb 3 13:58:02 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 barry-scott):

 When I build inkscape like this it does not crash.

 #!/bin/bash

 V=0.92.0

 PATH=\
 /opt/local/sbin:\
 /opt/local/bin:\
 /usr/bin:\
 /bin:\
 /usr/sbin:\
 /sbin

 cd inkscape-$V

 export CPPFLAGS="-I$(PWD)/src/extension/script"
 export CXXFLAGS="-std=c++11 -g -O0"

 ./autogen.sh
 ./configure \
     --prefix=/opt/local \
     --without-gnome-vfs \
     --enable-lcms \
     --enable-poppler-cairo \
     --enable-dbusapi \
     --disable-silent-rules \
     --disable-strict-build | tee build-config.log

 make 2>&1 | tee build-make.log

 using otool -L on the MacPorts build image and my build I see two
 differences:

 These two libs are used for the MacPorts built image.

 +       /opt/local/lib/libjpeg.9.dylib (compatibility version 12.0.0,
 current version 12.0.0)
 +       /opt/local/lib/libpotrace.0.dylib (compatibility version 1.0.0,
 current version 1.3.0)

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


More information about the macports-tickets mailing list