On 10/19/14, 1:38 PM, Alexander Hansen wrote:
> On 10/19/14, 1:19 PM, Joe Borzellino wrote:
>> Hi,
>>
>> Just moved up to Yosemite and clean update fink to 0.38 via bootstrap.
>> In recreating my old fink installation, I was trying to install gcc49
>> and I get the following error. config.log output included as well. Any
>> help appreciated. By the way, I tried the old trick of moving aside
>> /usr/local. Same problem. Thanks,
>> Joe
>>
>> ….SNIP
>> Fixing directory /usr/include/python2.6 into
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/gcc/include-fixed/root/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
>>
>> Fixing directory /usr/include/python2.7 into
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/gcc/include-fixed/root/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
>>
>> Cleaning up unneeded directories:
>> fixincludes is done
>> echo timestamp > stmp-fixinc
>> if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
>> if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod
>> a+rx include-fixed; fi
>> for file in .. ../../gcc-4.9.1/gcc/ginclude/float.h
>> ../../gcc-4.9.1/gcc/ginclude/iso646.h
>> ../../gcc-4.9.1/gcc/ginclude/stdarg.h
>> ../../gcc-4.9.1/gcc/ginclude/stdbool.h
>> ../../gcc-4.9.1/gcc/ginclude/stddef.h
>> ../../gcc-4.9.1/gcc/ginclude/varargs.h
>> ../../gcc-4.9.1/gcc/ginclude/stdfix.h
>> ../../gcc-4.9.1/gcc/ginclude/stdnoreturn.h
>> ../../gcc-4.9.1/gcc/ginclude/stdalign.h
>> ../../gcc-4.9.1/gcc/ginclude/stdatomic.h
>> ../../gcc-4.9.1/gcc/config/i386/cpuid.h
>> ../../gcc-4.9.1/gcc/config/i386/mmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/mm3dnow.h
>> ../../gcc-4.9.1/gcc/config/i386/xmmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/emmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/pmmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/tmmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/ammintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/smmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/nmmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/bmmintrin.h
>> ../../gcc-4.9.1/gcc/config/i386/fma4intrin.h
>> ../../gcc-4.9.1/gcc/config/i386/wmmintrin.h ../../gcc-4.9.1/gcc/confi
> g/i386/immintrin.h ../../gcc-4.9.1/gcc/config/i386/x86intrin.h
> ../../gcc-4.9.1/gcc/config/i386/avxintrin.h
> ../../gcc-4.9.1/gcc/config/i386/xopintrin.h
> ../../gcc-4.9.1/gcc/config/i386/ia32intrin.h
> ../../gcc-4.9.1/gcc/config/i386/cross-stdarg.h
> ../../gcc-4.9.1/gcc/config/i386/lwpintrin.h
> ../../gcc-4.9.1/gcc/config/i386/popcntintrin.h
> ../../gcc-4.9.1/gcc/config/i386/lzcntintrin.h
> ../../gcc-4.9.1/gcc/config/i386/bmiintrin.h
> ../../gcc-4.9.1/gcc/config/i386/tbmintrin.h
> ../../gcc-4.9.1/gcc/config/i386/bmi2intrin.h
> ../../gcc-4.9.1/gcc/config/i386/avx2intrin.h
> ../../gcc-4.9.1/gcc/config/i386/avx512fintrin.h
> ../../gcc-4.9.1/gcc/config/i386/fmaintrin.h
> ../../gcc-4.9.1/gcc/config/i386/f16cintrin.h
> ../../gcc-4.9.1/gcc/config/i386/rtmintrin.h
> ../../gcc-4.9.1/gcc/config/i386/xtestintrin.h
> ../../gcc-4.9.1/gcc/config/i386/rdseedintrin.h
> ../../gcc-4.9.1/gcc/config/i386/prfchwintrin.h
> ../../gcc-4.9.1/gcc/config/i386/adxintrin.h
> ../../gcc-4.9.1/gcc/config/i386/fxsrintrin.h
> ../../gcc-4.9.1/gcc/config/i386
> /xsaveintrin.h ../../gcc-4.9.1/gcc/config/i386/xsaveoptintrin.h
> ../../gcc-4.9.1/gcc/config/i386/avx512cdintrin.h
> ../../gcc-4.9.1/gcc/config/i386/avx512erintrin.h
> ../../gcc-4.9.1/gcc/config/i386/avx512pfintrin.h
> ../../gcc-4.9.1/gcc/config/i386/shaintrin.h
> ../../gcc-4.9.1/gcc/ginclude/tgmath.h mm_malloc.h; do \
>>       if [ X$file != X.. ]; then \
>>         realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
>>         echo timestamp > include/$realfile; \
>>         rm -f include/$realfile; \
>>         cp $file include; \
>>         chmod a+r include/$realfile; \
>>       fi; \
>>     done
>> for file in .. ; do \
>>       if [ X$file != X.. ]; then \
>>              mv include/$file include/x_$file; \
>>              echo "#include_next <$file>" >include/$file; \
>>              cat include/x_$file >>include/$file; \
>>              rm -f include/x_$file; \
>>         chmod a+r include/$file; \
>>       fi; \
>>     done
>> for file in .. ; do \
>>       if [ X$file != X.. ]; then \
>>         echo "#include_next <$file>" >>include/$file; \
>>         chmod a+r include/$file; \
>>       fi; \
>>     done
>> rm -f include/stdint.h
>> if [ wrap = wrap ]; then \
>>       rm -f include/stdint-gcc.h; \
>>       cp ../../gcc-4.9.1/gcc/ginclude/stdint-gcc.h
>> include/stdint-gcc.h; \
>>       chmod a+r include/stdint-gcc.h; \
>>       cp ../../gcc-4.9.1/gcc/ginclude/stdint-wrap.h include/stdint.h; \
>>       chmod a+r include/stdint.h; \
>>     elif [ wrap = provide ]; then \
>>       cp ../../gcc-4.9.1/gcc/ginclude/stdint-gcc.h include/stdint.h; \
>>       chmod a+r include/stdint.h; \
>>     fi
>> set -e; for ml in `cat fixinc_list`; do \
>>       sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
>>       multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
>>       fix_dir=include-fixed${multi_dir}; \
>>       if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e
>> ta`/limits.h ] ; then \
>>         cat ../../gcc-4.9.1/gcc/limitx.h ../../gcc-4.9.1/gcc/glimits.h
>> ../../gcc-4.9.1/gcc/limity.h > tmp-xlimits.h; \
>>       else \
>>         cat ../../gcc-4.9.1/gcc/glimits.h > tmp-xlimits.h; \
>>       fi; \
>>       /bin/sh ../../gcc-4.9.1/gcc/../mkinstalldirs ${fix_dir}; \
>>       chmod a+rx ${fix_dir} || true; \
>>       /bin/sh ../../gcc-4.9.1/gcc/../move-if-change \
>>         tmp-xlimits.h  tmp-limits.h; \
>>       rm -f ${fix_dir}/limits.h; \
>>       cp -p tmp-limits.h ${fix_dir}/limits.h; \
>>       chmod a+r ${fix_dir}/limits.h; \
>>     done
>> rm -f include-fixed/README
>> cp ../../gcc-4.9.1/gcc/../fixincludes/README-fixinc include-fixed/README
>> chmod a+r include-fixed/README
>> echo timestamp > stmp-int-hdrs
>> rm gcc.pod
>> mkdir x86_64-apple-darwin14.0.0/libgcc
>> Checking multilib configuration for libgcc...
>> Configuring stage 1 in x86_64-apple-darwin14.0.0/libgcc
>> configure: creating cache ./config.cache
>> checking build system type... x86_64-apple-darwin14.0.0
>> checking host system type... x86_64-apple-darwin14.0.0
>> checking for --enable-version-specific-runtime-libs... no
>> checking for a BSD-compatible install... /sw/bin/ginstall -c
>> checking for gawk... awk
>> checking for x86_64-apple-darwin14.0.0-ar... ar
>> checking for x86_64-apple-darwin14.0.0-lipo... lipo
>> checking for x86_64-apple-darwin14.0.0-nm...
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/nm
>> checking for x86_64-apple-darwin14.0.0-ranlib... ranlib
>> checking for x86_64-apple-darwin14.0.0-strip... strip
>> checking whether ln -s works... yes
>> checking for x86_64-apple-darwin14.0.0-gcc...
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include
>> checking for suffix of object files... configure: error: in
>> `/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/x86_64-apple-darwin14.0.0/libgcc':
>>
>> configure: error: cannot compute suffix of object files: cannot compile
>> See `config.log' for more details.
>> make[2]: *** [configure-stage1-target-libgcc] Error 1
>> make[1]: *** [stage1-bubble] Error 2
>> make: *** [bootstrap-lean] Error 2
>> ### execution of /tmp/fink.Z4nI8 failed, exit code 2
>> ### execution of /tmp/fink.jKhAG failed, exit code 2
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-gcc49-4.9.1-1000
>> (Reading database ... 11258 files and directories currently installed.)
>> Removing fink-buildlock-gcc49-4.9.1-1000 ...
>> Failed: phase compiling: gcc49-4.9.1-1000 failed
>>
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> Also try using "fink configure" to set your maximum build jobs to 1 and
>> attempt to build the package 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:
>>
>>     Jack Howarth <howarth.at.f...@gmail.com>
>>
>> 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.38.0
>> Distribution version: selfupdate-rsync Sun Oct 19 10:55:56 2014,
>> 10.10, x86_64
>> Trees: local/main stable/main stable/crypto
>> Xcode.app: 6.0.1
>> Xcode command-line tools: 6.1.0.0.1.1413057044
>> Max. Fink build jobs:  4
>>
>>
>> Here is the config.log from the failed install:
>>
>> This file contains any messages produced by compilers while
>> running configure, to aid debugging if configure makes a mistake.
>>
>> It was created by GNU C Runtime Library configure 1.0, which was
>> generated by GNU Autoconf 2.64.  Invocation command line was
>>
>>    $ /sw/src/fink.build/gcc49-4.9.1-1000/gcc-4.9.1/libgcc/configure
>> --cache-file=./config.cache --enable-multilib --prefix=/sw
>> --prefix=/sw/lib/gcc4.9 --mandir=/sw/share/man
>> --infodir=/sw/lib/gcc4.9/info --with-gmp=/sw
>> --with-libiconv-prefix=/sw --with-isl=/sw --with-cloog=/sw
>> --with-mpc=/sw --with-system-zlib --x-includes=/usr/X11R6/include
>> --x-libraries=/usr/X11R6/lib
>> --enable-languages=c,c++,fortran,java,lto,objc,obj-c++
>> --program-transform-name=s&$&-fsf-4.9& --disable-option-checking
>> --with-target-subdir=x86_64-apple-darwin14.0.0
>> --build=x86_64-apple-darwin14.0.0 --host=x86_64-apple-darwin14.0.0
>> --target=x86_64-apple-darwin14.0.0 --srcdir=../../../gcc-4.9.1/libgcc
>> --disable-intermodule --enable-checking=yes,types --disable-coverage
>> --enable-languages=c,c++ --disable-build-format-warnings
>>
>> ## --------- ##
>> ## Platform. ##
>> ## --------- ##
>>
>> hostname = Joes-MacBook-Air-2.local
>> uname -m = x86_64
>> uname -r = 14.0.0
>> uname -s = Darwin
>> uname -v = Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014;
>> root:xnu-2782.1.97~2/RELEASE_X86_64
>>
>> /usr/bin/uname -p = i386
>> /bin/uname -X     = unknown
>>
>> /bin/arch              = unknown
>> /usr/bin/arch -k       = unknown
>> /usr/convex/getsysinfo = unknown
>> /usr/bin/hostinfo      = Mach kernel version:
>>      Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014;
>> root:xnu-2782.1.97~2/RELEASE_X86_64
>> Kernel configured for up to 4 processors.
>> 2 processors are physically available.
>> 4 processors are logically available.
>> Processor type: i486 (Intel 80486)
>> Processors active: 0 1 2 3
>> Primary memory available: 8.00 gigabytes
>> Default processor set: 259 tasks, 1060 threads, 4 processors
>> Load average: 7.74, Mach factor: 0.43
>> /bin/machine           = unknown
>> /usr/bin/oslevel       = unknown
>> /bin/universe          = unknown
>>
>> PATH: /sw/var/lib/fink/path-prefix-libcxx
>> PATH: /sw/var/lib/fink/path-prefix-g++-4.0
>> PATH: /sw/bin
>> PATH: /sw/sbin
>> PATH: /bin
>> PATH: /usr/bin
>> PATH: /sbin
>> PATH: /usr/sbin
>> PATH: /usr/X11R6/bin
>>
>>
>> ## ----------- ##
>> ## Core tests. ##
>> ## ----------- ##
>>
>> configure:1980: creating cache ./config.cache
>> configure:2163: checking build system type
>> configure:2177: result: x86_64-apple-darwin14.0.0
>> configure:2197: checking host system type
>> configure:2210: result: x86_64-apple-darwin14.0.0
>> configure:2307: checking for --enable-version-specific-runtime-libs
>> configure:2320: result: no
>> configure:2368: checking for a BSD-compatible install
>> configure:2436: result: /sw/bin/ginstall -c
>> configure:2452: checking for gawk
>> configure:2479: result: awk
>> configure:2579: checking for x86_64-apple-darwin14.0.0-ar
>> configure:2606: result: ar
>> configure:2671: checking for x86_64-apple-darwin14.0.0-lipo
>> configure:2698: result: lipo
>> configure:2763: checking for x86_64-apple-darwin14.0.0-nm
>> configure:2790: result:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/nm
>> configure:2855: checking for x86_64-apple-darwin14.0.0-ranlib
>> configure:2882: result: ranlib
>> configure:2947: checking for x86_64-apple-darwin14.0.0-strip
>> configure:2974: result: strip
>> configure:3036: checking whether ln -s works
>> configure:3040: result: yes
>> configure:3057: checking for x86_64-apple-darwin14.0.0-gcc
>> configure:3084: result:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include
>> configure:3353: checking for C compiler version
>> configure:3362:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include    --version >&5
>> xgcc (GCC) 4.9.1
>> Copyright (C) 2014 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.  There
>> is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>> PURPOSE.
>>
>> configure:3373: $? = 0
>> configure:3362:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include    -v >&5
>> Reading specs from
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/specs
>> COLLECT_GCC=/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> COLLECT_LTO_WRAPPER=/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/lto-wrapper
>>
>> Target: x86_64-apple-darwin14.0.0
>> Configured with: ../gcc-4.9.1/configure --prefix=/sw
>> --prefix=/sw/lib/gcc4.9 --mandir=/sw/share/man
>> --infodir=/sw/lib/gcc4.9/info
>> --enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw
>> --with-libiconv-prefix=/sw --with-isl=/sw --with-cloog=/sw
>> --with-mpc=/sw --with-system-zlib --x-includes=/usr/X11R6/include
>> --x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.9
>> Thread model: posix
>> gcc version 4.9.1 (GCC)
>> configure:3373: $? = 0
>> configure:3362:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include    -V >&5
>> xgcc: error: unrecognized command line option '-V'
>> xgcc: fatal error: no input files
>> compilation terminated.
>> configure:3373: $? = 1
>> configure:3362:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include    -qversion >&5
>> xgcc: error: unrecognized command line option '-qversion'
>> xgcc: fatal error: no input files
>> compilation terminated.
>> configure:3373: $? = 1
>> configure:3389:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include    -o conftest -g
>> -O2   conftest.c  >&5
>> <built-in>: error: unknown value '10.10' of -mmacosx-version-min
>> configure:3392: $? = 1
>> configure:3580: checking for suffix of object files
>> configure:3602:
>> /sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include    -c -g -O2
>> conftest.c >&5
>> <built-in>: error: unknown value '10.10' of -mmacosx-version-min
>> configure:3606: $? = 1
>> configure: failed program was:
>> | /* confdefs.h */
>> | #define PACKAGE_NAME "GNU C Runtime Library"
>> | #define PACKAGE_TARNAME "libgcc"
>> | #define PACKAGE_VERSION "1.0"
>> | #define PACKAGE_STRING "GNU C Runtime Library 1.0"
>> | #define PACKAGE_BUGREPORT ""
>> | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
>> | /* end confdefs.h.  */
>> |
>> | int
>> | main ()
>> | {
>> |
>> |   ;
>> |   return 0;
>> | }
>> configure:3620: error: in
>> `/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/x86_64-apple-darwin14.0.0/libgcc':
>>
>> configure:3623: error: cannot compute suffix of object files: cannot
>> compile
>> See `config.log' for more details.
>>
>> ## ---------------- ##
>> ## Cache variables. ##
>> ## ---------------- ##
>>
>> ac_cv_build=x86_64-apple-darwin14.0.0
>> ac_cv_env_CC_set=set
>> ac_cv_env_CC_value='/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include   '
>> ac_cv_env_CFLAGS_set=set
>> ac_cv_env_CFLAGS_value='-g -O2'
>> ac_cv_env_CPPFLAGS_set=set
>> ac_cv_env_CPPFLAGS_value=
>> ac_cv_env_CPP_set=
>> ac_cv_env_CPP_value=
>> ac_cv_env_LDFLAGS_set=set
>> ac_cv_env_LDFLAGS_value=
>> ac_cv_env_LIBS_set=
>> ac_cv_env_LIBS_value=
>> ac_cv_env_build_alias_set=set
>> ac_cv_env_build_alias_value=x86_64-apple-darwin14.0.0
>> ac_cv_env_host_alias_set=set
>> ac_cv_env_host_alias_value=x86_64-apple-darwin14.0.0
>> ac_cv_env_target_alias_set=set
>> ac_cv_env_target_alias_value=x86_64-apple-darwin14.0.0
>> ac_cv_host=x86_64-apple-darwin14.0.0
>> ac_cv_prog_AR=ar
>> ac_cv_prog_AWK=awk
>> ac_cv_prog_CC='/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include   '
>> ac_cv_prog_LIPO=lipo
>> ac_cv_prog_NM=/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/nm
>> ac_cv_prog_RANLIB=ranlib
>> ac_cv_prog_STRIP=strip
>>
>> ## ----------------- ##
>> ## Output variables. ##
>> ## ----------------- ##
>>
>> AR='ar'
>> AWK='awk'
>> CC='/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/xgcc
>> -B/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/bin/
>> -B/sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/lib/ -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/include -isystem
>> /sw/lib/gcc4.9/x86_64-apple-darwin14.0.0/sys-include   '
>> CFLAGS='-g -O2'
>> CPP=''
>> CPPFLAGS=''
>> DEFS=''
>> ECHO_C='\c'
>> ECHO_N=''
>> ECHO_T=''
>> EXEEXT=''
>> INSTALL_DATA='/sw/bin/ginstall -c -m 644'
>> INSTALL_PROGRAM='/sw/bin/ginstall -c'
>> INSTALL_SCRIPT='/sw/bin/ginstall -c'
>> LDFLAGS=''
>> LIBOBJS=''
>> LIBS=''
>> LIPO='lipo'
>> LN_S='ln -s'
>> LTLIBOBJS=''
>> MAINT='#'
>> NM='/sw/src/fink.build/gcc49-4.9.1-1000/darwin_objdir/./gcc/nm'
>> OBJEXT=''
>> PACKAGE_BUGREPORT=''
>> PACKAGE_NAME='GNU C Runtime Library'
>> PACKAGE_STRING='GNU C Runtime Library 1.0'
>> PACKAGE_TARNAME='libgcc'
>> PACKAGE_URL='http://www.gnu.org/software/libgcc/'
>> PACKAGE_VERSION='1.0'
>> PATH_SEPARATOR=':'
>> PICFLAG='-fno-common'
>> RANLIB='ranlib'
>> SHELL='/bin/sh'
>> STRIP='strip'
>> ac_ct_CC=''
>> asm_hidden_op=''
>> bindir='${exec_prefix}/bin'
>> build='x86_64-apple-darwin14.0.0'
>> build_alias='x86_64-apple-darwin14.0.0'
>> build_cpu='x86_64'
>> build_libsubdir='build-x86_64-apple-darwin14.0.0'
>> build_os='darwin14.0.0'
>> build_subdir='build-x86_64-apple-darwin14.0.0'
>> build_vendor='apple'
>> cpu_type=''
>> datadir='${datarootdir}'
>> datarootdir='${prefix}/share'
>> decimal_float=''
>> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
>> double_type_size=''
>> dvidir='${docdir}'
>> enable_decimal_float=''
>> enable_shared='yes'
>> enable_vtable_verify='no'
>> exec_prefix='NONE'
>> extra_parts=''
>> fixed_point=''
>> host='x86_64-apple-darwin14.0.0'
>> host_alias='x86_64-apple-darwin14.0.0'
>> host_cpu='x86_64'
>> host_noncanonical='x86_64-apple-darwin14.0.0'
>> host_os='darwin14.0.0'
>> host_subdir='.'
>> host_vendor='apple'
>> htmldir='${docdir}'
>> includedir='${prefix}/include'
>> infodir='/sw/lib/gcc4.9/info'
>> libdir='${exec_prefix}/lib'
>> libexecdir='${exec_prefix}/libexec'
>> libgcc_topdir='../../../gcc-4.9.1/libgcc/..'
>> localedir='${datarootdir}/locale'
>> localstatedir='${prefix}/var'
>> long_double_type_size=''
>> mandir='/sw/share/man'
>> oldincludedir='/usr/include'
>> pdfdir='${docdir}'
>> prefix='/sw/lib/gcc4.9'
>> program_transform_name='s&$&-fsf-4.9&'
>> psdir='${docdir}'
>> sbindir='${exec_prefix}/sbin'
>> set_have_cc_tls=''
>> set_use_emutls=''
>> sfp_machine_header=''
>> sharedstatedir='${prefix}/com'
>> slibdir='$(libdir)'
>> sysconfdir='${prefix}/etc'
>> target_alias='x86_64-apple-darwin14.0.0'
>> target_noncanonical='x86_64-apple-darwin14.0.0'
>> target_subdir='x86_64-apple-darwin14.0.0'
>> thread_header=''
>> tm_defines=''
>> tm_file=''
>> tmake_file=''
>> toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
>> toolexeclibdir='$(libdir)'
>> vis_hide=''
>>
>> ## ----------- ##
>> ## confdefs.h. ##
>> ## ----------- ##
>>
>> /* confdefs.h */
>> #define PACKAGE_NAME "GNU C Runtime Library"
>> #define PACKAGE_TARNAME "libgcc"
>> #define PACKAGE_VERSION "1.0"
>> #define PACKAGE_STRING "GNU C Runtime Library 1.0"
>> #define PACKAGE_BUGREPORT ""
>> #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
>>
>> configure: exit 1
>>
>>
>>
>>
>
> It's a known issue, and Jack has already reported that he won't have a
> chance to look at it for a while:
>
> http://article.gmane.org/gmane.os.macosx.fink.devel/22379
>
> If you updated from 10.9, and your Fink tree was in /sw, and you renamed
> it and kept it around,  you might try installing any gcc49* deb files
> from that via "sudo dpkg -i /path/to/gcc49*.deb" (any other packages,
> too, for that matter).  Otherwise, you could try my suggestion to use
> the official 10.9 binaries:
>
> http://article.gmane.org/gmane.os.macosx.fink.devel/22380
>
> By the way, for other folks reading this, we _do_ support upgrading in
> place from 10.9 (only) to 10.10 as long as fink-0.38.0 or newer is
> installed first.

Oops, I already forgot that Jack posted a potential fix, so you could 
try that as well.  The easiest way to do that would be:

1) Copy /sw/fink/10.7/stable/main/finkinfo/languages/gcc49.{info,patch} 
into /sw/fink/10.7/local/main/finkinfo

2) Save the patch file that Jack references into 
/sw/fink/10.7/local/main/finkinfo.  You might rename it to 
gcc49-10.10.patch.

3) Get the MD5 sum from the new patch file via "md5 gcc49-10.10.patch"

3A)  I'm not 100% sure whether Fink will accept the Macports patch file 
format or if it will have to be edited.  I'll come back with that 
information when I try this out myself

3) Add the following lines to /sw/fink/10.7/local/main/finkinfo/gcc49.info

PatchFile2: gcc49-10.10.patch
PatchFile2-MD5: <the MD5 value you calculated earlier>

I'll follow up with more specific information as I try this myself.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
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

Reply via email to