[MacPorts] #69579: vala configure failure
MacPorts
noreply at macports.org
Sun Mar 24 08:40:54 UTC 2024
#69579: vala configure failure
---------------------+----------------------
Reporter: nassi | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: vala |
---------------------+----------------------
Comment (by ryandesign):
Having both Homebrew and MacPorts installed on the same system will cause
problems with some ports, so we don't support that. Please choose one
package manager and uninstall the others.
It looks like the error in the config.log is:
{{{
configure:13596: checking for glib-2.0 >= 2.48.0 gobject-2.0 >= 2.48.0
configure:13603: $PKG_CONFIG --exists --print-errors "glib-2.0 >=
$GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED"
Requested 'glib-2.0 >= 2.48.0' but version of GLib is 2.16.2
Requested 'gobject-2.0 >= 2.48.0' but version of GObject is 2.16.2
configure:13606: $? = 1
configure:13620: $PKG_CONFIG --exists --print-errors "glib-2.0 >=
$GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED"
Requested 'glib-2.0 >= 2.48.0' but version of GLib is 2.16.2
Requested 'gobject-2.0 >= 2.48.0' but version of GObject is 2.16.2
configure:13623: $? = 1
configure:13637: result: no
Requested 'glib-2.0 >= 2.48.0' but version of GLib is 2.16.2
Requested 'gobject-2.0 >= 2.48.0' but version of GObject is 2.16.2
configure:13653: error: Package requirements (glib-2.0 >= 2.48.0
gobject-2.0 >= 2.48.0) were not met:
Requested 'glib-2.0 >= 2.48.0' but version of GLib is 2.16.2
Requested 'gobject-2.0 >= 2.48.0' but version of GObject is 2.16.2
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
}}}
MacPorts currently provides glib2 2.78.4 so this should not be happening.
You'll have to figure out where this glib2 2.16.2 is installed on your
system.
--
Ticket URL: <https://trac.macports.org/ticket/69579#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list