From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#31719: icedtea-3 binaries contain references to icedtea-2 Date: Tue, 5 Jun 2018 12:47:45 +0200 Message-ID: <877end1pda.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQ9WV-0004YZ-21 for bug-guix@gnu.org; Tue, 05 Jun 2018 06:49:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQ9WR-0004S4-1D for bug-guix@gnu.org; Tue, 05 Jun 2018 06:49:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQ9WQ-0004Rs-TM for bug-guix@gnu.org; Tue, 05 Jun 2018 06:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQ9WQ-00075c-JX for bug-guix@gnu.org; Tue, 05 Jun 2018 06:49:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQ9Va-0004SN-Mr for bug-guix@gnu.org; Tue, 05 Jun 2018 06:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQ9VV-0003wN-Lo for bug-guix@gnu.org; Tue, 05 Jun 2018 06:48:08 -0400 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:55728) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQ9VV-0003uX-Be for bug-guix@gnu.org; Tue, 05 Jun 2018 06:48:05 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31719@debbugs.gnu.org Many binaries of the icedtea-3 package contain references to icedtea-2, which was used to build it. Because of these references users of icedtea-3 have to *also* download icedtea-2. And because icedtea-2 contains references to icedtea-1, they *also* need to download that version. It is possible that icedtea-1 contains references to the bootstrap JDK, which will then also have to be downloaded. We should figure out a way to remove all of these references. -- Ricardo