On Dec 21, 2010, at 8:33 PM, Ed wrote: > Alexander: > While update the latest packages (git and pcb) I get the same error: > > AR libgit.a > ranlib: unrecognized option `-f' > ranlib: Try `ranlib --help' for more information. > ar: internal ranlib command failed > make: *** [libgit.a] Error 1 > ### execution of make failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-git-1.7.3.4-1+10.5 > (Reading database ... 128484 files and directories currently installed.) > Removing fink-buildlock-git-1.7.3.4-1+10.5 ... > Failed: phase compiling: git-1.7.3.4-1+10.5 failed > > Before reporting any errors, please run "fink selfupdate" and > try again. If you continue to have issues, please check to see if the > FAQ on fink's website solves the problem. If not, ask on the fink-users > or fink-beginners mailing lists, with a carbon copy to the maintainer: > > Daniel Johnson <[email protected]> > > Note that this is preferable to emailing the maintainer directly, since > most fink package maintainers do not have access to all possible > hardware and software configurations. > > Output from which ranlib is: > > kingston-cos-computer:~ freddie$ which ranlib > /usr/bin/ranlib > kingston-cos-computer:~ freddie$ > > Output from ranlib version is: > > kingston-cos-computer:~ freddie$ ranlib --version > libtool (GNU libtool) 2.4 > Written by Gordon Matzigkeit <[email protected]>, 1996 > > Copyright (C) 2010 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There > is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > kingston-cos-computer:~ freddie$ > > Any clue what I have done wrong?
/usr/bin/ranlib should NOT be GNU libtool. If it is, then somehow you've overwritten files that came with Xcode and many things are likely to break. It's always a bad idea to install anything into /usr. Try reinstalling Xcode to get back to a working system. Daniel ------------------------------------------------------------------------------ Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
