Marcelo Barbosa wrote: > Hi! > > I have a Mac and i really need to install Scipy on it. I have a work > to do until the end of this week and it needs all pylab functions. I > decided to use Fink to install all the packages i need but im having > some problems... To install scipy-py25 it says i need some extra > packages. I agreed to install it but an error occurs everytime i try > to install gcc43-shlibs. The machine works for about an hour and then > it stops saying > > ### execution of /var/tmp/tmp.1.MpEULC failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gcc43-4.3.1-1000 > (Reading database ... 67302 files and directories currently installed.) > Removing fink-buildlock-gcc43-4.3.1-1000 ... > Failed: phase compiling: gcc43-4.3.1-1000 failed > > <snip> > > I did the "fink selfupdate" and the "fink update-all" three times and > tried to install all over again. I lost a lot of time trying to do it > and i couldn't, so i'm asking for some kind of help because i really > need to use it. > > Best regards, > Marcelo Barbosa > ------------------------------------------------------------------------ Your problem has nothing to do with scipy, so I've retitled the thread.
What you have reported is not useful for us to debug what is going on--_every_ possible cause of the build failure will result in essentially the text that you have posted. You will need to go back through your build and look for where errors _start_ to occur. Then quote the build log starting at the compiler line prior to that, because fairly often even that much information can help us find the cause of the error. If you don't happen to have the output handy, try "fink -l build gcc43" to capture a build lock in /private/tmp . If you're really in a hurry, then I can point you to an unofficial binary repository that may have this package, since it's science-oriented: http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Getting_your_fink_installation_to_use_packages_that_I_have_pre-compiled Get the stable and unstable descriptions for sure, since scipy is still only in the unstable tree. Also, while you're following the instructions in the link above you may want to add deb http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.5 unstable main crypto in addition. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
