Opened 13 years ago

Closed 12 years ago

#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 (1)

macport-gtk3-errors.txt (129.8 KB) - added by wolf.st.kappesser@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by wolf.st.kappesser@…

Attachment: macport-gtk3-errors.txt added

comment:1 Changed 13 years ago by wolf.st.kappesser@…

Cc: wolf.st.kappesser@… added

Cc Me!

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: wolf.st.kappesser@… removed

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.
  1. You are using MacPorts in interactive mode, and encountered the stale interpreter issue discussed in #28096
  1. 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.

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: singingwolfboy@… added

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

No response; closing.

Note: See TracTickets for help on using tickets.