Hi Pradana,

Pradana Adrinusa AUMARS 写道:
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for

And this file doesn't exist.

Prebuilt binary blobs don't mix well with Guix for this reason: they hard-code file names such as this one.

One (brand-)new work-around is

 $ guix shell -CF [PACKAGE…] [-- your command line]

E.g.,

$ guix shell -CF -- ./hello # random binary downloaded from Debian
 Hello, world!

which creates a virtual, backwards-compatible directory layout within the container.

This is a (glorious) hack, but it's no substitute for proper Guix packaging!

outputs that bash cannot find this file.

That error is criminally misleading. ‘A’ file, but not ‘this’ file. :-/

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature

Reply via email to