|
From: Alexander H. <ale...@gm...> - 2016-02-19 17:03:27
|
> On Feb 19, 2016, at 08:59, Heinz Nabielek <hei...@me...> wrote: > > On 19 Feb 2016, at 01:56, Alexander Hansen <ale...@gm... <mailto:ale...@gm...>> wrote: >> >>> >>> On Feb 18, 2016, at 16:54, Heinz Nabielek <hei...@me...> wrote: >>> >>>> >>>> On 18 Feb 2016, at 18:10, Alexander Hansen <ale...@gm...> wrote: >>>> >>>> >>>>> 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? >>> >>> fink install octave >> >> Try “fink selfupdate” and also “sudo apt-get update”, if your selfupdate isn’t automatically running that. >> >> -- >> Alexander Hansen, Ph.D. > > Now getting much further, but octave still does not want to install on my Mac OS X 10.11.3 > For myself, I cannot recognize the specific error messages where the installation fails. > > Heinz > > > ____________________________________ > > > > Common System Values > -------------------- > > FINK_PREFIX: /sw > FINK_ARCH: x86_64 > > System Determined Variables: > > DARWIN_MAJOR_VERSION: 15 > DARWIN_MINOR_VERSION: 3 > DARWIN_VERSION: 15.3 > MACOSX_DEPLOYMENT_TARGET: 10.11 > OSX_MAJOR_VERSION: 10.11 > OSX_VERSION: 10.11.3 > SDK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk > SDK_VERSION : 10.11 > X11_BASE_DIR: /opt/X11 > X11_INCLUDE_DIR: /opt/X11/include > X11_LIBRARY_DIR : /opt/X11/lib > XCODE_PREFIX: /Applications/Xcode.app/Contents/Developer > XCODE_VERSION: 7.2.1 > > > # allow configure to find OpenGL libraries in X11 > if [ "." = "-x11" ] ; then > export LDFLAGS="-L/sw/lib -L$X11_BASE_DIR/lib -Wl,-dead_strip_dylibs" > export CPPFLAGS="-I/sw/include -I/sw/include/freetype2 -I$X11_BASE_DIR/include" > else > export LDFLAGS="-L/sw/lib -Wl,-dead_strip_dylibs" > export CPPFLAGS="-I/sw/include -I/sw/include/freetype2" > fi > export CPP="clang -E" > export CXXCPP="clang++ -E" > export F77=/sw/bin/gfortran-fsf-5 > # -ff2c is required when using gfortran and Accelerate.framework > if [ "." = "." ] > then export FFLAGS='-O3 -ff2c' > else export FFLAGS='-O3' > fi > FLIBDIR="/sw/lib/gcc5/lib" > export FLIBS="-L${FLIBDIR} -lgfortran" > export PKG_CONFIG=/sw/bin/pykg-config > qt_type=`echo | cut -dt -f2` > echo | cut -dt -f2 > if [ "." != "." ] ; then > export PKG_CONFIG_PATH="/sw/lib/qt4-$qt_type/lib/pkgconfig:$PKG_CONFIG_PATH" > export PATH="/sw/lib/qt4-$qt_type/bin:$PATH" > # QtCore is inherited > export LDFLAGS=`pkg-config QtNetwork --libs`" "`pkg-config QtGui --libs`" -L/sw/lib/qt4-$qt_type/lib $LDFLAGS" > fi > > autoreconf -fi > Can't exec "libtoolize": No such file or directory at /sw/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN3> line 5. > autoreconf: failed to run libtoolize: No such file or directory > autoreconf: libtoolize is needed because this package uses Libtool > ### execution of /tmp/fink.OQiDX failed, exit code 1 > ### execution of /tmp/fink.seHzf failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-octave-3.8.2-10 > (Reading database ... 162462 files and directories currently installed.) > Removing fink-buildlock-octave-3.8.2-10 ... > Failed: phase compiling: octave-3.8.2-10 failed > > Before reporting any errors, please run "fink selfupdate" and try again. > > If you continue to have issues, please check to see if the FAQ on Fink's > website solves the problem. If not, ask on one (not both, please) of > these mailing lists: > > The Fink Users List <fin...@li... <mailto:fin...@li...>> > The Fink Beginners List <fin...@li... <mailto:fin...@li...>>, > > with a carbon copy to the maintainer: > > Alexander Hansen <ale...@us... <mailto:ale...@us...>> > > Note that this is preferable to emailing just the maintainer directly, > since most fink package maintainers do not have access to all possible > hardware and software configurations. > > Please try to include the complete error message in your report. This > generally consists of a compiler line starting with e.g. "gcc" or "g++" > followed by the actual error output from the compiler. > > Also include the following system information: > Package manager version: 0.39.2 > Distribution version: selfupdate-rsync Fri Feb 19 17:42:12 2016, 10.11, x86_64 > Trees: local/main stable/main > Xcode.app: 7.2.1 > Xcode command-line tools: 7.2.0.0.1.1447826929 > Max. Fink build jobs: 1 > > It appears that autoconf2.6 needs to have a runtime dependency on libtool2, so installing libtool2 should get you past this particular problem. -- Alexander Hansen, Ph.D. Fink User Liaison |