From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29700: Java packages need to retain references Date: Fri, 15 Dec 2017 15:55:04 +0100 Message-ID: <87lgi4ghx3.fsf@gnu.org> References: <87tvwuutvr.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePrPD-0005Gt-OZ for bug-guix@gnu.org; Fri, 15 Dec 2017 09:56:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePrP8-0004SD-PE for bug-guix@gnu.org; Fri, 15 Dec 2017 09:56:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePrP8-0004Rf-Li for bug-guix@gnu.org; Fri, 15 Dec 2017 09:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ePrP8-0006Lr-8k for bug-guix@gnu.org; Fri, 15 Dec 2017 09:56:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvwuutvr.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 13 Dec 2017 23:48:24 +0100") 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: Ricardo Wurmus Cc: 29700@debbugs.gnu.org Ricardo Wurmus skribis: > I installed the =E2=80=9Caxoloti-patcher=E2=80=9D package today after =E2= =80=9Cguix gc=E2=80=9D and > noticed that not all dependencies are available at runtime. Upon > running the =E2=80=9CAxoloti=E2=80=9D command I got this error: > > Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError= : Can't load library: /gnu/store/nrx5nmwynmsl7aqxdpgwpsm8ff9b0h4d-libusb4ja= va-0-1.396d642a5/lib/libusb4java.so > > The store item does not exist. > > The problem here is that jar archives are compressed and thus any > references they contain are thus hidden from the scanner. > > I don=E2=80=99t know if it is feasible to disable compression for jar fil= es, or > if we should install a =E2=80=9C.guix-dependencies=E2=80=9D file that con= tains plain > text references. Disabling compression was the right choice because that also allows grafts to work correctly. Ludo=E2=80=99.