From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C87A83858414; Wed, 3 Jan 2024 14:23:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C87A83858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704291824; bh=zlO/8Yx6pHAju70CVHoY8IIVO21EcfgmXhRl92j3jCY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SqKVy0SvDI89/DOCxbvJZCzs7gQpcEnZ7AQHQARYxlM3wXCnyxCfpD1KlWu40v+fJ ZNDojHnZ7c3FnqFm3XjakBx+Y9amQv3REVcknnC1Sr/z6rV8xruyJBBguA6tCDuz3f +aqRm7hHKstuaoQX9C+GglmlRFPv5QoV/x+uNjuM= From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/113192] [11/12/13/14 Regression] ERROR: couldn't execute "../../../gcc/libgomp/testsuite/flock": no such file or directory Date: Wed, 03 Jan 2024 14:23:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113192 --- Comment #2 from dave.anglin at bell dot net --- On 2024-01-02 10:21 a.m., tschwinge at gcc dot gnu.org wrote: > Aha, sorry. Does it work if you changes: > > -AC_CHECK_PROG(FLOCK, perl, $srcdir/testsuite/flock) > +AC_CHECK_PROG(FLOCK, perl, $ac_abs_srcdir/testsuite/flock) No, we get: ERROR: couldn't execute "/testsuite/flock": no such file or directory I see top_srcdir is used in some files.=