From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7520F1F466 for ; Wed, 15 Jan 2020 17:33:31 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type :content-transfer-encoding; q=dns; s=default; b=vm5FmL9SXXko63ug gVStT8Ul3Hmh11HtKzPCY9i2El7HyVedlvO7vnQRWJLYod0RSLxEL4OGguP78mAj dO5KcGQvS7UPk0soKByYZ+87foS8DcrJ19GsBQ8qCx3UbdwjFwF5F3SqENl9+ORY +FFFQHqqF0gzHjY+nbhYKYHT9Dw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type :content-transfer-encoding; s=default; bh=4/u8FcM2jLDMx7X2hP43i0 xD/9w=; b=Mfqep1vFhKb78ej7HpOw9LbXultfx/LFo6gF4qp48OwuJbdHf0S5bQ d9d0nAKyACQLyUZUhqruYoEv+U65LJ6VVQCbbojMKqar6/JxmU4+M8FP9C1uY8bH Q9WIoEFhQVaM1EmJTic3MdrCohpYWMF41WPpQrxy4K3Gl9r83oJZ0= Received: (qmail 101597 invoked by alias); 15 Jan 2020 17:33:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 101589 invoked by uid 89); 15 Jan 2020 17:33:28 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579109596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=x2s1Di01l5yAkPHnnJex3A/T+cqdbX5er6u+eSai+Iw=; b=ct7zW4AV/7LJhZxf0YOjyOMOlVPsVhESD/3mQ9xtx3tg9cWPIba7vILZT9aRiqW6z/6toZ 3nHalajVeLA4RYiL6UHAWqkhYy+UjERt4A7jvrl0F3ZDiTQdrcgUAbq7b2BRVEBC+pwyto XRMJh3OlUvjs5++6rhmkZIBJApWE6y8= MIME-Version: 1.0 References: In-Reply-To: From: "Carlos O'Donell" Date: Wed, 15 Jan 2020 12:33:01 -0500 Message-ID: Subject: Re: error when running "make bench" To: paul zimmermann Cc: GNU C Library X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Jan 15, 2020 at 12:02 PM paul zimmermann wrote: > with git revision a8f0fc4, when running "make bench" on my machine What branch has that commit? > (x86_64 under Linux), I get just before the math tests start: > > ... > /bin/sh: 2: /tmp/glibc/build/benchtests/bench-timing-type: not found This is a binary that should have been built for you which returns the timing type to use. [carlos@athas glibc]$ /home/carlos/build/glibc/benchtests/bench-timing-type hp_timing > Running /tmp/glibc/build/benchtests/bench-acos > Running /tmp/glibc/build/benchtests/bench-acosh > ... > > Is the "not found" message normal? No. It works just fine for me. Cheers, Carlos.