From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 16:45:03 2021 Received: (at submit) by debbugs.gnu.org; 18 Jun 2021 20:45:03 +0000 Received: from localhost ([127.0.0.1]:58280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luLMN-0003xH-AM for submit@debbugs.gnu.org; Fri, 18 Jun 2021 16:45:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:37216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luLML-0003wb-2l for submit@debbugs.gnu.org; Fri, 18 Jun 2021 16:45:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42048) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luLMK-0002QK-QX for bug-guix@gnu.org; Fri, 18 Jun 2021 16:45:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40904) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luLMK-0007UQ-JV for bug-guix@gnu.org; Fri, 18 Jun 2021 16:45:00 -0400 Received: from [2a01:e0a:19b:d9a0:f2f7:a404:c3d3:f8b4] (port=43638 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luLMK-0000bi-BQ for bug-guix@gnu.org; Fri, 18 Jun 2021 16:45:00 -0400 From: Mathieu Othacehe To: bug-guix@gnu.org Subject: guix environment regression Date: Fri, 18 Jun 2021 22:44:58 +0200 Message-ID: <87o8c2gawl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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, When using guix@caf4a7a2, I cannot no longer build a functional guix-daemon using the following classic commands: --8<---------------cut here---------------start------------->8--- guix environment guix ./configure --localstatedir=/var --sysconfdir=/etc make -j4 --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- mathieu@elbruz ~/guix [env]$ ldd ./guix-daemon linux-vdso.so.1 (0x00007fff52339000) libz.so.1 => not found libsqlite3.so.0 => not found libgcrypt.so.20 => not found libbz2.so.1.0 => not found libstdc++.so.6 => /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libstdc++.so.6 (0x00007ff74ee5b000) libm.so.6 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6 (0x00007ff74ed1a000) libgcc_s.so.1 => /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libgcc_s.so.1 (0x00007ff74ecff000) libc.so.6 => /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6 (0x00007ff74eb42000) /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 (0x00007ff74efe8000) mathieu@elbruz ~/guix [env]$ ./pre-inst-env guix-daemon guix-daemon: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory --8<---------------cut here---------------end--------------->8--- When rolling back to an older guix@f1bfd9f, things work as expected. The regression probably lies in between those 1084 commits. I'll try to bisect more precisely later on. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 05:44:57 2021 Received: (at 49102) by debbugs.gnu.org; 19 Jun 2021 09:44:57 +0000 Received: from localhost ([127.0.0.1]:58585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luXX7-0000H3-1I for submit@debbugs.gnu.org; Sat, 19 Jun 2021 05:44:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luXX5-0000Gq-IH for 49102@debbugs.gnu.org; Sat, 19 Jun 2021 05:44:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60962) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1luXWz-0000nL-Iy; Sat, 19 Jun 2021 05:44:49 -0400 Received: from [2a01:e0a:19b:d9a0:f2f7:a404:c3d3:f8b4] (port=47326 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luXWz-0001sG-6J; Sat, 19 Jun 2021 05:44:49 -0400 From: Mathieu Othacehe To: 49102@debbugs.gnu.org Subject: Re: bug#49102: guix environment regression References: <87o8c2gawl.fsf@gnu.org> Date: Sat, 19 Jun 2021 11:44:46 +0200 In-Reply-To: <87o8c2gawl.fsf@gnu.org> (Mathieu Othacehe's message of "Fri, 18 Jun 2021 22:44:58 +0200") Message-ID: <87y2b6w5m9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 49102 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= 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 (---) > When rolling back to an older guix@f1bfd9f, things work as expected. The > regression probably lies in between those 1084 commits. I'll try to > bisect more precisely later on. The bisection leads to this commit: 8cef92d0633850d97c1a1d4521812268f56672be, but it doesn't appear clearly to me what could cause the regression. Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 20 04:56:19 2021 Received: (at control) by debbugs.gnu.org; 20 Jun 2021 08:56:19 +0000 Received: from localhost ([127.0.0.1]:33004 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lutFa-0001Ho-Qv for submit@debbugs.gnu.org; Sun, 20 Jun 2021 04:56:18 -0400 Received: from tobias.gr ([80.241.217.52]:48928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lutFZ-0001He-5G for control@debbugs.gnu.org; Sun, 20 Jun 2021 04:56:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=/MELT6G+C0T3d Hx8Okn7lOWvTOFV/nJkRt0DRUbM+fM=; h=date:to:from; d=tobias.gr; b=RXDaku c4yI5WvBwvcYmzaeHCWfYwVqAjPnByuIh+V93HcjeyYls7wMZX84NXgiaIoH+umrgIeCT9 dS6OACuqGbfXVjKmWF0hT0GpT2g1H2IQ6YrfBADfX5BRmMrNWnLa184UO0FfLuTtHkhFLS FFUL1gKq9YmTQaMxWN9FijqhG01/QfqNT2Ku2gNsc2jhxFygOXx3E2qTMTn2Cqxqbmh9Be 4H2MfFYiP5XvLx5XZjKo7gQGVCkK3/4NSBnBJ5d/xueq0XTybaItgPseXHfcIDH1YDRPwY V5rH2FHT+bQWr/37mPTVuvfUCb9j04b/NjcZEXiqt5w3htZN6sZsEtsQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 9030c307 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sun, 20 Jun 2021 08:56:13 +0000 (UTC) From: Tobias Geerinckx-Rice To: control@debbugs.gnu.org BIMI-Selector: v=BIMI1; s=default; Date: Sun, 20 Jun 2021 10:56:28 +0200 Message-ID: <871r8wnccj.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 49121 49102 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [80.241.217.52 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control 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 (+) merge 49121 49102 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 20 17:23:04 2021 Received: (at control) by debbugs.gnu.org; 20 Jun 2021 21:23:04 +0000 Received: from localhost ([127.0.0.1]:34946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lv4uG-0007c9-6p for submit@debbugs.gnu.org; Sun, 20 Jun 2021 17:23:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lv4uE-0007bR-G5 for control@debbugs.gnu.org; Sun, 20 Jun 2021 17:23:02 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50394) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lv4u9-0001n7-7n for control@debbugs.gnu.org; Sun, 20 Jun 2021 17:22:57 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41620 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lv4u9-0000g1-0D for control@debbugs.gnu.org; Sun, 20 Jun 2021 17:22:57 -0400 Date: Sun, 20 Jun 2021 23:22:55 +0200 Message-Id: <875yy88c40.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #49102 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) severity 49102 important quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 22 11:59:43 2021 Received: (at 49102-done) by debbugs.gnu.org; 22 Jun 2021 15:59:43 +0000 Received: from localhost ([127.0.0.1]:39723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvioQ-000541-Sd for submit@debbugs.gnu.org; Tue, 22 Jun 2021 11:59:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvioP-00053p-D8 for 49102-done@debbugs.gnu.org; Tue, 22 Jun 2021 11:59:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36810) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lvioK-0003Gm-4o for 49102-done@debbugs.gnu.org; Tue, 22 Jun 2021 11:59:36 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54556 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lvioI-0004HZ-SA; Tue, 22 Jun 2021 11:59:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mathieu Othacehe Subject: Re: bug#49102: guix environment regression References: <87o8c2gawl.fsf@gnu.org> Date: Tue, 22 Jun 2021 17:59:32 +0200 In-Reply-To: <87o8c2gawl.fsf@gnu.org> (Mathieu Othacehe's message of "Fri, 18 Jun 2021 22:44:58 +0200") Message-ID: <871r8t3n6j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 49102-done Cc: 49102-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: -3.3 (---) Hi, Mathieu Othacehe skribis: > When using guix@caf4a7a2, I cannot no longer build a functional > guix-daemon using the following classic commands: > > guix environment guix > ./configure --localstatedir=3D/var --sysconfdir=3D/etc > make -j4 > > mathieu@elbruz ~/guix [env]$ ldd ./guix-daemon=20 > linux-vdso.so.1 (0x00007fff52339000) > libz.so.1 =3D> not found > libsqlite3.so.0 =3D> not found [...] > The bisection leads to this commit: > 8cef92d0633850d97c1a1d4521812268f56672be, but it doesn't appear clearly > to me what could cause the regression. Fixed in b9a95420abdf4ae7fe9a347031278a44ad6a1cce. The problem was that the profile was built with inputs in the wrong order. Thus, =E2=80=98ld=E2=80=99 from Binutils would =E2=80=9Cwin=E2=80= =9D over =E2=80=98ld=E2=80=99 from ld-wrapper, hence the build failure above. Thanks for reporting + bisecting! Ludo=E2=80=99. From unknown Mon Aug 18 11:30:26 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, 21 Jul 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