Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rUxBp-00E0E5-Au for pgsql-hackers@arkaria.postgresql.org; Tue, 30 Jan 2024 23:06:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rUxBo-00AJIT-Hd for pgsql-hackers@arkaria.postgresql.org; Tue, 30 Jan 2024 23:06:48 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rUxBo-00AJIC-8M for pgsql-hackers@lists.postgresql.org; Tue, 30 Jan 2024 23:06:48 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rUxBl-004bb4-JH for pgsql-hackers@lists.postgresql.org; Tue, 30 Jan 2024 23:06:47 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 40UN6gn42348012; Tue, 30 Jan 2024 18:06:42 -0500 From: Tom Lane To: Andrew Dunstan cc: Nazir Bilal Yavuz , PostgreSQL Hackers Subject: Re: 003_extrafiles.pl test fails on Windows with the newer Perl versions In-reply-to: References: <03e39298-d675-adef-d331-88affdcdf5e7@dunslane.net> Comments: In-reply-to Andrew Dunstan message dated "Tue, 30 Jan 2024 17:18:49 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2348010.1706656002.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 30 Jan 2024 18:06:42 -0500 Message-ID: <2348011.1706656002@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > Pushed to all live branches. Thanks for the patch. v12 and v13 branches aren't looking good: Global symbol "$test_primary_datadir" requires explicit package name (did = you forget to declare "my $test_primary_datadir"?) at t/003_extrafiles.pl = line 80. Execution of t/003_extrafiles.pl aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. [17:19:57] t/003_extrafiles.pl .......... = Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/5 subtests = regards, tom lane