Package Details: snapd 2.62-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: 209
Popularity: 2.01
First Submitted: 2018-01-07 17:37 (UTC)
Last Updated: 2024-04-09 07:35 (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 .. 24 Next › Last »

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.

bboozzoo commented on 2021-11-08 06:53 (UTC)

@FabioLima base-devel is an implicit dependency for all packages from AUR: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

FabioLima commented on 2021-11-07 04:13 (UTC)

I am tryng do makepkg in a "clean room" arch install, but........

$ git clone https://aur.archlinux.org/snapd.git ; cd snapd ; makepkg -sirc
Cloning into 'snapd'...
remote: Enumerating objects: 550, done.
remote: Counting objects: 100% (550/550), done.
remote: Compressing objects: 100% (367/367), done.
remote: Total 550 (delta 184), reused 541 (delta 178), pack-reused 0
Receiving objects: 100% (550/550), 208.93 KiB | 49.00 KiB/s, done.
Resolving deltas: 100% (184/184), done.
==> Making package: snapd 2.53.1-1 (Sun 07 Nov 2021 01:09:19 AM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading snapd-2.53.1.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   632  100   632    0     0   1725      0 --:--:-- --:--:-- --:--:--  1726
100 4602k  100 4602k    0     0  2291k      0  0:00:02  0:00:02 --:--:-- 3505k
==> Validating source files with sha256sums...
    snapd-2.53.1.tar.xz ... Passed
==> Extracting sources...
  -> Extracting snapd-2.53.1.tar.xz with bsdtar
==> Starting prepare()...
==> Starting build()...
*** Setting version to '2.53.1-1' from user.
# github.com/snapcore/snapd/cmd/snap
/usr/lib/go/pkg/tool/linux_amd64/link: running gcc failed: exec: "gcc": executable file not found in $PATH

==> ERROR: A failure occurred in build().
    Aborting...

Unfortunaly installing gcc make it go failing further.

bendavis78 commented on 2021-10-19 16:46 (UTC) (edited on 2021-10-19 17:08 (UTC) by bendavis78)

FYI, the error I was getting earlier:

snap-exec is not a static binary

seems to be due to the fact that I had gcc-go installed. I replaced the gcc-go package with just go, and things built successfully after that.

omerkaraduman commented on 2021-09-21 13:26 (UTC)

@bboozzoo Thank you for your helps, the problem was solved.

bboozzoo commented on 2021-09-21 11:41 (UTC)

@omerkaraduman thanks for the heads up, this is caused by glib 2.70 landing in testing. I've pushed an update with a patch from upstream.

omerkaraduman commented on 2021-09-21 11:14 (UTC)

Snapd package is crashing, please fix it. When makepkg -si command given, I take following autput:

/usr/bin/rst2man snap-confine/snap-confine.rst > snap-confine/snap-confine.8 touch snap-mgmt/.dirstamp /usr/bin/rst2man snap-discard-ns/snap-discard-ns.rst > snap-discard-ns/snap-discard-ns.8 libsnap-confine-private/test-utils.c: 'rm_rf_tmp' işlevinde: libsnap-confine-private/test-utils.c:63:9: hata: 'g_spawn_check_exit_status' is deprecated: Use 'g_spawn_check_wait_status' instead [-Werror=deprecated-declarations] 63 | g_assert_true(g_spawn_check_exit_status(exit_status, NULL)); | ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:81, from libsnap-confine-private/test-utils.c:24: /usr/include/glib-2.0/glib/gspawn.h:280:10: bilgi: declared here 280 | gboolean g_spawn_check_exit_status (gint wait_status, | ^~~~~~~~~~~~~~~~~~~~~~~~~ mv -f libsnap-confine-private/.deps/snap_confine_unit_tests-unit-tests.Tpo libsnap-confine-private/.deps/snap_confine_unit_tests-unit-tests.Po /usr/bin/rst2man snapd-env-generator/snapd-env-generator.rst > snapd-env-generator/snapd-env-generator.8 mv -f libsnap-confine-private/.deps/system_shutdown_unit_tests-unit-tests.Tpo libsnap-confine-private/.deps/system_shutdown_unit_tests-unit-tests.Po cc1: all warnings being treated as errors make[1]: [Makefile:3119: libsnap-confine-private/snap_confine_unit_tests-test-utils.o] Error 1 make[1]: Bitmemiş işler için bekliyor.... mv -f snap-confine/.deps/snap_confine_unit_tests-cookie-support-test.Tpo snap-confine/.deps/snap_confine_unit_tests-cookie-support-test.Po mv -f snap-confine/.deps/snap_confine_unit_tests-snap-device-helper-test.Tpo snap-confine/.deps/snap_confine_unit_tests-snap-device-helper-test.Po mv -f system-shutdown/.deps/system_shutdown_unit_tests-system-shutdown-utils-test.Tpo system-shutdown/.deps/system_shutdown_unit_tests-system-shutdown-utils-test.Po mv -f snap-confine/.deps/snap_confine_unit_tests-snap-confine-invocation-test.Tpo snap-confine/.deps/snap_confine_unit_tests-snap-confine-invocation-test.Po mv -f snap-confine/.deps/snap_confine_unit_tests-mount-support-test.Tpo snap-confine/.deps/snap_confine_unit_tests-mount-support-test.Po mv -f snap-confine/.deps/snap_confine_unit_tests-ns-support-test.Tpo snap-confine/.deps/snap_confine_unit_tests-ns-support-test.Po mv -f snap-confine/.deps/snap_confine_unit_tests-snap-confine-args-test.Tpo snap-confine/.deps/snap_confine_unit_tests-snap-confine-args-test.Po make[1]: Leaving directory '/home/omerkaraduman/snapd/src/snapd-2.52/cmd' make: *** [Makefile:1203: all] Error 2 ==> HATA: build() içinde bir hata oluştu. Çıkılıyor...