This is the mail archive of the libc-alpha@sources.redhat.com 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: Trouble building current CVS libc on RH9


Daniel,

Thanks, upgrading to binutils 2.14.90 and gcc 3.3.2 fixed
the first two problems. But the assertion failure in rpcgen
is still happening:

>    rpcgen: ../nptl/sysdeps/unix/sysv/linux/fork.c:132: __libc_fork:
>    Assertion `({ __typeof (self->tid) __value; if (sizeof (__value) == 1)
>    asm volatile ("movb %%gs:%P2,%b0" : "=q" (__value) : "0" (0), "i"
>    (((size_t) &((struct pthread *)0)->tid))); else if (sizeof (__value)
>    == 4) asm volatile ("movl %%gs:%P1,%0" : "=r" (__value) : "i"
>    (((size_t) &((struct pthread *)0)->tid))); else { if (sizeof (__value)
>    != 8) abort (); asm volatile ("movl %%gs:%P1,%%eax\n\t" "movl
>    %%gs:%P2,%%edx" : "=A" (__value) : "i" (((size_t) &((struct pthread
>    *)0)->tid)), "i" (((size_t) &((struct pthread *)0)->tid) + 4)); }
>    __value; }) != ppid' failed.

I'm just letting you know in case it turns out to be important.
It's not stopping me from doing what I want to do.

-SEan


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