GNU bug report logs

#31719 icedtea-3 binaries contain references to icedtea-2

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #53 received at submit@debbugs.gnu.org (full text, mbox, reply):

Received: (at submit) by debbugs.gnu.org; 16 Apr 2021 22:26:19 +0000
From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 16 18:26:19 2021
Received: from localhost ([127.0.0.1]:41922 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1lXWup-0000II-As
	for submit@debbugs.gnu.org; Fri, 16 Apr 2021 18:26:19 -0400
Received: from lists.gnu.org ([209.51.188.17]:58296)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <carlo@zancanaro.id.au>) id 1lXWun-0000IB-8i
 for submit@debbugs.gnu.org; Fri, 16 Apr 2021 18:26:17 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:58422)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <carlo@zancanaro.id.au>)
 id 1lXWun-0004vd-2v
 for bug-guix@gnu.org; Fri, 16 Apr 2021 18:26:17 -0400
Received: from zancanaro.com.au ([45.76.117.151]:33652)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <carlo@zancanaro.id.au>)
 id 1lXWuk-0005gs-8C
 for bug-guix@gnu.org; Fri, 16 Apr 2021 18:26:16 -0400
Received: by zancanaro.com.au (Postfix, from userid 116)
 id 3A75D34132; Fri, 16 Apr 2021 22:26:08 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on vultr
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00
 autolearn=unavailable autolearn_force=no version=3.4.2
Received: from jolteon (n175-37-31-147.bla1.nsw.optusnet.com.au
 [175.37.31.147])
 by zancanaro.com.au (Postfix) with ESMTPSA id EA5003412E;
 Fri, 16 Apr 2021 22:26:06 +0000 (UTC)
References: <877end1pda.fsf@mdc-berlin.de> <YDoqWNwgubzB+5Fb@jurong>
 <87mtvntckt.fsf@gnu.org> <YDzXeFFnGenPdZfn@jurong>
 <87o8g2pni4.fsf@gnu.org> <20210301231534.1d4e440a@alma-ubu.fritz.box>
 <878s5ltj0o.fsf@elephly.net> <20210416212233.05ac87de@alma-ubu.fritz.box>
User-agent: mu4e 1.4.15; emacs 27.2
From: Carlo Zancanaro <carlo@zancanaro.id.au>
To: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
Subject: Re: bug#31719: Chains of dependencies getting longer
In-reply-to: <20210416212233.05ac87de@alma-ubu.fritz.box>
Date: Sat, 17 Apr 2021 08:26:05 +1000
Message-ID: <87fszpc1du.fsf@zancanaro.id.au>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=45.76.117.151; envelope-from=carlo@zancanaro.id.au;
 helo=zancanaro.com.au
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
Cc: Ricardo Wurmus <rekado@elephly.net>, 31719@debbugs.gnu.org,
 bug-guix@gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -2.4 (--)
On Sat, Apr 17 2021, Björn Höfling wrote:
> Sorry, I currently don't find the time to look at the problem. 
> Would someone else give it a try?

I just had a quick look, and I think we can resolve it by changing 
the patch-jni-libs to not rewrite references to "mlib_image" and 
"splashscreen". It looks like they're provided as part of the JVM 
built itself, but our build phase hard codes a reference to the 
previous JVM's build result instead of using the current JVM's 
build result. They're the only dependencies I've found so far, but 
I've only looked at openjdk10 and openjdk14.

I'll put together a patch later today, if I haven't been beaten to 
it by then.

Carlo




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 09:18:14 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.