Problem with installing Gnumeric
Ryan Schmidt
ryandesign at macports.org
Mon Aug 24 23:52:38 PDT 2009
On Aug 25, 2009, at 01:20, damitr wrote:
> The ports as shown installed are:
>
> $ port installed pango cairo atk glib2 gtk2
>
> The following ports are currently installed:
> atk @1.22.0_1
> atk @1.26.0_1 (active)
> cairo @1.6.4_1+macosx
> cairo @1.8.8_0+macosx (active)
> glib2 @2.16.5_0+darwin_9
> glib2 @2.20.4_0 (active)
> gtk2 @2.12.9_0+x11 (active)
> gtk2 @2.16.5_0+x11
> pango @1.20.5_0
> pango @1.24.5_0+macosx (active)
Everything looks fine except your gtk2. You have the latest 2.16.5
installed, but not active. Deactivate the old gtk2 2.12.9 and
activate the latest 2.16.5.
$ sudo port deactivate gtk2 @2.12.9_0+x11
$ sudo port activate gtk2 @2.16.5_0+x11
Then clean gnome-keyring and try again to install it.
$ sudo port clean gnome-keyring
$ sudo port install gnome-keyring
More information about the macports-users
mailing list