You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm encountering this error when running snapcraft on raspberry pi 4:
$ sudo docker run --rm -it --privileged -v $PWD:$PWD -w $PWD diddledan/snapcraft:core18
systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Detected virtualization docker.
Detected architecture arm64.
Set hostname to <a73c267fb926>.
Starting snapd.service via systemd.
Waiting for snapd to be ready...
Snapd is now ready.
Installing snapcraft.
2020-08-30T13:34:57Z INFO Waiting for automatic snapd restart...
snapcraft 4.2 from Canonical✓ installed
Running user script: snap run snapcraft
/snap/snapd/8791/usr/lib/snapd/snap-confine: error while loading shared libraries: /lib/ld-linux-aarch64.so.1: cannot apply additional memory protection after relocation: Permission denied
Finished. The following messages are from systemd closing down, and may be ignored.
I don't know what's causing this issue. I'm successfully using the images for https://github.com/diddlesnaps/openra so the images are at least working correctly in GitHub Actions.
This problem arises because you are using the Snap version of Docker instead of the apt version. To resolve it, uninstall the Snap version of Docker using the command sudo snap remove --purge docker (Note: Back up your current container and image), and then follow this documentation to install Docker.
Hello,
I'm encountering this error when running snapcraft on raspberry pi 4:
I'm running ubuntu 20.04 64bit, docker snap version 19.03.11, build dd360c7
what am I doing wrong? I tried to run it from home and tmp location.
Thank you!
The text was updated successfully, but these errors were encountered: