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: Tue, 18 Jun 2019 15:51:25 +0200 Message-ID: <875zp357du.fsf@gnu.org> References: 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]:55037) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdEWq-0007ru-Fj for bug-guix@gnu.org; Tue, 18 Jun 2019 09:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdEWo-0000lK-LV for bug-guix@gnu.org; Tue, 18 Jun 2019 09:52:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58661) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdEWn-0000kO-R0 for bug-guix@gnu.org; Tue, 18 Jun 2019 09:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdEWn-0000Md-Nf for bug-guix@gnu.org; Tue, 18 Jun 2019 09:52:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?Andr=C3=A9as?= Livet"'s message of "Tue, 18 Jun 2019 12:07:40 +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: > Here is how I created the bundle : > > guix pack -S /usr/bin=3Dbin scribus > > I tried it on my Xubuntu 18.04 system and it worked like a charm. You might want to pass -RR to get a relocatable binary. :-) > But, when deployed on the centos machine, it did not found > "libQt5Core.so.5" depsite the file exists. > > ldd > /gnu/store/5xqmac50axcgc8vrrn30jvzndjvrqd6a-scribus-1.5.4/bin/.scribus-re= al > | grep Qt [...] > =C2=A0=C2=A0=C2=A0 libQt5Core.so.5 =3D> not found > Could you make sure that LD_LIBRARY_PATH is unset? HTH, Ludo=E2=80=99.