It looks like this may have gotten lost in the moderation process.  That’s easy 
to work around.



> 
> 
> Hi,
> 
> I typed the command
> fink install gcc48
> 
> the following happened
> configure: error: libmpfr not found or uses a different ABI (including static 
> vs shared).
> ### execution of /tmp/fink.3Z9EI failed, exit code 1
> ### execution of /tmp/fink.AESCn 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 ... 137202 files and directories currently installed.)
> Removing fink-buildlock-libmpc3-1.0.2-1 ...
> Failed: phase compiling: libmpc3-1.0.2-1 failed
> 
> Thanks for your help
> 
> -- 
> 
>       Très amicalement,
> 
>                 Olivier Pène
> 
> 
> 
> tel:  33(1)69157376   
> fax: 33(1)69158287
> telefonino: 33(6)48011871
> e-mail:  olivier.p...@th.upsud.fr
> Web page scientifique: http://www.th.u-psud.fr/page_perso/Pene/
> histoire familiale : http://pierrepeneetfamille.free.fr/
> 
> address : LPT,bat. 210
>         Universite Paris-sud
>         F 91405 Orsay CEDEX
> 

---

1) Please specify your OS X version in bug reports.  The version of libmpc3 
which you’re having problems with suggests that you are on 10.6 or earlier, and 
the project doesn’t actually support those OS X versions any more, though we 
will fix packaging bugs.

2) Your failure is in libmpc3, not gcc48.  The fact that you ultimately want 
gcc48 is completely irrelevant.

----

libmpc3 has an explicit dependency on libmpfr4, so the missing libmpfr message 
is probably not from not having libmpfr4 installed.  

Check whether you do indeed have something like the following (change /sw if 
you’re using a different Fink tree, and your file sizes may vary if you’re on a 
different OS X than I am)

$ ls -l /sw/lib/libmpfr.dylib
lrwxr-xr-x  1 root  admin  15 Jun 25 17:06 /sw/lib/libmpfr.dylib -> 
libmpfr.4.dylib

$ ls -l /sw/lib/libmpfr.4.dylib
-rwxr-xr-x  1 root  admin  384268 Jun 25 17:06 /sw/lib/libmpfr.4.dylib

Also see if you have a /usr/local/lib/libmpfr.dylib or a 
/usr/lib/libmpfr.dylib. If you have one of those and it is a link to a 
nonexistent file, that might account for your error.  

Otherwise, search in  
/sw/src/fink.build/libmpc3-1.0.2-1/mpc-1.0.2/build/config.log (or it might be 
in a different location — I don’t have 10.6 to verify this) for “mpfr” and see 
what command is being run to trigger this failure. 

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to