@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
?
Search Criteria
Package Details: snapd 2.67-2
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: | 222 |
Popularity: | 4.70 |
First Submitted: | 2018-01-07 17:37 (UTC) |
Last Updated: | 2025-01-24 11:51 (UTC) |
Dependencies (16)
- apparmor (apparmor-gitAUR)
- libseccomp (libseccomp-gitAUR)
- libsystemd (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, 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, 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-fmlAUR, systemd-selinuxAUR, 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 (14)
- apmpkg (optional)
- bauh (optional)
- bauh-staging (optional)
- discover-snap
- discover-snap-6
- libpamac-full
- 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 (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 25 Next › Last »
bboozzoo commented on 2022-07-18 07:48 (UTC)
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.
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.
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