I wonder if upgrading to the latest Xcode version would help your situation especially since you're planning on enabling the unstable tree, which typically uses the most recent software whenever possible. I know that Xcode is a huge download (something like 2.5 GB), but unless you have a reason not to update it, it's probably a good idea even if that is not the specific problem here (in the meantime I expect someone will chime in by morning with some ideas).
It may be useful to know the output from the following commands as well: arch; gcc -dumpmachine; fink -V | head -n 2 It's late and so I'm wondering if I should assume that you have run the pathsetup.sh command as described here? http://www.finkproject.org/doc/users-guide/install.php?phpLang=en#setup (specifically:) /sw/bin/pathsetup.sh Mike wrote: > System Version: Mac OS X 10.6.7 (10J869) > Kernel Version: Darwin 10.7.0 > > If I'm correct, the package I am trying to install is only available in > the "unstable" tree: > > http://pdb.finkproject.org/pdb/package.php/mpb > > I am new to Fink so this is the first package I have tried to install. > > > -----Original Message----- > From: Robert Wyatt [mailto:[email protected]] > Sent: Thursday, July 07, 2011 11:42 PM > To: Mike > Cc: [email protected] > Subject: Re: [Fink-beginners] Changing the default path used to detect > the Xcode version > > > So you have MacOS 10.6.8 and you're using the stable tree, right? > > Mike wrote: >> Hi Robert, >> >> Thanks for the response. >> >> I get: >> >> Xcode 3.2.3 >> Component versions: DevToolsCore-1691.0; DevToolsSupport-1591.0 >> BuildVersion: 10M2262 >> >> >> >> -----Original Message----- >> From: Robert Wyatt [mailto:[email protected]] >> Sent: Thursday, July 07, 2011 11:22 PM >> To: Mike Marquez >> Cc: [email protected] >> Subject: Re: [Fink-beginners] Changing the default path used to detect > >> the Xcode version >> >> >> Mike Marquez wrote: >>> I get the following error when attempting to install a package: >>> "Can't >> >>> resolve dependency "xcode (>= 3.1.2)" for package "gcc44-4.4.6-1000" >>> (no matching packages/versions found)" I think the problem is due to >>> the fact that Fink looks for the property list file assuming the path > >>> is "/Developer/Applications/Xcode.app/Contents/version" >>> and my copy of Xcode is in >>> >> "/Developer/Applications/Xcode3.2/Applications/Xcode.app/Contents/vers >> io >> n". >>> I believe this was the default location that the installer chose >> perhaps >>> because Xcode3.0 was already installed in the >> "/Developer/Applications" >>> directory. >>> How do I configure Fink so that it knows Xcode is in this directory? >>> Thanks >> >> Hi Mike, >> >> What do you get when you issue the following command in a Terminal.app > >> window? >> >> xcodebuild -version >> > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
