[MacPorts] #28453: Errors while install gtk3
MacPorts
noreply at macports.org
Fri Feb 18 02:47:44 PST 2011
#28453: Errors while install gtk3
--------------------------------------+-------------------------------------
Reporter: wolf.st.kappesser@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port:
--------------------------------------+-------------------------------------
Changes (by ryandesign@…):
* cc: wolf.st.kappesser@… (removed)
Comment:
You are experiencing several unrelated problems.
1. While installing gtk3, you got a message that glib2-devel could not be
installed because glib2 is installed. gtk3 is not yet released in a final
version, and thus depends on a not-yet-final version of glib, which is
available in the glib2-devel port. However, some other gtk3 dependencies
already pulled in the stable version of glib in the glib2 port. You then
forced the activation of glib2-devel on top of glib2. This was not the
right thing to do. To clean this up, deactivate glib2 and glib2-devel
(you'll probably have to force this), then activate glib2-devel again.
{{{
sudo port -f deactivate glib2 glib2-devel
sudo port activate glib2-devel
}}}
This will leave only glib2-devel activated, which is what you want; you
don't want glib2 to also be activated, which it currently is.
2. You are using MacPorts in interactive mode, and encountered the stale
interpreter issue discussed in #28096
3. You encountered an error building gobject-introspection. Until you
attach the main.log file from that failed build, we can't know why that
failed, so please attach that log.
--
Ticket URL: <https://trac.macports.org/ticket/28453#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list