On 10/18/13 7:01 AM, Emmanuel Caux wrote:
> Hi,
>
> Following your recommendation, I downloaded the Futureproof2.zip file
> and bootstraped from it. Although the process went much further, it
> crashed before the end with the following error. I tried fink selupdate
> as recommended but this doesn't work, see bottom part of the error message.
>
> Many thanks,
>

<snip>

> gcc -O2  -o tclock ../obj_s/tclock.o -Wl,-search_paths_first -I. -I.
> -I../test -DHAVE_CONFIG_H   -D_DARWIN_C_SOURCE -DNDEBUG -I. -I../include
> -I/sw/include -O2  -dynamic  `echo "-L../lib -lform -lmenu -lpanel
> -lncurses    " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil
> Undefined symbols for architecture x86_64:
>    "___sincos_stret", referenced from:
>        _main in tclock.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make[1]: *** [tclock] Error 1
> make: *** [all] Error 2
> ### execution of make failed, exit code 2
> phase compiling: ncurses-5.9-20110507-1 failed
>
> Before reporting any errors, please run "fink selfupdate" and try again.
> Also try using "fink configure" to set your maximum build jobs to 1 and
> attempt to build the package 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-us...@lists.sourceforge.net
> <mailto:fink-us...@lists.sourceforge.net>>
> The Fink Beginners List <fink-beginn...@lists.sourceforge.net
> <mailto:fink-beginn...@lists.sourceforge.net>>.
>
> Please try to include the complete error message in your report.  This
> generally consists of a compiler line starting with e.g. "gcc" or "g++"
> followed by the actual error output from the compiler.
>
> Also include the following system information:
> Package manager version: 0.35.99.git
> Distribution version: selfupdate-point (bootstrap), 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 5.0
> No recognized Xcode CLI installed
> Max. Fink build jobs:  8
>
>
> ERROR: Bootstrap phase 2 failed!

The download errors you saw were probably due to the expiration of the 
finkmirrors.net domain, which has been remedied.

The recommendation to run "fink selfupdate" doesn't actually apply for 
bootstrap.  The error text doesn't distinguish between bootstrapping and 
a fully installed Fink.

The "No recognized Xcode CLI installed" message is highly suspicious, 
though.  If you're using a compiler other than what Fink expects, 
missing symbols are a definite possibility.  What does

which gcc
gcc --version

return?

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to