This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: Failed to compile tst-mqueue8x.c


On 5/23/07, Daniel Jacobowitz <drow@false.org> wrote:
On Thu, May 03, 2007 at 12:19:38AM -0400, Carlos O'Donell wrote:
> When running the glibc testsuite, tst-mqueue8x.c fails to compile
> (missing personality routine).
>
> tst-mqueue8x.o: In function `__pthread_cleanup_routine':
> tst-mqueue8x.o:(.rodata+0x10): undefined reference to `__gcc_personality_v0'
>
> The heavy handed fix is shown below. Unfortunately I don't think this
> is the correct solution. My gut feeling is that this means something
> else is broken.
>
> Any clues as to what is originally broken?

Did you ever fix this?  It builds fine on MIPS64.  I have the same
reference to __gcc_personality_v0; the link command already includes
the same thing you added.

I have not fixed this yet. I won't likely get around to fixing this until the start of April. It is nice to know that it *is* included on other arches and therfore it is the correct solution, albeit in the wrong place.

Thanks Dan.

Cheers,
Carlos.


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