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: RISC-V test results


On Thu, 1 Aug 2019, Maciej W. Rozycki wrote:

> > To confirm: have you made sure that libgcc_s and libstdc++ shared 
> > libraries for this ABI, from the compiler used for testing, are copied to 
> > the glibc build directory (or present in the default dynamic linker search 
> > path)?  Missing libgcc_s causes both many NPTL tests to fail and some to 
> > hang.
> 
>  Good point!  I wasn't aware of this dependency on these libraries, so I 
> have double-checked what was going on here.

This is a longstanding known issue - see 
https://sourceware.org/glibc/wiki/Release/2.30#Architecture-independent - 
but we should of course try to fix such issues (and architecture-specific 
ones as well) to get closer to the baseline of "make check" just working 
and producing clean results rather than needing to compare with a list of 
known issues.

-- 
Joseph S. Myers
joseph@codesourcery.com


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