@FabioLima base-devel is an implicit dependency for all packages from AUR: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
Search Criteria
Package Details: snapd 2.66.1-1
Package Actions
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) |
Dependencies (16)
- apparmor (apparmor-gitAUR)
- libseccomp (libseccomp-gitAUR)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs)
- squashfs-tools (squashfs-tools-gitAUR)
- apparmor (apparmor-gitAUR) (make)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- go-tools (go-tools-gitAUR) (make)
- libcap (make)
- libseccomp (libseccomp-gitAUR) (make)
- python-docutils (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-fmlAUR, systemd-gitAUR) (make)
- xfsprogs (xfsprogs-gitAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – bash completion support
- xdg-desktop-portal (xdg-desktop-portal-gitAUR) (optional) – desktop integration
Required by (15)
- apmpkg (optional)
- bauh (optional)
- bauh-staging (optional)
- discover-snap
- discover-snap-6
- libpamac-full
- libpamac-full-git
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- pacup-arch-git (optional)
- paxs
- plasma5-applets-kde-arch-update-notifier (optional)
- plasma5-applets-kde-arch-update-notifier-git (optional)
- pman (optional)
- qinfo-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 25 Next › Last »
bboozzoo commented on 2021-11-08 06:53 (UTC)
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...
bboozzoo commented on 2021-08-28 15:46 (UTC)
@Hori base-devel is an implicit dependency of all packages from AUR, please see https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
<deleted-account> commented on 2021-08-28 12:26 (UTC)
I get the following error while building: PKGBUILD: line 97: autoreconf: command not found
The autoconf
package should be added as a dependency / build dependency
bboozzoo commented on 2021-07-30 09:59 (UTC)
@abhaypatil2000 please follow the AUR getting started steps: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started
abhaypatil2000 commented on 2021-07-29 20:29 (UTC)
Starting prepare()... -> applying 0001-snap-squashfs-handle-squashfs-tools-4.5.patch /home/abhay/aur/snapd/PKGBUILD: line 50: patch: command not found ==> ERROR: A failure occurred in prepare(). Aborting...
I am getting this error. Any idea how to solve it? I have tried to delete the repo and reclone it. Still the same error.
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:
systemctl restart apparmor.service
snapd
:systemctl restart snapd.service
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