Comment 1 for bug 1824237

Revision history for this message
Dan Streetman (ddstreet) wrote :

for clarification, this is from the inside of an autopkgtest (cosmic) that's stopped on the failed test:

ubuntu@autopkgtest:~$ ls -l /snap/
total 16
drwxr-xr-x 2 root root 4096 Apr 10 17:23 bin
drwxr-xr-x 3 root root 4096 Apr 10 17:23 go
drwxr-xr-x 2 root root 4096 Apr 10 17:22 lxd
-r--r--r-- 1 root root 548 Apr 10 17:21 README
ubuntu@autopkgtest:~$ snap list
Name Version Rev Tracking Publisher Notes
core 6673 stable canonical✓ broken
go 1.12.2 3540 stable mwhudson classic
lxd 10343 stable/… canonical✓ broken

as the description states, it failed here:

+ /snap/bin/go get -u github.com/snapcore/spread/cmd/spread
/snap/go/3540/gowrapper: line 3: /snap/go/3540/bin/go: No such file or directory

because its interpreter doesn't exist:

ubuntu@autopkgtest:~$ file /snap/go/3540/bin/go
/snap/go/3540/bin/go: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /snap/core/current/lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=492a07b258284c10c1260cf6662f283fac5a04a4, not stripped
ubuntu@autopkgtest:~$ ls -l /snap/core/current/lib64/ld-linux-x86-64.so.2
ls: cannot access '/snap/core/current/lib64/ld-linux-x86-64.so.2': No such file or directory