Package Details: snapd 2.66.1-1

Git Clone URL: https://aur.archlinux.org/snapd.git (read-only, click to copy)
Package Base: snapd
Description: Service and tools for management of snap packages.
Upstream URL: https://github.com/snapcore/snapd
Licenses: GPL3
Conflicts: snap-confine
Submitter: Barthalion
Maintainer: bboozzoo (zyga, mardy)
Last Packager: bboozzoo
Votes: 217
Popularity: 4.12
First Submitted: 2018-01-07 17:37 (UTC)
Last Updated: 2024-11-13 08:24 (UTC)

Pinned Comments

bboozzoo commented on 2018-10-25 11:56 (UTC) (edited on 2024-04-09 07:39 (UTC) by bboozzoo)

Package update notes

2.36

2.36 is the first release with AppArmor enabled by default on Arch.

If you do not have AppArmor enabled at boot there should be no functional changes visible.

If you wish to use snaps with Apparmor, first make sure that Apparmor is enabled during boot, see https://wiki.archlinux.org/index.php/AppArmor for details. After upgrading the package, you need to do the following steps:

  • Reload the profiles: systemctl restart apparmor.service
  • Restart snapd: systemctl restart snapd.service
  • Load profiles for snaps: systemctl enable --now snapd.apparmor.service
2.62

Since 2.62 snapd generated additional files describing the sandbox. The snapd service needs to be restarted after the update for snaps to continue working (unless the system is rebooted after the update, in which case no additional steps are needed). To restart, run systemctl restart snapd.service

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 25 Next › Last »

bboozzoo commented on 2021-12-30 16:17 (UTC)

@illuser no clue, builds fine here and in a clean chroot, maybe you've tweaked your CFLAGS and something is wrong, or maybe it's something else entirely. The AUR distribution model is inherently flawed as each user tweaks their system and can introduce breaking changes that are unique to their setup. The package that does not build in your system is libseccomp-golang, you can try to find out the actual revision of github.com/seccomp/libseccomp-golang from the go.mod file and file a bug upstream.

illuser commented on 2021-12-29 23:23 (UTC)

@bboozzoo I am using the go package and not gcc-go

bboozzoo commented on 2021-12-29 17:06 (UTC)

@illuser make sure you use the actual go package and not gcc-go.

illuser commented on 2021-12-29 12:40 (UTC)

Having issues with installing 2.54.1:

*** Setting version to '2.54.1-1' from user.
# github.com/snapcore/snapd/vendor/github.com/seccomp/libseccomp-golang
../go/src/github.com/snapcore/snapd/vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go:630:2: duplicate case _Ciconst_C_ACT_KILL_THREAD (value 0) in switch
    previous case at ../go/src/github.com/snapcore/snapd/vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go:626:2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: snapd

soideawe commented on 2021-12-21 14:07 (UTC) (edited on 2021-12-21 14:08 (UTC) by soideawe)

when i using yay -S snapd PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.10/site-packages/pynput-1.7.5-py3.10.egg-info/PKG-INFO' make[1]: [Makefile:4725: snap-confine/snap-confine.8] Error 1 make[1]: Leaving directory '/home/balja/.cache/yay/snapd/src/snapd-2.53.4/cmd' make: [Makefile:1389: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: snapd

Anaximander commented on 2021-12-19 18:16 (UTC) (edited on 2021-12-19 18:21 (UTC) by Anaximander)

Not exactly sure what happened here.

Cloned
makepkg -si
Making package
Check runtime dependencies
Installing missing dependencies [apparmor; squashfs-tools]
Check buildtime dependencies
Installing missing dependencies [go; go-tools; python-docutils]
Retrieving Sources
Downloading snapd-2.53.4.tar.xz
curl: (7) Failed to connect to objects.githubusercontent.com port 443 after 14 ms: Connection refused
==> ERROR: Failure while downloading https://github.com/snapcore/snapd/releases/download/2.53.4/snapd_2.53.4.vendor.tar.xz
    Aborting...

Since it installed apparmor, enabled and started the apparmor service. I searched PKGBUILD and the 'objects.githubusercontent.com' is not in there in a way that I can find.

bboozzoo commented on 2021-12-16 16:25 (UTC)

@soideawe sorry, but the snippet you attached does not contain anything meaningful, however I do recommend starting with: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started specifically the point about having base-devel installed.

soideawe commented on 2021-12-16 15:02 (UTC)

make[1]: Leaving directory '/home/USER/.cache/yay/snapd/src/snapd-2.53.4/cmd' make: *** [Makefile:1389: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: snapd

bboozzoo commented on 2021-12-08 07:09 (UTC)

@fabrixx snapd.install is definitely in the tree. I'm sorry, but I have no clue in what state is your local tree. Have you tried running git reset --hard? Or maybe just do a fresh clone.

fabrixx commented on 2021-12-08 06:04 (UTC)

Snapd construction in progress ... ==> ERROR: The install file (snapd.install) does not exist or is not a regular file.