[From nobody Thu Jun 18 16:09:07 2026
Received: (at 1112517-done) by bugs.debian.org; 18 Jun 2026 15:06:25 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-111.6 required=4.0 tests=ALL_TRUSTED,BAYES_00,
 DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
 FROMDEVELOPER,HAS_BUG_NUMBER,SPF_HELO_NONE,SPF_PASS,
 USER_IN_DKIM_WELCOMELIST,VERSION autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 30; hammy, 150; neutral, 38; spammy,
 0. spammytokens:
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;ntyni@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:58760)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;ntyni@debian.org&gt;) id 1waEK1-0043cy-14
 for 1112517-done@bugs.debian.org; Thu, 18 Jun 2026 15:06:25 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:In-Reply-To:Content-Transfer-Encoding:
 Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To
 :Cc:Content-ID:Content-Description;
 bh=d+qc1xPrij//td4Q685jBC6CLzk4heMQvJNUXjIXqw0=; b=vdV0lRoKp9SJogl5BaWzrZpZEF
 z5ORJShx6vba1Ont9N1zC/WGk6TGrTlR5dwcmeivhTs+IS9QqWch94mg+WcE1E4BuDNVgGcV3mKOk
 qtAwEfs7WYfSHE3T3jsFzCx9HoP772uE4rPI62p6wI5rGWzS1de4hgHDqCFPLbMnswgEUfzS0Qyhc
 pt7OFYZij3WqCHuZE1vUz/jHpNqXtODQR1oaU3D4ato2mES07g+3d3kij2L5R3qx27Nt5+Uo9NE8R
 1KMiINyh5yguBPlTPOa2E0FoxH6KkYEVfTd3dSGPe5cuYa+ZSRR+ijYZnubYdSNIgGqLUXOACv6u4
 KCdDzTnw==;
Received: from authenticated-user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;ntyni@debian.org&gt;) id 1waEJz-00FTRe-2d
 for 1112517-done@bugs.debian.org; Thu, 18 Jun 2026 15:06:24 +0000
Date: Thu, 18 Jun 2026 18:06:21 +0300
From: Niko Tyni &lt;ntyni@debian.org&gt;
To: 1112517-done@bugs.debian.org
Subject: Re: Bug#1112517: fungw: FTBFS =?utf-8?Q?wi?=
 =?utf-8?B?dGggUGVybCA1LjQyOiDigJhQZXJsSW50ZXJwcmV0ZXLigJkge2FrYSDigJhz?=
 =?utf-8?Q?truct_interpreter=E2=80=99}_has_no_member_named_=E2=80=98IXpv?=
 =?utf-8?B?4oCZ?=
Message-ID: &lt;ajQJbeOF23A8CZ0d@app-dd&gt;
References: &lt;aLLa_VU_tYTs0Z3j@birgitta.local.invalid&gt;
 &lt;aLLa_VU_tYTs0Z3j@birgitta.local.invalid&gt;
 &lt;aLQEy6qPx066l3Zm@birgitta.local.invalid&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: &lt;aLQEy6qPx066l3Zm@birgitta.local.invalid&gt;
X-Debian-User: ntyni

Version: 1.2.2-1

On Sun, Aug 31, 2025 at 11:16:11AM +0300, Niko Tyni wrote:
&gt; Control: tag -1 patch
&gt; 
&gt; On Sat, Aug 30, 2025 at 02:05:33PM +0300, Niko Tyni wrote:
&gt; &gt; Source: fungw
&gt; &gt; Version: 1.2.1-3.1
&gt; &gt; Severity: important
&gt; &gt; Tags: ftbfs forky sid upstream
&gt; &gt; User: debian-perl@lists.debian.org
&gt; &gt; Usertags: perl-5.42-transition
&gt; &gt; 
&gt; &gt; This package fails to build with Perl 5.42 (currently in experimental.)
&gt; 
&gt; &gt;   fungw_perl.c:240:48: error: ‘PerlInterpreter’ {aka ‘struct interpreter’} has no member named ‘IXpv’
&gt; 
&gt; &gt; The fungw code doesn't really seem to care much about which interpreter
&gt; &gt; struct member it uses, it just needs a slot for user data. I wonder if
&gt; &gt; modglobal hash would do:
&gt; 
&gt; Here's an alternative patch that does this. I tested it as far as I could,
&gt; which was running
&gt; 
&gt;   SCRIPT=../doc/example/00_hello/hello.pl ./test_script
&gt; 
&gt; in the regression/ directory. It looked fine on both Perl 5.40 and
&gt; 5.42. The modglobal slot seems to have been present ever since Perl
&gt; 5.005 or so.

The patch was included upstream in 1.2.2. The package now builds fine
with both Perl 5.40 and 5.42. So closing this.
-- 
Niko]