From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36276: Not found .so files in bundle made by guix pack Date: Wed, 19 Jun 2019 17:51:04 +0200 Message-ID: <87zhmd1slz.fsf@gnu.org> References: <875zp357du.fsf@gnu.org> <98a2c388-3c5e-129e-4a0d-81b2e2d2860b@livet.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49587) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdcsd-0004eX-5e for bug-guix@gnu.org; Wed, 19 Jun 2019 11:52:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdcsc-0001x5-8p for bug-guix@gnu.org; Wed, 19 Jun 2019 11:52:11 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33770) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdcsT-0001rT-My for bug-guix@gnu.org; Wed, 19 Jun 2019 11:52:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdcsT-0000ZV-JO for bug-guix@gnu.org; Wed, 19 Jun 2019 11:52:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <98a2c388-3c5e-129e-4a0d-81b2e2d2860b@livet.me> ("=?UTF-8?Q?Andr=C3=A9as?= Livet"'s message of "Tue, 18 Jun 2019 22:21:42 +0200") 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: =?UTF-8?Q?Andr=C3=A9as?= Livet Cc: 36276@debbugs.gnu.org Hi, Andr=C3=A9as Livet skribis: >> You might want to pass -RR to get a relocatable binary. :-) > > Yes, I'm uploading the new tarball on the server, it's a bit slow... > > I didn't understand what did -RR option at first, but now it's seems > to be a good (maybe the only?) option for installation outside the / > directory Yes. explains =E2=80=98-R=E2=80=99, and mentions =E2=80=98-RR=E2=80=99. >> Could you make sure that LD_LIBRARY_PATH is unset? > > Yes it is unset. This problem is driving me crazy, I can't understand > why it can find libQt5Gui.so.5 and not libQt5Core.so.5 Is there a /etc/ld.so.preload file? Did you try running the pack on another non-Guix machine? Thanks, Ludo=E2=80=99.