On 7/19/12 11:57 AM, Hanspeter Niederstrasser wrote: > On 7/19/2012 8:02 AM, Joseph Lorenzo Hall wrote: > >> >> Also include the following system information: >> Package manager version: 0.34.0 >> Distribution version: selfupdate-cvs Thu Jul 19 07:40:54 2012, 10.7, i386 >> Trees: local/main stable/main local/injected >> Xcode.app: 3.2.6 >> Xcode command-line tools: 3.2.6 >> Max. Fink build jobs: 1 > > You seem to have updated your previous 10.6 system that had a 32bit Fink > install to 10.7 (which is 64bit only), and this is the direct cause of > your problem. Unfortunately the fix is to start (mostly) from scratch. > Plus you still have the Xcode version for 10.6, which won't work well > on 10.7. > > You'll have to do the following: > > 1) read http://finkers.wordpress.com/2011/09/26/fink-and-lion/ to get a > list of packages that you previously had installed so that you can > reinstall them when you fix the Fink install. >
If that happens not to work, another way to get the same data is (the command should be on one line): grep -B1 " installed" /sw/var/lib/dpkg/status | grep Package | cut -d: -f2 > fink_packages.txt > 2) Remove your old Xcode. Run the script > /Developer/Library/uninstall-devtools from within Terminal. The folder > /Developer should be completely gone after this step. > > 3) Download Xcode 4.3 from http://connect.apple.com (or from the > AppStore) and install it. Also, install the Command Line Tools (a menu > option from within Xcode) > 4.3.3 is the most current version. After installing Xcode 4.3.3, run sudo xcode-select -switch /Applications/Xcode.app to make sure that it is set up, and run sudo xcodebuild -license to ensure that fink's unprivileged build user can function. > 4) Remove your existing Fink install (you should already have created > the list of installed packages). Send /sw to the Trash or run > 'sudo rm -r /sw' in Terminal. > You might want to copy all of the files from /sw/src to somewhere else first, to save a bit of download time. > 5) Download the latest (v 0.34) Fink from > <http://www.finkproject.org/download/srcdist.php> and follow the > directions there to install it. > If you backed up /sw/src, then you can just use that copy of fink-0.34.0.tar.gz And if you made a backup of your old /sw/src, you can put those files in your new /sw/src. > 6) Go back to <http://finkers.wordpress.com/2011/09/26/fink-and-lion/> > to get the commands for reinstalling your previous Fink packages. Note: > some packages have not made it to 10.7, so if there are any missing, > please post on this list to see if they can be migrated. > > Hanspeter > > -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
