It was installed (2.3.2-2) and I reinstalled it. Same error
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 .. 19 20 21 22 23 24 25 Next › Last »
vlatkoB commented on 2018-02-08 15:02 (UTC) (edited on 2018-02-08 15:02 (UTC) by vlatkoB)
bboozzoo commented on 2018-02-08 14:42 (UTC)
Getting this error on installing: go build github.com/snapcore/snapd/cmd/snap-seccomp: invalid pkg-config package name: --static
Can you install libseccomp and try building again? There's a missing dependency in the current PKGBUILD. We should be updating it soon though.
vlatkoB commented on 2018-02-08 14:39 (UTC)
Getting this error on installing:
go build github.com/snapcore/snapd/cmd/snap-seccomp: invalid pkg-config package name: --static
aimileus commented on 2018-02-07 18:22 (UTC)
According to the Arch packaging guidelines, I removed non-x86_64 architectures from the PKGBUILD. Use makepkg -A to override this check.
aimileus commented on 2018-01-22 18:56 (UTC)
Added i686, armv7h and aarch64 to the PKGBUILD.
bboozzoo commented on 2018-01-22 15:55 (UTC)
When trying to compile on ARMv7 i get: # ==> ERROR: snapd is not available for the 'armv7h' architecture.h On raspbian this seems to be possible though: https://forum.snapcraft.io/t/snapd-on-raspbian-jessie/458
Any ideas?
We might be a bit overzealous with arch=()
. The same applies to snapd-git. Probably allowing 'i686', 'armv7h', 'aarch64' makes sense. The upstream runs tests on i686 and x86_64 on each pull request. RaspberryPi 2 & 3, Dragonboard (both are armv7) and some other boards are tested on release.
chippey5 commented on 2018-01-20 10:33 (UTC)
When trying to compile on ARMv7 i get:
# ==> ERROR: snapd is not available for the 'armv7h' architecture.h
On raspbian this seems to be possible though: https://forum.snapcraft.io/t/snapd-on-raspbian-jessie/458
Any ideas?
aimileus commented on 2018-01-11 08:43 (UTC)
The last update should fix "snap: command not found". It uses the snap binary from $GOPATH instead.
@maxlefou I also added snap-confine to the conflicts array, that should fix the file conflicts. I merged the snap-confine and snapd packages so that created some file conflicts.
@bboozzoo the snap-mngt isn't in cmd for the 2.30 tag, which this package builds form (https://github.com/snapcore/snapd/tree/2.30/cmd). So for this release I used the Fedora packaging. Enabled --enable-nvidia-biarch Added the configuration options from snapd-git. Removed the snappy core files. I don't understand that one, I already added "install -dm755 "$pkgdir/var/lib/snapd/snap"? Most Arch packages don't display messages about required systemd units even if the packages are (almost) useless without the service e.g. networkmanager. So I prefer to use the Arch packaging way. Also, most snapd installation guides for Arch mention the unit anyway.
atomicwrites commented on 2018-01-09 21:36 (UTC)
Same here, "line 132: snap: command not found"
oryband commented on 2018-01-09 11:00 (UTC)
I also have the same compilation error as mentioned below: line 132: snap: command not found
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