[MacPorts] #68512: pkg-config @0.29.2: GLib-CRITICAL **: GString *g_string_append(GString *, const gchar *): assertion 'val != NULL' failed
MacPorts
noreply at macports.org
Sat Oct 21 15:58:31 UTC 2023
#68512: pkg-config @0.29.2: GLib-CRITICAL **: GString *g_string_append(GString *,
const gchar *): assertion 'val != NULL' failed
------------------------+------------------------
Reporter: Behinder | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: pkgconfig |
------------------------+------------------------
Comment (by kencu):
yep, that was it. This small change, and no more critical errors:
{{{
% diff -u ~/cairo-script-interpreter.pc /opt/local/lib/pkgconfig/cairo-
script-interpreter.pc
--- /Users/user/cairo-script-interpreter.pc 2023-10-21 08:54:22
+++ /opt/local/lib/pkgconfig/cairo-script-interpreter.pc 2023-10-21
08:55:34
@@ -1,3 +1,4 @@
+exec_prefix=/opt/local/libexec
prefix=/opt/local
libdir=${exec_prefix}/lib
includedir=${prefix}/include}}}
--
Ticket URL: <https://trac.macports.org/ticket/68512#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list