Ticket #28453 (closed defect: invalid)
Errors while install gtk3
| Reported by: | wolf.st.kappesser@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | singingwolfboy@… | |
| Port: |
Description
When I try to install the gtk3 package I get various errors. I have attached the install log.
Attachments
Change History
comment:2 Changed 2 years ago by ryandesign@…
- Cc wolf.st.kappesser@… removed
You are experiencing several unrelated problems.
- 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.
- You are using MacPorts in interactive mode, and encountered the stale interpreter issue discussed in #28096
- 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.
Note: See
TracTickets for help on using
tickets.

