public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* Can't make check
@ 2021-03-24 22:57 Alyssa Ross
  2021-03-24 23:00 ` Florian Weimer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alyssa Ross @ 2021-03-24 22:57 UTC (permalink / raw)
  To: libc-help

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

I just git cloned gcc and I'm trying to run the tests.

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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't make check
  2021-03-24 22:57 Can't make check Alyssa Ross
@ 2021-03-24 23:00 ` Florian Weimer
  2021-03-25 13:40   ` Alyssa Ross
  2021-03-24 23:01 ` Alyssa Ross
  2021-03-24 23:02 ` Konstantin Kharlamov
  2 siblings, 1 reply; 5+ messages in thread
From: Florian Weimer @ 2021-03-24 23:00 UTC (permalink / raw)
  To: Alyssa Ross; +Cc: libc-help

* 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.)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't make check
  2021-03-24 22:57 Can't make check Alyssa Ross
  2021-03-24 23:00 ` Florian Weimer
@ 2021-03-24 23:01 ` Alyssa Ross
  2021-03-24 23:02 ` Konstantin Kharlamov
  2 siblings, 0 replies; 5+ messages in thread
From: Alyssa Ross @ 2021-03-24 23:01 UTC (permalink / raw)
  To: libc-help

[-- Attachment #1: Type: text/plain, Size: 76 bytes --]

> I just git cloned gcc and I'm trying to run the tests.

glibc, apologies.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't make check
  2021-03-24 22:57 Can't make check Alyssa Ross
  2021-03-24 23:00 ` Florian Weimer
  2021-03-24 23:01 ` Alyssa Ross
@ 2021-03-24 23:02 ` Konstantin Kharlamov
  2 siblings, 0 replies; 5+ messages in thread
From: Konstantin Kharlamov @ 2021-03-24 23:02 UTC (permalink / raw)
  To: Alyssa Ross, libc-help

Wrong list, it is about GNU Libc. For GCC you probably want something of these
https://gcc.gnu.org/lists.html likely gcc-help

On Wed, 2021-03-24 at 22:57 +0000, Alyssa Ross wrote:
> I just git cloned gcc and I'm trying to run the tests.
> 
> 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?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can't make check
  2021-03-24 23:00 ` Florian Weimer
@ 2021-03-25 13:40   ` Alyssa Ross
  0 siblings, 0 replies; 5+ messages in thread
From: Alyssa Ross @ 2021-03-25 13:40 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libc-help

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

Florian Weimer <fw@deneb.enyo.de> writes:

>> 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.)

Thank you, this made most of the failures go away.  (There were a few
left over that were due to not enough memory.)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-25 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 22:57 Can't make check Alyssa Ross
2021-03-24 23:00 ` Florian Weimer
2021-03-25 13:40   ` Alyssa Ross
2021-03-24 23:01 ` Alyssa Ross
2021-03-24 23:02 ` Konstantin Kharlamov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).