GNU bug report logs - #49121
./guix-daemon is broken

Previous Next

Package: guix;

Reported by: Tobias Geerinckx-Rice <me <at> tobias.gr>

Date: Sat, 19 Jun 2021 23:52:01 UTC

Severity: important

Merged with 49102

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49121 in the body.
You can then email your comments to 49121 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#49121; Package guix. (Sat, 19 Jun 2021 23:52:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 19 Jun 2021 23:52:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: ./guix-daemon is broken
Date: Sun, 20 Jun 2021 01:52:04 +0200
[Message part 1 (text/plain, inline)]
Guix,

There's a new(?) warning in towne:

--8<---------------cut here---------------start------------->8---
$ guix environment guix -- make V=1
[…]
LANGUAGE= ./pre-inst-env /run/current-system/profile/bin/sh 
/home/nckx/guix/build-aux/missing help2man --source=GNU 
--info-page=guix --output="doc/guix-daemon.1" `basename 
"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 
        man page.
        You may want to install the GNU Help2man package:
        <https://www.gnu.org/software/help2man/>
--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: 
cannot open shared object file: No such file or directory

$ ldd ./guix-daemon
	linux-vdso.so.1 (0x00007ffd84dfd000)
	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 
	(0x00007fe1753d3000)
	libm.so.6 => 
	/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6 
	(0x00007fe175292000)
	libgcc_s.so.1 => 
	/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libgcc_s.so.1 
	(0x00007fe175277000)
	libc.so.6 => 
	/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6 
	(0x00007fe1750ba000)
	/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 
	(0x00007fe175560000)
--8<---------------cut here---------------end--------------->8---

which sounds less harmless already…

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#49121; Package guix. (Sun, 20 Jun 2021 05:17:02 GMT) Full text and rfc822 format available.

Message #8 received at 49121 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>, 49121 <at> debbugs.gnu.org
Subject: Re: bug#49121: ./guix-daemon is broken
Date: Sun, 20 Jun 2021 01:15:08 -0400
Hi Tobias,

Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix <at> gnu.org>
writes:

> There's a new(?) warning in towne:
>
> --8<---------------cut here---------------start------------->8---
> $ guix environment guix -- make V=1
> […]
> LANGUAGE= ./pre-inst-env /run/current-system/profile/bin/sh 
> /home/nckx/guix/build-aux/missing help2man --source=GNU 
> --info-page=guix --output="doc/guix-daemon.1" `basename 
> "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 
>          man page.
>          You may want to install the GNU Help2man package:
>          <https://www.gnu.org/software/help2man/>
> --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: 
> cannot open shared object file: No such file or directory
>
> $ ldd ./guix-daemon
> 	linux-vdso.so.1 (0x00007ffd84dfd000)
> 	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 
> 	(0x00007fe1753d3000)
> 	libm.so.6 => 
> 	/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libm.so.6 
> 	(0x00007fe175292000)
> 	libgcc_s.so.1 => 
> 	/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm-gcc-7.5.0-lib/lib/libgcc_s.so.1 
> 	(0x00007fe175277000)
> 	libc.so.6 => 
> 	/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6 
> 	(0x00007fe1750ba000)
> 	/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/ld-linux-x86-64.so.2 
> 	(0x00007fe175560000)
> --8<---------------cut here---------------end--------------->8---
>
> which sounds less harmless already…

This appears to be a duplicate of <https://bugs.gnu.org/49102>.

      Regards,
        Mark

-- 
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>.




Merged 49102 49121. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Sun, 20 Jun 2021 08:57:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#49121; Package guix. (Sun, 20 Jun 2021 09:05:01 GMT) Full text and rfc822 format available.

Message #13 received at 49121 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Mark H Weaver <mhw <at> netris.org>
Cc: 49121 <at> debbugs.gnu.org
Subject: Re: bug#49121: ./guix-daemon is broken
Date: Sun, 20 Jun 2021 11:04:55 +0200
[Message part 1 (text/plain, inline)]
Mark H Weaver 写道:
> [bug#49121] appears to be a duplicate of
> <https://bugs.gnu.org/49102>.

Indeed it is.  Reverting commit 
b3f1a478d0b53821cfcc92c572c03822d6df4459 fixes the broken 
./guix-daemon executable.  I'll just wait then.  Thanks Mark.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Severity set to 'important' from 'normal' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 20 Jun 2021 21:24:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 21 Jul 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.