Opened 9 years ago
Closed 9 years ago
#47870 closed defect (invalid)
gobject-introspection fails to configure, needs glib-2.0 >= 2.44.0
Reported by: | bonsaiviking@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | gobject-introspection |
Description
---> Computing dependencies for gobject-introspection ---> Fetching distfiles for gobject-introspection ---> Attempting to fetch gobject-introspection-1.44.0.tar.xz from http://mirror.umd.edu/gnome/sources/gobject-introspection/1.44/ ---> Verifying checksums for gobject-introspection ---> Extracting gobject-introspection ---> Configuring gobject-introspection Error: Failed to configure gobject-introspection, consult /Users/david/macports-10.8/var/macports/build/_Users_david_macports-10.8_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/work/gobject-introspection-1.44.0/config.log Error: org.macports.configure for port gobject-introspection returned: configure failure: command execution failed Please see the log file for port gobject-introspection for details: /Users/david/macports-10.8/var/macports/logs/_Users_david_macports-10.8_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gobject-introspection/gobject-introspection/main.log Error: Unable to upgrade port: 1
The configure log referenced contains this:
configure:12640: checking for GLIB configure:12647: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.44.0" Requested 'glib-2.0 >= 2.44.0' but version of GLib is 2.42.2 configure:12650: $? = 1 configure:12664: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.44.0" Requested 'glib-2.0 >= 2.44.0' but version of GLib is 2.42.2 configure:12667: $? = 1 configure:12681: result: no Requested 'glib-2.0 >= 2.44.0' but version of GLib is 2.42.2 configure:12697: error: Package requirements (glib-2.0 >= 2.44.0) were not met: Requested 'glib-2.0 >= 2.44.0' but version of GLib is 2.42.2
Confirmed that glib2 port is installed and is version 2.42.2, even after "port upgrade --force glib2"
Change History (3)
comment:1 follow-up: 2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 9 years ago by bonsaiviking@…
Replying to ryandesign@…:
glib2 was updated to 2.44 in March 2015 in r134559, so your ports may be out of date. Please run "sudo port selfupdate" to update them.
Or, maybe you have a local portfile for glib2 version 2.42.2 somewhere. Check the locations indicated in your sources.conf.
Thank you, this was indeed the case: I had a local portfile for glib2 that I had not updated. Thanks for the speedy reply, and please close this ticket.
comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
glib2 was updated to 2.44 in March 2015 in r134559, so your ports may be out of date. Please run "sudo port selfupdate" to update them.
Or, maybe you have a local portfile for glib2 version 2.42.2 somewhere. Check the locations indicated in your sources.conf.