On Feb 18, 2010, at 04:07, Bjarne D Mathiesen wrote:

> I'm seeing this on 5 different computers :
> 
> Model Name:     Model:          Processor:          MacOS X Version:
> ----------      -----           ---------           ---------------
> iMac            iMac11,1        Intel Core i7       Snow Leopard 10.6.2
> iMac            iMac6,1         Intel Core 2 Duo    Snow Leopard 10.6.2
> Mac mini        Macmini2,1      Intel Core 2 Duo    Snow Leopard 10.6.2
> Mac mini        Macmini1,1      Intel Core Duo      Leopard      10.5.8
> PowerBook G4    PowerBook3,4    PowerPC G4  (2.1)   Leopard      10.5.8
> 
> 1) what can I do to fix this ?
> 2) do you want a debug output ?
> 3) any further information you need ?
> 
> i7: root# port outdated
> The following installed ports are outdated:
> kerberos5                      1.4.3_0 < 1.7.1_0
> 
> i7: root# port -cufn upgrade kerberos5

You probably don't want to be in the habit of using -f.


I believe I encountered this problem too. Try deactivating the old kerberos5 
first, cleaning the port, then installing again.

sudo port deactivate kerberos5
sudo port clean kerberos5
sudo port install kerberos5

The new kerberos build is finding the old kerberos libraries instead of the new 
ones it just built. I didn't have time to look into the build scripts to see 
how to fix this properly.

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to