Svante Signell <[email protected]> writes:
> On Tue, 2019-09-03 at 23:26 +0200, Ricardo Wurmus wrote: >> >> What are the contents of /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3- >> bootstrap-binaries-0/bin/tar? > > Something strange: > > # ls -l /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries- > 0/bin/tar > -r-xr-xr-x 2 root root 445560 Jan 1 1970 > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar > > # file > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar: ELF > 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, > interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, Did you copy this from Debian and moved it into the store? That’s a very bad idea. > BuildID[sha1]=6664753ff93e3b42aa8681d7fe0f7f9e5259c54f, stripped > > # ldd /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar > not a dynamic executable > > # /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar > -bash: > /gnu/store/alzim8hg6zqvs9s33frh7m9z211lryk3-bootstrap-binaries-0/bin/tar: > cannot execute binary file: Exec format error Does /lib64/ld-linux-x86-64.so.2 exist on the system? On the Guix system this does not exist. -- Ricardo
