[MacPorts] #28453: Errors while install gtk3
#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: --------------------------------------+------------------------------------- When I try to install the gtk3 package I get various errors. I have attached the install log. -- Ticket URL: <https://trac.macports.org/ticket/28453> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#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: singingwolfboy@… (added) -- Ticket URL: <https://trac.macports.org/ticket/28453#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28453: Errors while install gtk3 ---------------------------------------+------------------------------------ Reporter: wolf.st.kappesser@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: invalid | Keywords: Port: | ---------------------------------------+------------------------------------ Changes (by jmr@…): * status: new => closed * resolution: => invalid Comment: No response; closing. -- Ticket URL: <https://trac.macports.org/ticket/28453#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts