On 8/5/12 5:39 PM, Gary K Olson wrote: > There appear to be dependency problems for the netcdf* packages under 10.8. > When I try to install one of them, I get the following message: > >> fink update netcdf-bin >> Information about 5688 packages read in 1 seconds. >> The following package will be installed or updated: >> netcdf-bin >> The following additional package will be installed: >> netcdf-c7-shlibs >> Do you want to continue? [Y/n] y >> Reading buildlock packages... >> Could not resolve inconsistent dependencies! >> >> Fink isn't sure how to install the above packages safely. You may be able to >> fix things by running: >> >> fink scanpackages >> sudo apt-get update >> sudo apt-get install netcdf-bin=4.2.1-1 netcdf-c7-shlibs=4.2.1-1 >> >> Failed: Fink::SysState: Could not resolve inconsistent dependencies >> >> I understand that the binary distribution is not yet available on 10.8. > > Gary K Olson > > My kit is: > > Package manager version: 0.34.2 > Distribution version: selfupdate-rsync Sun Aug 5 16:28:02 2012, 10.8, x86_64 > Trees: local/main stable/main local/injected > Xcode.app: 4.4 > Xcode command-line tools: 4.4.0.0.1.1249367152 > Max. Fink build jobs: 3 > > >
Did you try the commands? You have a local binary distribution on your machine, and the "You may be able to fix things..." message encompasses that--'fink scanpackages' is _only_ relevant to locally built packages. 'apt-get update' uses data from both the local package list, as generated by 'fink scanpackages', and (a) remote binary distribution(s), if present. The issue here is that netcdf-bin carries a versioned dependency on netcdf-c7-shlibs _by design_ to ensure that there isn't a mismatch between the executables and the libraries. The penalty for this choice is that upgrades take just a bit more effort. -- 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
