|
From: Alexander H. <ale...@gm...> - 2016-02-18 17:10:18
|
> On Feb 18, 2016, at 07:58, Heinz Nabielek <hei...@me...> wrote: > > fink does not want to install octave on my Mac OS X 10.11.3: > > Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-darwin-x86_64/sci/gnuplot_5.0.2-1_darwin-x86_64.deb 404 Not Found > Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-darwin-x86_64/net/libnghttp2.14-shlibs_1.7.0-1_darwin-x86_64.deb 404 Not Found > Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-darwin-x86_64/net/libssh2.1-shlibs_1.6.0-1_darwin-x86_64.deb 404 Not Found > Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-darwin-x86_64/net/libcurl4-shlibs_7.47.0-1_darwin-x86_64.deb 404 Not Found > Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-darwin-x86_64/sci/octave382_3.8.2-9_darwin-x86_64.deb 404 Not Found > Failed to fetch http://bindist.finkmirrors.net/10.11/dists/stable/main/binary-darwin-x86_64/sci/octave_3.8.2-9_darwin-x86_64.deb 404 Not Found > > uname -a > Darwin Heinzs-iMac.local 15.3.0 Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64 x86_64 > > Is there an easy way to help my problem? > > Heinz What command did you run? The versions of gnuplot, libssh2.1, libcurl4-shlibs, and libnghttp2.14-shlibs currently in the binary distribution are newer than the versions which you were trying to download, and those older versions aren’t even present. There is _no_ version of octave382 in the binary distribution currently. It looks like your package descriptions are outdated. Try using “fink selfupdate” and then “fink install octave”. If you have binary distribution access turned on in fink (which is the default) you will automatically download and install binaries when applicable (present in the binary distribution at the latest version known to fink). -- Alexander Hansen, Ph.D. Fink User Liaison |