Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 23:10:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 243267] graphics/gimp-app: 2.10.14,1 crashes on startup in gimp_restore (upgrade from 2.8-something): assert failure in json_object_object_add_ex()
Message-ID:  <bug-243267-6497-p4oN85CL7Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243267-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243267-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243267

--- Comment #6 from Marcin Cie=C5=9Blak <saper@saper.info> ---
Quick workaround:

apply this patch to devel/json-c/Makefile:

--- Makefile.bak        2020-01-12 23:59:28.538313000 +0100
+++ Makefile    2020-01-13 00:01:38.408512000 +0100
@@ -25,6 +25,10 @@

 post-patch:
        @${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
+       @cd ${WRKSRC}; \
+               ${FIND} . -name '*.[hc]' -type f \
+               -exec ${SED} -i '' -e
"s,json_object_get_type,own_json_object_get_type,g" {} +
+

 post-install:
        ${INSTALL_DATA} ${WRKSRC}/json_object_private.h
${STAGEDIR}${PREFIX}/include/json-c/

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243267-6497-p4oN85CL7Y>