Inkscape compiles but crashes on startup

Yuri Pankov yuripv at yuripv.net
Tue Nov 6 10:08:27 UTC 2018


Stefan Esser wrote:
> Am 04.11.18 um 22:21 schrieb bob prohaska:
>> On Sun, Nov 04, 2018 at 10:47:22AM +0100, T??l Coosemans wrote:
>>> On Sat, 3 Nov 2018 22:31:34 -0700 bob prohaska <fbsd at www.zefox.net> wrote:
>>>> On Sat, Nov 03, 2018 at 07:18:52AM +0100, Walter Schwarzenfeld wrote:
>>>>> Wait, fix of the primal cause of it is committed right now.
>>>>>
>>>>> https://svnweb.freebsd.org/ports?view=revision&revision=483878
>>>>
>>>> Alas, no luck. Updating the ports tree and recompiling inkscape got
>>>> rid of the locale error, but inkscape still crashes with an otherwise
>>>> similar error stream from Gtk.
>>>
>>> You have to rebuild devel/glib20.
>>
>> That did the trick, thank you!
> 
> If some dependent port only runs after glib20 has been recompiled,
> shouldn't that be reason to bump the port revision of glib20, even
> though the port didn't change in any other way?

It was bumped actually:

r483878 | jbeich | 2018-11-03 09:10:28 +0300 (Sat, 03 Nov 2018) | 8 lines

devel/glib20: revert to old g_convert() behavior

PR:             232073
Reported by:    many (via inkscape)
Suggested by:   tijl
Tested by:      glib/tests/convert
MFH:            2018Q4


Index: Makefile
===================================================================
--- Makefile    (revision 483877)
+++ Makefile    (revision 483878)
@@ -3,7 +3,7 @@

 PORTNAME=      glib
 PORTVERSION=   2.56.1
-PORTREVISION=  2
+PORTREVISION=  3
...

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20181106/92500483/attachment.sig>


More information about the freebsd-ports mailing list