On Mar 20, 2008, at 15:03, Nehemiah Dacres wrote: > when i install git core after uninstalling git-core , git-core > +no_svn I recieve this error message > > ---> Activating git-core 1.5.3.7_0+doc > Error: Target org.macports.activate returned: Image error: /opt/ > local/lib/perl5/5.8.8/darwin-2level/perllocal.pod already exists > and does not belong to a registered port. Unable to activate port > git-core. > Error: Status 1 encountered during processing.
This problem was fixed in r34462 on 2008-02-25. That means your port definitions are out of date. "sudo port selfupdate" to get the latest MacPorts and port definitions. Then "sudo port uninstall git-core @1.5.3.7_0+doc" and "sudo port install git-core", which will this time get you the current version which is 1.5.4.4. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
