On 7/2/13 10:07 AM, Emmanuel Caux wrote: > Hi, > > I would like to update my fink installation which is a few months old. > > I ran fink selfupdate successfully : > > [Emmanuels-MacBook-Pro:~] caux% fink selfupdate > Password: > /usr/bin/rsync -az -q > rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP/sw/fink > /TIMESTAMP.tmp > I will now run the rsync command to retrieve the latest package > descriptions. > /usr/bin/rsync -rtz --delete-after --delete -q --include='10.7/' --include > ='10.7/stable/' -- > include='10.7/stable/main/' --include='10.7/stable/main/finkinfo/' -- > include='10.7/stable/main/finkinfo/*/' > --include='10.7/stable/main/finkinfo/*'-- > include='10.7/stable/main/finkinfo/**/*' --include='VERSION' --include > ='DISTRIBUTION' -- > include='README' --exclude='**' 'rsync://distfiles.master.finkmirrors.net > /finkinfo' '/sw/fink/' > > Scanning package description files........ > > Information about 7596 packages read in 1 seconds. > No packages to install. > > The core packages have been updated. You should now update the other > packages > > using commands like 'fink update-all'. > > But when I try fink update-all as requested, I have the following error : > > [Emmanuels-MacBook-Pro:~] caux% fink update-all > Scanning package description files.......... > Information about 7596 packages read in 1 seconds. > Can't resolve dependency "xcode (>= 4.6)" for package "gcc47-4.7.3-1000" (no > matching packages/versions found) > Exiting with failure. > > Platform : Apple Mac-Book Pro > Mac OS : 10.8.4 > XCode : 4.6.3 > > I have various version of gcc, the one which is active has been installed > by MacPorts (this was mandatory for a certain software ) : > > [Emmanuels-MacBook-Pro:~] caux% which gcc > /opt/local/bin/gcc > [Emmanuels-MacBook-Pro:~] caux% gcc --version > gcc (MacPorts gcc46 4.6.3_9) 4.6.3 > Copyright (C) 2011 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. > > And if I check the gcc with fink, I have : > > [Emmanuels-MacBook-Pro:~] caux% fink list gcc > Information about 7596 packages read in 2 seconds. > avr-gcc 4.7.2-1 GNU GCC for ATMEL AVR micro controllers > broken-gcc 3.3-1 [virtual package representing a > broken gc... > dragonegg-gcc47 3.3-2 Using LLVM as a GCC backend > dragonegg-gcc48 3.3-2 Using LLVM as a GCC backend > gcc4.2 4.2-0 [virtual package representing the > gcc 4.2... > (i) gcc47 4.7.3-1000 GNU Compiler Collection Version 4.7 > (i) gcc47-compiler 4.7.3-1000 Compiler Binaries for gcc47. > (i) gcc47-shlibs 4.7.3-1000 Shared libraries for gcc4 > gcc48 4.8.1-1000 GNU Compiler Collection Version 4.8 > gcc48-compiler 4.8.1-1000 Compiler Binaries for gcc48. > gcc48-shlibs 4.8.1-1000 Shared libraries for gcc4 > liboctave305-gc [virtual package] > liboctave305-gc [virtual package] > liboctave324-gc [virtual package] > liboctave324-gc [virtual package] > liboctave343-gc [virtual package] > liboctave343-gc [virtual package] > liboctave360-gc [virtual package] > liboctave360-gc [virtual package] > liboctave361-gc [virtual package] > liboctave361-gc [virtual package] > liboctave362-gc [virtual package] > liboctave362-gc [virtual package] > liboctave363-gc [virtual package] > liboctave363-gc [virtual package] > liboctave364-gc [virtual package] > liboctave364-gc [virtual package] > i llvm-gcc 4.2.1-2336. [virtual package representing > Apple's LLV... > m681x-gcc 3.3.6-3 For Motorola 68hc11/12 micro controllers > msp430-gcc 4.6.3-20120 GNU GCC for for Texas Instruments > MSP430 MCU > [Emmanuels-MacBook-Pro:~] > > How can I update my fink packages ? It seems gcc 4.8 is not compatible > with my version of Xcode, which is the current version for Mac OS 10.8.4… > > I tried to remove my gcc47, that was successful, but now I cannot > install nor gcc47 neither gcc48… > > I also tried the usual fink scan package… without any success. > > Many thanks to help me > > !! PLEASE NOTE MY NEW EMAIL ADDRESS !! > > -------------------------------------------------------------- > /Emmanuel Caux,[email protected] <mailto:[email protected]>/ > /DR2 CNRS - Departement MICMAC/ > /Institut de Recherche en Astrophysique et Planétologie > (IRAP formerly CESR) > / > /BP 44346, 31028 Toulouse Cedex 4, France/ > /Phone : (+33) 561 556 689/ > /Fax : (+33) 561 556 651/ > -------------------------------------------------------------- > > >
Whether or not you have a gcc installed via Macports is completely irrelevant for Fink, other than if it breaks Fink builds. You need the Xcode Command Line Tools for Xcode 4.6. The virtual package for that is called "xcode" for historical reasons; "xcode.app" is the version of the Xcode application. This is admittedly a little confusing, but we have used "xcode" for many years before Apple decided to split up the application and the command-line tools. If you run Xcode, it is likely to tell you that an upgraded version of the command line tools is available. If not, check the Preferences. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ 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
