From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 19:51:47 2021 Received: (at submit) by debbugs.gnu.org; 19 Jun 2021 23:51:47 +0000 Received: from localhost ([127.0.0.1]:60970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lukkc-0002P3-Vd for submit@debbugs.gnu.org; Sat, 19 Jun 2021 19:51:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:53950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lukkZ-0002Ot-R0 for submit@debbugs.gnu.org; Sat, 19 Jun 2021 19:51:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lukkZ-0004WW-Hz for bug-guix@gnu.org; Sat, 19 Jun 2021 19:51:43 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:57890) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lukkX-0000TI-31 for bug-guix@gnu.org; Sat, 19 Jun 2021 19:51:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=ge7o5lBzJyQSf dCwJL4tptkCU13K+0d47y/6Pv4msVM=; h=date:subject:to:from; d=tobias.gr; b=Ql74dQugql2oCM6+N9X/BTEgQj9mCd1JGjzAd09kdL27/Mpk4yAXC+mD+Gpwz/ReFJv4 FQD6opGiUrlfF1vCwxM03zK4pAG0Zm+sX5dzRrK/30OGs8uWHFJi3fz6a8cnJT9DSHURPT E5OoLXOCGaGptmTxADJSAVVdEJnnL1wz0FNwtLofzTidb6ELSmoyFkQ1LBtXhk54yVCnHu cm6UtLJ6F+hfBMm9wIx9EmE8EDaodoW2eQPCqJTX0+TsCi0fEQpqqI8anosQRlaNKX2Tx8 Kfzrcifcm/pGG2e2p4Xv9hfuCUbNxBGAZ1tjmgugazojTcm80GhQkclcb0uGdHBg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 22d37e1d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Sat, 19 Jun 2021 23:51:35 +0000 (UTC) From: Tobias Geerinckx-Rice To: Bug Guix Subject: ./guix-daemon is broken BIMI-Selector: v=BIMI1; s=default; Date: Sun, 20 Jun 2021 01:52:04 +0200 Message-ID: <874kdtmmzf.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Guix, There's a new(?) warning in towne: =2D-8<---------------cut here---------------start------------->8--- $ guix environment guix -- make V=3D1 [=E2=80=A6] LANGUAGE=3D ./pre-inst-env /run/current-system/profile/bin/sh=20 /home/nckx/guix/build-aux/missing help2man --source=3DGNU=20 =2D-info-page=3Dguix --output=3D"doc/guix-daemon.1" `basename=20 "doc/guix-daemon.1" .1` help2man: can't get `--help' info from guix-daemon Try `--no-discard-stderr' if option outputs to stderr WARNING: 'help2man' is missing on your system. You should only need it if you modified a dependency of a=20 man page. You may want to install the GNU Help2man package: =2D-8<---------------cut here---------------end--------------->8--- That's because =2D-8<---------------cut here---------------start------------->8--- $ ./guix-daemon --help ./guix-daemon: error while loading shared libraries: libz.so.1:=20 cannot open shared object file: No such file or directory $ ldd ./guix-daemon linux-vdso.so.1 (0x00007ffd84dfd000) libz.so.1 =3D> not found libsqlite3.so.0 =3D> not found libgcrypt.so.20 =3D> not found libbz2.so.1.0 =3D> not found libstdc++.so.6 =3D>=20 /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libstdc++.so= .6=20 (0x00007fe1753d3000) libm.so.6 =3D>=20 /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6=20 (0x00007fe175292000) libgcc_s.so.1 =3D>=20 /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libgcc_s.so.= 1=20 (0x00007fe175277000) libc.so.6 =3D>=20 /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6=20 (0x00007fe1750ba000) /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64= .so.2=20 (0x00007fe175560000) =2D-8<---------------cut here---------------end--------------->8--- which sounds less harmless already=E2=80=A6 Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYM6DJA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15X7cBAKtN69OcxIPYm1ygLqOKdXlM41iok4gFsVeHsiFp 0Vn5AP9E5+SbokS3YxoZPiQZ62Rer7wQM8/c6nDuL/1C204HBA== =pEGx -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 20 01:16:17 2021 Received: (at 49121) by debbugs.gnu.org; 20 Jun 2021 05:16:17 +0000 Received: from localhost ([127.0.0.1]:32920 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lupof-0001mb-36 for submit@debbugs.gnu.org; Sun, 20 Jun 2021 01:16:17 -0400 Received: from world.peace.net ([64.112.178.59]:48050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lupod-0001mM-AF for 49121@debbugs.gnu.org; Sun, 20 Jun 2021 01:16:15 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lupoW-0004GU-Oe; Sun, 20 Jun 2021 01:16:08 -0400 From: Mark H Weaver To: Tobias Geerinckx-Rice , 49121@debbugs.gnu.org Subject: Re: bug#49121: ./guix-daemon is broken In-Reply-To: <874kdtmmzf.fsf@nckx> References: <874kdtmmzf.fsf@nckx> Date: Sun, 20 Jun 2021 01:15:08 -0400 Message-ID: <87fsxd2k20.fsf@netris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49121 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 (-) Hi Tobias, Tobias Geerinckx-Rice via Bug reports for GNU Guix writes: > There's a new(?) warning in towne: > > --8<---------------cut here---------------start------------->8--- > $ guix environment guix -- make V=3D1 > [=E2=80=A6] > LANGUAGE=3D ./pre-inst-env /run/current-system/profile/bin/sh=20 > /home/nckx/guix/build-aux/missing help2man --source=3DGNU=20 > --info-page=3Dguix --output=3D"doc/guix-daemon.1" `basename=20 > "doc/guix-daemon.1" .1` > help2man: can't get `--help' info from guix-daemon > Try `--no-discard-stderr' if option outputs to stderr > WARNING: 'help2man' is missing on your system. > You should only need it if you modified a dependency of a=20 > man page. > You may want to install the GNU Help2man package: > > --8<---------------cut here---------------end--------------->8--- > > That's because > > --8<---------------cut here---------------start------------->8--- > $ ./guix-daemon --help > ./guix-daemon: error while loading shared libraries: libz.so.1:=20 > cannot open shared object file: No such file or directory > > $ ldd ./guix-daemon > linux-vdso.so.1 (0x00007ffd84dfd000) > libz.so.1 =3D> not found > libsqlite3.so.0 =3D> not found > libgcrypt.so.20 =3D> not found > libbz2.so.1.0 =3D> not found > libstdc++.so.6 =3D>=20 > /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libstdc++.= so.6=20 > (0x00007fe1753d3000) > libm.so.6 =3D>=20 > /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6=20 > (0x00007fe175292000) > libgcc_s.so.1 =3D>=20 > /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libgcc_s.s= o.1=20 > (0x00007fe175277000) > libc.so.6 =3D>=20 > /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6=20 > (0x00007fe1750ba000) > /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-= 64.so.2=20 > (0x00007fe175560000) > --8<---------------cut here---------------end--------------->8--- > > which sounds less harmless already=E2=80=A6 This appears to be a duplicate of . Regards, Mark --=20 Disinformation flourishes because many people care deeply about injustice but very few check the facts. Ask me about . 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 05:04:45 2021 Received: (at 49121) by debbugs.gnu.org; 20 Jun 2021 09:04:45 +0000 Received: from localhost ([127.0.0.1]:33010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lutNl-0003ke-JX for submit@debbugs.gnu.org; Sun, 20 Jun 2021 05:04:45 -0400 Received: from tobias.gr ([80.241.217.52]:48930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lutNj-0003kU-2R for 49121@debbugs.gnu.org; Sun, 20 Jun 2021 05:04:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=lBpC5zuu4VUAg x+laWI+53KhqF4XU2mShRWz41w111A=; h=date:in-reply-to:subject:cc:to: from:references; d=tobias.gr; b=Ip+qrzanx9ZwToLaKr1cOquqYZgAv7fuMkJH/5 yQ+Bu7Kct4I4RXSlN/qo7fmlJ4rq4sSB1wTgPmeZG7ver1JJwectGuGdSBiytAsvbpQqY0 ctpmlUO59IT3kRonY2Q7Dtggfk9pAR8dbckQrCmNB21A6ipRrZi1mw3MykNYOmYi2/u4OP PtwkziTg3kVOUgiPiafjMuDOputf5P98IsAOkndpZjVTTxeL2WGIG256kbhUdAbjyo1bbq mmfCVo1qyra9EoIFsNNhv+xHsfz/OQtcaOMbxTM99UI6Q8XY7sWRcsDCtA5iPYYMWZm8t+ pQjvLps/ULYhWpwSE/NqZUSA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 2515b3f2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 20 Jun 2021 09:04:41 +0000 (UTC) References: <874kdtmmzf.fsf@nckx> <87fsxd2k20.fsf@netris.org> From: Tobias Geerinckx-Rice To: Mark H Weaver Subject: Re: bug#49121: ./guix-daemon is broken In-reply-to: <87fsxd2k20.fsf@netris.org> BIMI-Selector: v=BIMI1; s=default; Date: Sun, 20 Jun 2021 11:04:55 +0200 Message-ID: <87y2b4lxe0.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49121 Cc: 49121@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Mark H Weaver =E5=86=99=E9=81=93=EF=BC=9A > [bug#49121] appears to be a duplicate of > . Indeed it is. Reverting commit=20 b3f1a478d0b53821cfcc92c572c03822d6df4459 fixes the broken=20 ./guix-daemon executable. I'll just wait then. Thanks Mark. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYM8Etw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15GTMA/1rhVgWyWoAqjJNhcGcOA7rohdInDkUcm/dYBGDH JfA6AP9eDXM+9Rk2kj+jyCErPqO0MbzCa6dDG8q9vPYdR/x0DA== =l0eQ -----END PGP SIGNATURE----- --=-=-=-- 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 unknown Fri Sep 19 23:03:25 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