pango 1.22.0 requires glib 2.17.3 or later but you have glib 2.16.5.
Ryan Schmidt
ryandesign at macports.org
Thu Oct 16 01:29:03 PDT 2008
On Oct 16, 2008, at 03:20, David Epstein wrote:
> My error message must have been dealt with somewhere in the list,
> possibly
> many times, but I haven't been able to find it. I was trying to
> install
> gimp:
> sudo port install gimp
> Eventually I got the error message
> Target org.macports.configure returned: pango 1.22.0 requires glib
> 2.17.3 or
> later but you have glib 2.16.5.
>
> I tried sudo port deactivate glib, which resulted in
> Password:
> ---> Deactivating glib
> Error: port deactivate failed: Registry error: glib not registered as
> installed & active.
>
> Help would be appreciated.
Your glib2 is out of date, so you should update it:
sudo port sync
sudo port upgrade glib2
To see which other ports are out of date and in need of updating:
port outdated
More information about the macports-users
mailing list