This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: current glibc failes to build


On 07/03/2013 03:53 AM, Klaus Dittrich wrote:
> ..
> ..
> -o /sources/glibc/build/nptl/pthread_getattr_default_np.o -MD -MP -MF /sources/glibc/build/nptl/pthread_getattr_default_np.o.dt -MT /sources/glibc/build/nptl/pthread_getattr_default_np.o
> In file included from tpp.c:23:0:
> ../nptl/pthreadP.h: In function 'check_cpuset_attr':
> ../nptl/pthreadP.h:662:10: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
> make[2]: *** No rule to make target `/sources/glibc/build/nptl/init-arch.o', needed by `lib-noranlib'.  Stop.
> make[2]: *** Waiting for unfinished jobs....
> ..
> ..

This is fixed by:

commit e2a32bee75631c247748fb9801e3b065d24ca2fd
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jul 3 09:22:31 2013 -0700

    Add x86 init-arch to nptl

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]