From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 28 06:29:26 2021 Received: (at submit) by debbugs.gnu.org; 28 Mar 2021 10:29:26 +0000 Received: from localhost ([127.0.0.1]:45458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQSfe-0004Y6-Dp for submit@debbugs.gnu.org; Sun, 28 Mar 2021 06:29:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:37738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQSfb-0004Xx-6G for submit@debbugs.gnu.org; Sun, 28 Mar 2021 06:29:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQSfZ-000623-Km for bug-guix@gnu.org; Sun, 28 Mar 2021 06:29:21 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:42502) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQSfX-0000ip-O0 for bug-guix@gnu.org; Sun, 28 Mar 2021 06:29:21 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2F2CA2CC; Sun, 28 Mar 2021 12:29:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZUSLdCAufQan; Sun, 28 Mar 2021 12:29:15 +0200 (CEST) Received: from jurong (p200300dd5710fa007685d76df494a60d.dip0.t-ipconnect.de [IPv6:2003:dd:5710:fa00:7685:d76d:f494:a60d]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D36FE166; Sun, 28 Mar 2021 12:29:14 +0200 (CEST) Date: Sun, 28 Mar 2021 12:29:13 +0200 From: Andreas Enge To: Sergiu Ivanov Subject: Re: lualatex doesn't find libzzip-0.so.13 (easy bug?) Message-ID: References: <87h7kws8p5.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h7kws8p5.fsf@colimite.fr> X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr X-Rspamd-Server: hera X-Rspamd-Queue-Id: 2F2CA2CC X-Spamd-Result: default: False [-0.50 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; BAYES_HAM(-3.00)[100.00%]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; FORGED_RECIPIENTS(2.00)[sivanov@colimite.fr ..,andreas.enge@aquilenet.fr ...]; RCVD_COUNT_TWO(0.00)[2]; SUBJECT_HAS_QUESTION(0.00)[] Received-SPF: neutral client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 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.6 (--) Hello Sergiu, Am Sat, Mar 27, 2021 at 08:22:30PM +0100 schrieb Sergiu Ivanov: > I have trouble running lualatex from the TeX Live distribution (package > texlive) : > $ lualatex > /home/scolobb/.guix-profile/bin/lualatex: error while loading shared libraries: libzzip-0.so.13: cannot open shared object file: No such file or directory I confirm the bug, and am forwarding it to the bugtracker. lualatex is a wrapped binary, and the following shows the problem: $ ldd $(guix build texlive-bin)/bin/luatex ... libzzip-0.so.13 => not found > I installed the zziplib package which brings in libzzip.so.13, but not > libzzip-0.so.13. Indeed this seems to be the problem, and I suspect it is happening in the zziplib package. Its version is 0.13.72, but the soname versions are 13.0.72, which already suggests that there is some confusion happening. Regardless, part of the version number should not appear before the "so" in libzzip-0.so.13. Hm, the following looks correct, issued from a profile containing zziplib: $ pkg-config --libs zziplib -L/gnu/store/fx0cdzzppd8jc09sianbq6gl1h7mxx3x-zziplib-0.13.72/lib -L/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x-zlib-1.2.11/lib -lzzip -lz So it might be a problem with texlive-bin instead. Andreas From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 28 10:36:26 2021 Received: (at submit) by debbugs.gnu.org; 28 Mar 2021 14:36:26 +0000 Received: from localhost ([127.0.0.1]:46723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQWWg-0004S2-5I for submit@debbugs.gnu.org; Sun, 28 Mar 2021 10:36:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:33026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lQWSc-0004Kj-Hm for submit@debbugs.gnu.org; Sun, 28 Mar 2021 10:32:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQWSc-0007nl-Av for bug-guix@gnu.org; Sun, 28 Mar 2021 10:32:14 -0400 Received: from marvid.fr ([163.172.81.107]:57292 helo=courriel.marvid.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQWSa-0000iw-Dg for bug-guix@gnu.org; Sun, 28 Mar 2021 10:32:14 -0400 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id 6B9E74E61B5F; Sun, 28 Mar 2021 16:31:39 +0200 (CEST) References: <87h7kws8p5.fsf@colimite.fr> User-agent: mu4e 1.4.15; emacs 27.2 From: Sergiu Ivanov To: Andreas Enge Subject: Re: lualatex doesn't find libzzip-0.so.13 (easy bug?) In-reply-to: Date: Sun, 28 Mar 2021 16:31:39 +0200 Message-ID: <87eefzs62c.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: none client-ip=163.172.81.107; envelope-from=sivanov@colimite.fr; helo=courriel.marvid.fr X-Spam_score_int: 11 X-Spam_score: 1.1 X-Spam_bar: + X-Spam_report: (1.1 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=2.999, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 28 Mar 2021 10:36:24 -0400 Cc: 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: -3.3 (---) Hello Andreas, Thus quoth Andreas Enge on Sun Mar 28 2021 at 12:29 (+0200): > Hello Sergiu, > > Am Sat, Mar 27, 2021 at 08:22:30PM +0100 schrieb Sergiu Ivanov: >> I have trouble running lualatex from the TeX Live distribution (package >> texlive) : >> $ lualatex >> /home/scolobb/.guix-profile/bin/lualatex: error while loading shared libraries: libzzip-0.so.13: cannot open shared object file: No such file or directory > > I confirm the bug, and am forwarding it to the bugtracker. Thank you! > lualatex is a wrapped binary, and the following shows the problem: > $ ldd $(guix build texlive-bin)/bin/luatex > ... > libzzip-0.so.13 => not found > >> I installed the zziplib package which brings in libzzip.so.13, but not >> libzzip-0.so.13. > > Indeed this seems to be the problem, and I suspect it is happening in the > zziplib package. Its version is 0.13.72, but the soname versions are > 13.0.72, which already suggests that there is some > confusion happening. Ah, I didn't even think to check the zziplib package. > Regardless, part of the version number should not appear before the "so" > in libzzip-0.so.13. Yeah, that looks weird indeed. > Hm, the following looks correct, issued from a profile containing zziplib: > $ pkg-config --libs zziplib > -L/gnu/store/fx0cdzzppd8jc09sianbq6gl1h7mxx3x-zziplib-0.13.72/lib -L/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x-zlib-1.2.11/lib -lzzip -lz > > So it might be a problem with texlive-bin instead. Oh, thank you for these ideas! TeX Live packages kind of scare me a little, because they tend to be complex (at least from my modest Nix experience). I do plan to do some small contributions to Guix packages soon, which should get me started with the workflow, and help me fix such issues directly in the future. - Sergiu From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 30 04:07:40 2021 Received: (at 47448-done) by debbugs.gnu.org; 30 Mar 2021 08:07:40 +0000 Received: from localhost ([127.0.0.1]:50344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lR9PY-0003hm-BY for submit@debbugs.gnu.org; Tue, 30 Mar 2021 04:07:40 -0400 Received: from flashner.co.il ([178.62.234.194]:37834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lR9PW-0003hY-EO for 47448-done@debbugs.gnu.org; Tue, 30 Mar 2021 04:07:39 -0400 Received: from localhost (unknown [31.210.177.71]) by flashner.co.il (Postfix) with ESMTPSA id B989640088; Tue, 30 Mar 2021 08:07:32 +0000 (UTC) Date: Tue, 30 Mar 2021 11:06:36 +0300 From: Efraim Flashner To: Andreas Enge Subject: Re: bug#47448: lualatex doesn't find libzzip-0.so.13 (easy bug?) Message-ID: References: <87h7kws8p5.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Y3VVyHu1VDQrJaCN" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47448-done Cc: Sergiu Ivanov , 47448-done@debbugs.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: -1.0 (-) --Y3VVyHu1VDQrJaCN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Bug fixed with commit 9098745b181b3022587a35afd255f7ff1d41ac86. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Y3VVyHu1VDQrJaCN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBi3AwACgkQQarn3Mo9 g1HxEw//bSccXZSVF3ZHFB9WlSc7XYnGNesLLL7vrv6KhlpzfZxrJZpoElFARG8z 2aQUMf5WuxyLxoklYUciUdMH3V9pynpiyrNHbPoRDLMcWteOgmNwW0374X+qWM96 2GEht50OYHaDwtx3J1uCT984phkT5eURW1BsNBxw+ImpZar3UFDeql7vzLXs92Xb QU371HOXglRSebU5+S+kuE7S9orkgtyVv5Q9KSnZkB9TKiB9rRqsplXU1M1O9Z0D X78FxjI8kZJqf6k86G59XXsErkzaFOfrflBMgCvgTQ67gzEdZjkTp/nYysbb3KvJ 4PjiSgGc+Fc3xsyI+V3IvyjpbWJvkuNlioN1epU0HIsdr5S/Ciu8ZtIOhn0CEcVz +Nh9l96aTxX3EXwop42QBV4vxumwfk8AlpTG8+DgsNc/2haujbooFkHGEIRUHcnv 4gn15vzbriRGWoHoq61QzLtvf2+sQ0fj609oVz0p0a21slK+95N6DjRpGZ4EZGxY 3YW4vePuXP2GPcTJRSTpI2CYR6Mr3jtPGbk3ioj4lFIDst2fiKyfuBahfaxroOjo PwZ30zdPIdyBKkEAthb/tIoZwRynp3Gl9dpWtw5k32c5WbmYAGXkW5FQBn9A1/DO iaMUJV5tYPqTXW9b0lwY6C/VfUuSI9OyMD250eCrLPO7RThhJz8= =cJOG -----END PGP SIGNATURE----- --Y3VVyHu1VDQrJaCN-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 30 10:46:26 2021 Received: (at 47448-done) by debbugs.gnu.org; 30 Mar 2021 14:46:26 +0000 Received: from localhost ([127.0.0.1]:52560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRFdR-00030P-Gx for submit@debbugs.gnu.org; Tue, 30 Mar 2021 10:46:25 -0400 Received: from marvid.fr ([163.172.81.107]:39750 helo=courriel.marvid.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRDBe-0005jG-2l for 47448-done@debbugs.gnu.org; Tue, 30 Mar 2021 08:09:34 -0400 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id 86B584E9B2AA; Tue, 30 Mar 2021 14:09:27 +0200 (CEST) References: <87h7kws8p5.fsf@colimite.fr> User-agent: mu4e 1.4.15; emacs 27.2 From: Sergiu Ivanov To: Efraim Flashner Subject: Re: bug#47448: lualatex doesn't find libzzip-0.so.13 (easy bug?) In-reply-to: Date: Tue, 30 Mar 2021 14:09:27 +0200 Message-ID: <875z18j11k.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 47448-done X-Mailman-Approved-At: Tue, 30 Mar 2021 10:46:24 -0400 Cc: Andreas Enge , 47448-done@debbugs.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: 0.0 (/) Perfect, works like a charm! Thanks a lot! - Sergiu Thus quoth Efraim Flashner on Tue Mar 30 2021 at 10:06 (+0200): > Bug fixed with commit 9098745b181b3022587a35afd255f7ff1d41ac86. From unknown Tue Aug 19 14:23:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 28 Apr 2021 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator