On Thu, May 29, 2014 12:28 pm, Paulo Canessa wrote: > To whom it may concern, > > I am using fink to get installed "tophat2" on osx. Atfer "sudo fink > install tophat2", the screens showed:
You don't need to start with 'sudo'. Fink is smart enough to ask for elevated permissions when it needs to. > Failed: phase compiling: tophat2-2.0.11-1 failed This only says that the build failed but doesn't give any information as to *what* failed. Look earlier in the build for an actual error message during the build process. The output you provide should include the compiler command (usually starting with gcc or g++) as well as the text of the actual error that occurred. > I did the "fink selfupdate" as suggested. > > The screen also showed: > > Package manager version: 0.36.4.1 > Distribution version: selfupdate-rsync Wed May 28 14:24:45 2014, 10.9, > x86_64 > Trees: local/main stable/main > Xcode.app: 5.1.1 > Xcode command-line tools: 5.1.0.0.1.1396320587 > tophat2-2.0.11-1 is set to build with only one job. > > Last info: the first time I did "fink selfupdate", a much bigger number of > jobs were required to build tophat2 (in contrast with the lastest try, in > which only a single job is needed, but not working). Tophat is set to build with only one build job because some of the compilation steps are very computationally expensive and on the two systems that I tried, the computer became almost unusable during the build. In this case, the build job number should not be the cause of the failure. Hanspeter -- More agile than a turtle, stronger than a mouse, nobler than a lettuce ------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ 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
