Hello, I’m not sure how to do that: i try - sudo fink remove --recursive llvm-gcc42 and then - sudo fink install llvm-gcc42 llvm-gcc42-shlibs I get Information about 10118 packages read in 1 seconds. The following 2 packages will be installed or updated: llvm-gcc42 llvm-gcc42-shlibs Reading buildlock packages... /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/llvm-gcc42_2336.11-7_darwin-x86_64.deb /sw/fink/dists/stable/main/binary-darwin-x86_64/languages/llvm-gcc42-shlibs_2336.11-7_darwin-x86_64.deb Selecting previously deselected package llvm-gcc42. (Reading database ... 276449 files and directories currently installed.) Unpacking llvm-gcc42 (from .../llvm-gcc42_2336.11-7_darwin-x86_64.deb) ... Selecting previously deselected package llvm-gcc42-shlibs. Unpacking llvm-gcc42-shlibs (from .../llvm-gcc42-shlibs_2336.11-7_darwin-x86_64.deb) ... Setting up llvm-gcc42-shlibs (2336.11-7) ...
Setting up llvm-gcc42 (2336.11-7) ... Clearing dependency_libs of .la files being installed * Cpp: (cpp). The GNU C preprocessor. install-info(/sw/share/info/llvm-cpp.info): replacing existing dir entry for `cpp' * Cpplib: (cppinternals). Cpplib internals. install-info(/sw/share/info/llvm-cppinternals.info): replacing existing dir entry for `cppinternals' * gcc: (gcc). The GNU Compiler Collection. install-info(/sw/share/info/llvm-gcc.info): replacing existing dir entry for `gcc' * gccinstall: (gccinstall). Installing the GNU Compiler Collection. install-info(/sw/share/info/llvm-gccinstall.info): replacing existing dir entry for `gccinstall' * gccint: (gccint). Internals of the GNU Compiler Collection. install-info(/sw/share/info/llvm-gccint.info): replacing existing dir entry for `gccint' But nothing change for the installation of fig. Stéphane *************************************** Stéphane Derrode stephane.derr...@ec-lyon.fr Ecole Centrale Lyon - Dpt Math Info LIRIS - Equipe Imagine > Le 4 nov. 2014 à 16:29, Alexander Hansen <alexanderk.han...@gmail.com> a > écrit : > > On 11/3/14, 9:25 AM, Stéphane Derrode wrote: >> I get the same result. >> >> [Tests]$ fink install xfig >> Information about 10118 packages read in 0 seconds. >> The following package will be installed or updated: >> xfig >> Setting runtime build-lock... >> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-xfig-3.2.5c-1 >> /sw/src/fink.build >> dpkg-deb : construction du paquet « fink-buildlock-xfig-3.2.5c-1 » dans >> « >> /sw/src/fink.build/fink-buildlock-xfig-3.2.5c-1_2014.11.03-18.24.13_darwin-x86_64.deb >> ». >> Installing build-lock package... >> /sw/bin/dpkg-lockwait -i >> /sw/src/fink.build/fink-buildlock-xfig-3.2.5c-1_2014.11.03-18.24.13_darwin-x86_64.deb >> Selecting previously deselected package fink-buildlock-xfig-3.2.5c-1. >> (Reading database ... 275742 files and directories currently installed.) >> Unpacking fink-buildlock-xfig-3.2.5c-1 (from >> .../fink-buildlock-xfig-3.2.5c-1_2014.11.03-18.24.13_darwin-x86_64.deb) ... >> Setting up fink-buildlock-xfig-3.2.5c-1 (2014.11.03-18.24.13) ... >> >> sudo -u fink-bld [ENV] sh -c /tmp/fink.U8yW0 >> env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions >> -xf /sw/src/xfig_3.2.5.c.orig.tar.gz >> sudo -u fink-bld [ENV] sh -c /tmp/fink.hTTA2 >> env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions >> -xf /sw/src/xfig_3.2.5.c-3.debian.tar.xz >> sudo -u fink-bld [ENV] sh -c /tmp/fink.UYWx0 >> [ -r /sw/fink/dists/stable/main/finkinfo/graphics/xfig.patch ] >> sudo -u fink-bld [ENV] sh -c /tmp/fink.JUL_h >> sed 's|@FINKPREFIX@|/sw|g' < >> /sw/fink/dists/stable/main/finkinfo/graphics/xfig.patch | patch -p1 >> patching file Imakefile >> patching file f_util.c >> patching file fig.h >> patching file main.c >> patching file w_export.c >> patching file w_keyboard.c >> patching file w_print.c >> patching file w_util.c >> patch -p1 < ../debian/patches/38_formatstring.patch >> patching file w_msgpanel.c >> sudo -u fink-bld [ENV] sh -c /tmp/fink.rWOqS >> /tmp/fink.oBAKn >> #!/bin/sh -ev >> export PATH=/sw/lib/xmkmf/bin:$PATH >> export IMAKEINCLUDE=-I/sw/lib/X11/config >> xmkmf >> imake -DUseInstalled -I/sw/lib/X11/config >> <built-in>:0: error: Unknown value '10.10' of -mmacosx-version-min >> imake: Exit code 1. >> Stop. >> ### execution of /tmp/fink.oBAKn failed, exit code 1 >> ### execution of /tmp/fink.rWOqS failed, exit code 1 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-xfig-3.2.5c-1 >> (Reading database ... 275743 files and directories currently installed.) >> Removing fink-buildlock-xfig-3.2.5c-1 ... >> Failed: phase compiling: xfig-3.2.5c-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 >> <mailto:fink-users@lists.sourceforge.net>> >> The Fink Beginners List <fink-beginn...@lists.sourceforge.net >> <mailto:fink-beginn...@lists.sourceforge.net>>, >> > > Sorry for the delay, but I found a solution on the fink-devel list. Someone > had the exact problem you did, and it was solved by rebuilding llvm-gcc42. > > > -- > Alexander Hansen, Ph.D. > Fink User Liaison > My package updates: http://finkakh.wordpress.com/
------------------------------------------------------------------------------
_______________________________________________ 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