Package Details: snapd 2.62-2

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: 210
Popularity: 2.39
First Submitted: 2018-01-07 17:37 (UTC)
Last Updated: 2024-04-29 06:41 (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 .. 24 Next › Last »

bboozzoo commented on 2022-07-18 07:48 (UTC)

@a.kudelin builds fine in a clean chroot with vanilla makepkg.conf. Do you have anything special in your setup? Can you run ldd src/bin/snap-exec ?

a.kudelin commented on 2022-07-18 07:34 (UTC)

==> Starting check()...
snap-exec is not a static binary
error: failed to build 'snapd-2.56.3-1': 
error: packages failed to build: snapd-2.56.3-1

ayr-ton commented on 2022-07-15 22:05 (UTC)

I have my PKGBUILD working with 2.56.3. If you want a pull request feel free to add me as a co-maintainer, and I will be happy to help update the package.

bboozzoo commented on 2022-06-20 08:09 (UTC)

@patlefort thanks for reporting this. I've pushed the relevant change with the latest update.

patlefort commented on 2022-06-15 13:44 (UTC)

This package doesn't play nice with lto enabled. Can you please add options=(!lto)?

illuser commented on 2022-05-10 13:01 (UTC)

Upstream has just merged fixes for when Clang is the C-compiler that is used by the system. It should resolve problems with building this package.

See: https://github.com/snapcore/snapd/pull/11765

fabrixx commented on 2022-03-07 20:00 (UTC)

I get the error only if I update snapd with pamac. If I use yay everything works fine and the update takes effect.

I cannot update snapd via pamac.

bboozzoo commented on 2022-03-07 06:55 (UTC)

@gavmanz please see: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started and https://wiki.archlinux.org/title/PKGBUILD#makedepends I didn't make those guidelines, but I seriously doubt they make sense since the same problems pops up over and over again.

gavmanz commented on 2022-03-07 02:22 (UTC)

It seems that this depends on the "automake" package from the official repos, but it is not listed as a dependency. I had an install error about aclocal until installing automake.

bboozzoo commented on 2022-03-04 17:32 (UTC)

@bob-xygene hi, idk what pamac is. I assume it's some package builder? The snapd package builds fine with makepkg (and yay for that matter). I suggest you contact with pamac upstream, and collect a backtrace for them.