Re: Stop in stage 2
Stefan Fiedler <[email protected]> Tue, 14 Feb 2006 16:50:31 +0100
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Montag 13 Februar 2006 19:54 schrieb Terry Mackintosh: > Hi all > > Benjamin Schieder wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > <snip> > > > That is indeed strange. Can you put the build_log (build/foo/ROCK/logs/) > > up somewhere together with your config/foo/config file? > > OK, in build/*/ROCK/logs the build_target logs had nothing of interest, > but the build_job logs all have: > > cannot set up thread-local storage: set_thread_area failed when setting > up thread-local storage > The error you reported is also mentioned here: http://hr.uoregon.edu/davidrl/glibc.html It is usually caused when trying to build glibc with the new threading model (NPTL) on a system running a 2.4 kernel. Any chance you are running Linux 2.4.x? If so you can either upgrade your kernel, or use the old threading model (linuxthreads). There's an option for it in the Glibc submenu of Config. Hope that helps, Stefan Fiedler