On 6/11/12 2:31 PM, ping yang wrote: > Hi Fink users, > > I have issues with the fink installed on Mac OS X 10.7. The version of > Fink I am running is 0.32.6, the problem I have is I can use "Fink list" > to list all the available softwares, how ever when I wanted to install > one of them(sudo apt-get install netcdf-bin), it shows: > Reading Package Lists... Done > Building Dependency Tree... Done > E: Couldn't find package netcdf-bin > > The content in my sources.list file are: > # Local package trees - packages built from source locally > # NOTE: this is automatically kept in sync with the Trees: line in > # /sw/etc/fink.conf > # NOTE: run 'fink scanpackages' to update the corresponding Packages.gz > files > deb file:/sw/fink local main > deb file:/sw/fink stable main > > and the content in my fink.conf are: > > # Fink configuration, initially created by bootstrap > Basepath: /sw > RootMethod: sudo > Trees: local/main stable/main local/bootstrap unstable/crypto unstable/main > Distribution: 10.7 > SelfUpdateTrees: 10.7 > ConfFileCompatVersion: 2 > FetchAltDir: ~/Downloads > MaxBuildJobs: 8 > Mirror-apache: http://www.apache.org/dist > Mirror-apt: http://bindist.finkmirrors.net/bindist > Mirror-cpan: ftp://ftp.cpan.org/pub/CPAN > Mirror-ctan: ftp://tug.ctan.org/tex-archive > Mirror-debian: ftp://ftp.debian.org/debian > Mirror-freebsd: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles > Mirror-gimp: ftp://ftp.gimp.org/pub/gimp > Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME > Mirror-gnu: ftp://ftp.gnu.org/gnu > Mirror-kde: ftp://ftp.kde.org/pub/kde > Mirror-master: http://distfiles.master.finkmirrors.net/ > Mirror-rsync: rsync://distfiles.master.finkmirrors.net/finkinfo/ > <http://distfiles.master.finkmirrors.net/finkinfo/> > Mirror-sourceforge: http://downloads.sourceforge.net/ > MirrorContinent: nam > MirrorCountry: nam-us > MirrorOrder: MasterFirst > ProxyPassiveFTP: true > UseBinaryDist: false > Verbose: 2 > SelfUpdateMethod: rsync > > I add some contents like "unstable main" in the sources.list but there > were error. Is here someone can help me make the fink working? > > Thanks, > > Ping > > -- > Ping Yang, Ph.D. > CUNY Environmental Crossroads Initiative > Marshak Science Building - Suite 925 > The City College of New York - CUNY > 160 Convent Avenue, New York NY 10031 > Phone: 212-650-5769 <tel:212-650-5769> > Fax: 212-650-7064 > > >
There is no official binary distribution for 10.7, so apt-get isn't going to do much. Try using the "fink" command instead: fink install netcdf-bin -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ 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-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
