Hello, I've been trying all weekend to fink install octave. I've managed to overcome many errors and failures by running fink selfupdate, fink update-all, fink selfupdate-cvs, etc multiple times, I've changed the rsysc mirror as per the fink website recommendations (tried both sites advertised, only one partially works). In short, I've exhausted all the possible combinations to make the install work but I cannot get past the following error - can you help? Setting runtime build-lock... dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libmpc3-1.0.2-1 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-libmpc3-1.0.2-1' in `/sw/src/fink.build/fink-buildlock-libmpc3-1.0.2-1_2014.09.21-10.42.03_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-libmpc3-1.0.2-1_2014.09.21-10.42.03_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-libmpc3-1.0.2-1. (Reading database ... 62347 files and directories currently installed.) Unpacking fink-buildlock-libmpc3-1.0.2-1 (from .../fink-buildlock-libmpc3-1.0.2-1_2014.09.21-10.42.03_darwin-x86_64.deb) ... Setting up fink-buildlock-libmpc3-1.0.2-1 (2014.09.21-10.42.03) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.y1L82 env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xf /sw/src/mpc-1.0.2.tar.gz sudo -u fink-bld [ENV] sh -c /tmp/fink.jznju /tmp/fink.H157X #!/bin/sh -ev sed -i.orig -e '/This manual documents/s|manual|file|' \ -e '/(mpc)Multiple/s|Multiple|. &|' doc/mpc.info sudo -u fink-bld [ENV] sh -c /tmp/fink.07xuY /tmp/fink.JvyiM #! /bin/sh -ev mkdir build cd build if [ "." != "." ]; then export CC="gcc -m64" fi ../configure --prefix=/sw --infodir=/sw/share/info \ --with-gmp=/sw \ --with-mpfr=/sw \ -C --libdir='${prefix}/lib' configure: creating cache config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-apple-darwin11.4.2 checking host system type... x86_64-apple-darwin11.4.2 checking for grep that handles long lines and -e... /sw/bin/grep checking for egrep... /sw/bin/grep -E checking for a sed that does not truncate output... /sw/bin/sed checking for CC and CFLAGS in gmp.h... yes CC=gcc CFLAGS=-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 checking for CC=gcc and CFLAGS=-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /sw/bin/sed checking for fgrep... /sw/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin11.4.2 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gmp.h... yes checking for ANSI C header files... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for library containing creal... none required checking whether creal, cimag and I can be used... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for gettimeofday... yes checking for localeconv... yes checking for setlocale... yes checking for dup... yes checking for dup2... yes checking for __gmpz_init in -lgmp... yes checking for MPFR... no configure: error: libmpfr not found or uses a different ABI (including static vs shared). ### execution of /tmp/fink.JvyiM failed, exit code 1 ### execution of /tmp/fink.07xuY failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-libmpc3-1.0.2-1 (Reading database ... 62348 files and directories currently installed.) Removing fink-buildlock-libmpc3-1.0.2-1 ... Updating the list of locally available binary packages. Scanning dists/stable/main/binary-darwin-x86_64 New package: dists/stable/main/binary-darwin-x86_64/devel/cmake_3.0.1-1_darwin-x86_64.deb Failed: phase compiling: libmpc3-1.0.2-1 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 <fink-users@lists.sourceforge.net> The Fink Beginners List <fink-beginn...@lists.sourceforge.net>, with a carbon copy to the maintainer: David Fang <fang...@users.sourceforge.net> 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.37.1 Distribution version: selfupdate-rsync Sat Sep 20 12:22:53 2014, 10.7, x86_64 Trees: local/main stable/main Xcode.app: 4.6.2 Xcode command-line tools: 4.6.0.0.1.1365549073 Max. Fink build jobs: 1 |
------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users