From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward106p.mail.yandex.net (forward106p.mail.yandex.net [77.88.28.109]) by sourceware.org (Postfix) with ESMTPS id 8642D385780D for ; Wed, 24 Mar 2021 23:02:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8642D385780D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hi-angel@yandex.ru Received: from myt2-264a32256793.qloud-c.yandex.net (myt2-264a32256793.qloud-c.yandex.net [IPv6:2a02:6b8:c12:1a07:0:640:264a:3225]) by forward106p.mail.yandex.net (Yandex) with ESMTP id B52141C801F6; Thu, 25 Mar 2021 02:02:09 +0300 (MSK) Received: from myt6-9bdf92ffd111.qloud-c.yandex.net (myt6-9bdf92ffd111.qloud-c.yandex.net [2a02:6b8:c12:468a:0:640:9bdf:92ff]) by myt2-264a32256793.qloud-c.yandex.net (mxback/Yandex) with ESMTP id 0kK0k8PyW8-29vCa62O; Thu, 25 Mar 2021 02:02:09 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1616626929; bh=eN679QmXfVQcymCc+gtDSOJdGaNYU0u8dBJNR0dc2ZM=; h=In-Reply-To:To:From:Subject:Message-ID:References:Date; b=Lr9soThDASAGFg+LuFSuwXg5w7LzNzpFF4ZtDuGC82Cj072y1yQ+DoGOHxJYMkoBV 3GA6J3EeJhBR0tA7rkZd69r3XsD7bmpO/ZAngI24GYkTRdauf5LYFXyeCKxyJhvuZo RqzRfH0Ib3S/7u1wk25zpeoKIGpnz40uBKZVnh/U= Authentication-Results: myt2-264a32256793.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by myt6-9bdf92ffd111.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id bYuy2h9B3u-29oWPZmV; Thu, 25 Mar 2021 02:02:09 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) Message-ID: Subject: Re: Can't make check From: Konstantin Kharlamov To: Alyssa Ross , libc-help@sourceware.org Date: Thu, 25 Mar 2021 02:02:08 +0300 In-Reply-To: <87o8f8yxc3.fsf@alyssa.is> References: <87o8f8yxc3.fsf@alyssa.is> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 23:02:15 -0000 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?