Can't make check

Florian Weimer fw@deneb.enyo.de
Wed Mar 24 23:00:03 GMT 2021


* Alyssa Ross:

> I did, roughly:
>
>     mkdir build
>     cd build
>     ../configure --prefix=/opt/local
>     make -j4
>     make -j4 check
>
> I'm getting 143 failures in a fresh Fedora VM.  Is there anything I can
> look at (test output, etc.) to help me debug what's going on here?

Try configuring with --prefix=/usr, otherwise libgcc_s won't be found.
(You probably should start from scratch for that, deleting the build
directory.)


More information about the Libc-help mailing list