Agreed. Looks like starting from scratch would be the best option.

On Fri, 1 Jul 2011, Jack Howarth wrote:

> On Fri, Jul 01, 2011 at 02:45:47PM -0400, Rudy J. Richardson wrote:
>> Don,
>>
>> Which version of gcc is your system using? If you type "gcc -v" do you
>> get version 4.2.1? (and i686-apple-darwin10)?
>>
>> Rudy
>
> Even if he shows gcc 4.2.1, the presence of gcc-3.3 in /usr/bin is very
> troubling since it implies at some point a legacy drive was used which
> wasn't properly purged of older Xcode files during the upgrade to a
> newer system/Xcode combination. I certainly wouldn't trust such a 
> configuration
> to produce a standard environment for Xcode.
>         Jack
>>
>> On Fri, 1 Jul 2011, Jack Howarth wrote:
>>
>>> On Fri, Jul 01, 2011 at 12:36:17PM -0400, Alexander Hansen wrote:
>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>> Hash: SHA1
>>>>
>>>> On 7/1/11 10:20 AM, Don Paul wrote:
>>>>> Thanks in advance for the help. Here is the end of the compilation
>>>>>
>>>>> libtool: install: /sw/bin/ginstall -c .libs/libstdc++.lai 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.la
>>>>> libtool: install: /sw/bin/ginstall -c .libs/libstdc++.a 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a
>>>>> libtool: install: chmod 644 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a
>>>>> libtool: install: ranlib -c 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(math_stubs_float.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(math_stubs_long_double.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(mutex.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(condition_variable.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(thread.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(atexit_arm.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(eh_arm.o)
>>>>>  has no symbols
>>>>> ranlib: file: 
>>>>> /sw/src/fink.build/root-gcc44-4.4.6-1000/sw/lib/gcc4.4/lib/x86_64/libstdc++.a(tinfo2.o)
>>>>>  has no symbols
>>>>> libtool: install: warning: remember to run `libtool --finish 
>>>>> /sw/lib/gcc4.4/lib/x86_64'
>>>>> Making install in po
>>>>> make[8]: Nothing to be done for `install-exec-am'.
>>>>> make[8]: Nothing to be done for `install-data-am'.
>>>>> Making install in testsuite
>>>>> make[8]: Nothing to be done for `install-exec-am'.
>>>>> make[8]: Nothing to be done for `install-data-am'.
>>>>> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" 
>>>>> "CC_FOR_TARGET=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/xgcc
>>>>>  -B/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/ 
>>>>> -B/sw/lib/gcc4.4/i386-apple-darwin10.8.0/bin/ 
>>>>> -B/sw/lib/gcc4.4/i386-apple-darwin10.8.0/lib/ -isystem 
>>>>> /sw/lib/gcc4.4/i386-apple-darwin10.8.0/include -isystem 
>>>>> /sw/lib/gcc4.4/i386-apple-darwin10.8.0/sys-include" "CFLAGS=-g -O2    
>>>>> -m64" "CXXFLAGS=-g -O2    -m64" "CFLAGS_FOR_BUILD=-g -O2" 
>>>>> "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/sw/bin/ginstall -c" 
>>>>> "INSTALL_DATA=/sw/bin/ginstall -c -m 644" 
>>>>> "INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall 
>>>>> -c" "LDFLAGS=-m64" "LIBCFLAGS=-g -O2    -m64" "LIBCFLAGS_FOR_TARGET=-g 
>>>>> -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 
>>>>> --split-size=5000000      " "PICFLAG=" "PICFLAG_FOR_TARGET=" 
>>>>> "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.4" 
>>>>> "infodir=/sw/lib/gcc4.4/info" "libdir=/sw/lib/gcc4.4/lib" 
>>>>> "includedir=/sw/lib/gcc4.4/include" "prefix=/sw/lib/
>>>> gcc4.4" "tooldir=/sw/lib/gcc4.4/i386-apple-darwin10.8.0" 
>>>> "gxx_include_dir=/sw/lib/gcc4.4/include/c++/4.4.6" "AR=ar" 
>>>> "AS=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/as" 
>>>> "LD=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/collect-ld" 
>>>> "RANLIB=ranlib -c" 
>>>> "NM=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/nm" 
>>>> "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" 
>>>> "DESTDIR=/sw/src/fink.build/root-gcc44-4.4.6-1000" "WERROR=" DO=all 
>>>> multi-do # make
>>>>> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" 
>>>>> "CC_FOR_TARGET=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/xgcc
>>>>>  -B/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/ 
>>>>> -B/sw/lib/gcc4.4/i386-apple-darwin10.8.0/bin/ 
>>>>> -B/sw/lib/gcc4.4/i386-apple-darwin10.8.0/lib/ -isystem 
>>>>> /sw/lib/gcc4.4/i386-apple-darwin10.8.0/include -isystem 
>>>>> /sw/lib/gcc4.4/i386-apple-darwin10.8.0/sys-include" "CFLAGS=-g -O2    
>>>>> -m64" "CXXFLAGS=-g -O2    -m64" "CFLAGS_FOR_BUILD=-g -O2" 
>>>>> "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/sw/bin/ginstall -c" 
>>>>> "INSTALL_DATA=/sw/bin/ginstall -c -m 644" 
>>>>> "INSTALL_PROGRAM=/sw/bin/ginstall -c" "INSTALL_SCRIPT=/sw/bin/ginstall 
>>>>> -c" "LDFLAGS=-m64" "LIBCFLAGS=-g -O2    -m64" "LIBCFLAGS_FOR_TARGET=-g 
>>>>> -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 
>>>>> --split-size=5000000       " "PICFLAG=" "PICFLAG_FOR_TARGET=" 
>>>>> "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/sw/lib/gcc4.4" 
>>>>> "infodir=/sw/lib/gcc4.4/info" "libdir=/sw/lib/gcc4.4/lib" 
>>>>> "includedir=/sw/lib/gcc4.4/include" "prefix=/sw/lib
>>>> /gcc4.4" "tooldir=/sw/lib/gcc4.4/i386-apple-darwin10.8.0" 
>>>> "gxx_include_dir=/sw/lib/gcc4.4/include/c++/4.4.6" "AR=ar" 
>>>> "AS=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/as" 
>>>> "LD=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/collect-ld" 
>>>> "RANLIB=ranlib -c" 
>>>> "NM=/sw/src/fink.build/gcc44-4.4.6-1000/darwin_objdir/./gcc/nm" 
>>>> "NM_FOR_BUILD=" "NM_FOR_TARGET=nm" 
>>>> "DESTDIR=/sw/src/fink.build/root-gcc44-4.4.6-1000" "WERROR=" DO=install 
>>>> multi-do # make
>>>>> make[8]: Nothing to be done for `install-data-am'.
>>>>> make: *** [install] Error 2
>>>>> ### execution of /var/tmp/tmp.2.UDn5RQ failed, exit code 2
>>>>> Removing runtime build-lock...
>>>>> Removing build-lock package...
>>>>> /sw/bin/dpkg-lockwait -r fink-buildlock-gcc44-4.4.6-1000
>>>>> (Reading database ... 326159 files and directories currently installed.)
>>>>> Removing fink-buildlock-gcc44-4.4.6-1000 ...
>>>>> Failed: phase installing: gcc44-4.4.6-1000 failed
>>>>>
>>>>> ------------------------------------------------------------------
>>>>> Professor Don Paul
>>>>> Superconductivity & Magnetism Group
>>>>> Department of Physics
>>>>> University of Warwick
>>>>> Coventry CV4 7AL
>>>>> United Kingdom
>>>>>
>>>>>   email    [email protected]
>>>>>           tel             024 76 523603
>>>>> ------------------------------------------------------------------
>>>>>
>>>> I'll cc the maintainer--I don't recall having seen this particular form
>>>> of error (and the package built for me on 10.6 for both 32 and 64 bits).
>>>
>>> I believe the actual error is much further back in the build log than what
>>> is shown here.
>>>          Jack
>>> ps If this is the same machine as you reported having gcc-3.3, I would be
>>> extremely concerned about the stability of your development environment.
>>> I would really consider making a clone of the drive, doing a clean install
>>> of Snow Leopard on the wiped drive and then using the migration assistant
>>> to get the files over from the cloned volume. Otherwise, I don't see how
>>> you can hope to purge the ancient development files polluting your SL
>>> system.
>>>
>>>>
>>>> - --
>>>> Alexander Hansen, Ph.D.
>>>> Fink User Liaison
>>>> http://finkakh.wordpress.com/
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1.4.11 (Darwin)
>>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>>>>
>>>> iEYEARECAAYFAk4N94EACgkQB8UpO3rKjQ8P0gCeLIqqnYSU71M2uI4hR5uDenoQ
>>>> tRQAoI961gHcPYL1AZJFtAkstL7V3hqo
>>>> =QXLI
>>>> -----END PGP SIGNATURE-----
>>>
>>> ------------------------------------------------------------------------------
>>> All of the data generated in your IT infrastructure is seriously valuable.
>>> Why? It contains a definitive record of application performance, security
>>> threats, fraudulent activity, and more. Splunk takes this data and makes
>>> sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-d2d-c2
>>> _______________________________________________
>>> Fink-users mailing list
>>> [email protected]
>>> List archive:
>>> http://news.gmane.org/gmane.os.macosx.fink.user
>>> Subscription management:
>>> https://lists.sourceforge.net/lists/listinfo/fink-users
>>>
>>>
>>>
>
>
>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fink-users mailing list
[email protected]
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