Guile 3.0.9 in guix shell container with emulated FHS throws ldconfig error @ a050897

  • Open
  • quality assurance status badge
Details
2 participants
  • Juliana Sims
  • Simon Tournier
Owner
unassigned
Submitted by
Juliana Sims
Severity
normal
J
J
Juliana Sims wrote on 23 Jul 2023 02:58
(address . bug-guix@gnu.org)
LD58YR.ATVC3UZJBDDA3@incana.org
Hi,

When entering `guix shell -CF guile[@3]`, I receive the following
error:
"ldconfig: /lib/libguile-3.0.so.1.6.0-gdb.scm is not an ELF file - it
has the wrong magic bytes at the start."

Here is the information for my version of Guix:
```
(channel
(name 'guix)
(branch "master")
(commit
"a0508975dd6c70a2d2997a75c302a9fd42f7c370")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))
```

Thanks,
Juli
Attachment: file
S
S
Simon Tournier wrote on 20 Sep 2023 08:55
86v8c52v0m.fsf@gmail.com
Hi,

On Sat, 22 Jul 2023 at 20:58, Juliana Sims <juli@incana.org> wrote:

Toggle quote (5 lines)
> When entering `guix shell -CF guile[@3]`, I receive the following
> error:
> "ldconfig: /lib/libguile-3.0.so.1.6.0-gdb.scm is not an ELF file - it
> has the wrong magic bytes at the start."

[...]

Toggle quote (3 lines)
> (commit
> "a0508975dd6c70a2d2997a75c302a9fd42f7c370")

I confirm the message:

Toggle snippet (4 lines)
$ guix shell -CF guile@3
ldconfig: /lib/libguile-3.0.so.1.6.0-gdb.scm is not an ELF file - it has the wrong magic bytes at the start.

with Guix revision 6113e0529d61df7425f64e30a6bf77f7cfdfe5a5.

Is it a warning or an error? Other said, which feature does it break?


Cheers,
simon
?