From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 16 18:26:19 2021 Received: (at submit) by debbugs.gnu.org; 16 Apr 2021 22:26:19 +0000 Received: from localhost ([127.0.0.1]:41922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) 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 ) 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 ) 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 ) 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> <87mtvntckt.fsf@gnu.org> <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 To: =?utf-8?Q?Bj=C3=B6rn_H=C3=B6fling?= 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 , 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On Sat, Apr 17 2021, Bj=C3=B6rn H=C3=B6fling wrote: > Sorry, I currently don't find the time to look at the problem.=20 > Would someone else give it a try? I just had a quick look, and I think we can resolve it by changing=20 the patch-jni-libs to not rewrite references to "mlib_image" and=20 "splashscreen". It looks like they're provided as part of the JVM=20 built itself, but our build phase hard codes a reference to the=20 previous JVM's build result instead of using the current JVM's=20 build result. They're the only dependencies I've found so far, but=20 I've only looked at openjdk10 and openjdk14. I'll put together a patch later today, if I haven't been beaten to=20 it by then. Carlo