./guix-daemon is broken

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Tobias Geerinckx-Rice
  • Mark H Weaver
Owner
unassigned
Submitted by
Tobias Geerinckx-Rice
Severity
important
Merged with
T
T
Tobias Geerinckx-Rice wrote on 20 Jun 2021 01:52
(name . Bug Guix)(address . bug-guix@gnu.org)
874kdtmmzf.fsf@nckx
Guix,

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

Toggle snippet (15 lines)
$ 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/>

That's because

Toggle snippet (26 lines)
$ ./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)

which sounds less harmless already…

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYM6DJA0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15X7cBAKtN69OcxIPYm1ygLqOKdXlM41iok4gFsVeHsiFp
0Vn5AP9E5+SbokS3YxoZPiQZ62Rer7wQM8/c6nDuL/1C204HBA==
=pEGx
-----END PGP SIGNATURE-----

M
M
Mark H Weaver wrote on 20 Jun 2021 07:15
87fsxd2k20.fsf@netris.org
Hi Tobias,

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

Toggle quote (49 lines)
> 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.
T
T
Tobias Geerinckx-Rice wrote on 20 Jun 2021 10:56
(no subject)
(address . control@debbugs.gnu.org)
871r8wnccj.fsf@nckx
merge 49121 49102
T
T
Tobias Geerinckx-Rice wrote on 20 Jun 2021 11:04
Re: bug#49121: ./guix-daemon is broken
(name . Mark H Weaver)(address . mhw@netris.org)(address . 49121@debbugs.gnu.org)
87y2b4lxe0.fsf@nckx
Mark H Weaver ???
Toggle quote (3 lines)
> [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
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYM8Etw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15GTMA/1rhVgWyWoAqjJNhcGcOA7rohdInDkUcm/dYBGDH
JfA6AP9eDXM+9Rk2kj+jyCErPqO0MbzCa6dDG8q9vPYdR/x0DA==
=l0eQ
-----END PGP SIGNATURE-----

L
L
Ludovic Courtès wrote on 20 Jun 2021 23:22
control message for bug #49102
(address . control@debbugs.gnu.org)
875yy88c40.fsf@gnu.org
severity 49102 important
quit
?