This is flagged as out of date, however the fix is very simple.
Update the following lines
pkgver=2.51.3
...
sha256sums=('67d3701b52484d7dba9c7b122752429eafbb20a0182966dd44ab1b1f6c1b780e')
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.47 |
First Submitted: | 2018-01-07 17:37 (UTC) |
Last Updated: | 2024-11-13 08:24 (UTC) |
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 25 Next › Last »
This is flagged as out of date, however the fix is very simple.
Update the following lines
pkgver=2.51.3
...
sha256sums=('67d3701b52484d7dba9c7b122752429eafbb20a0182966dd44ab1b1f6c1b780e')
@bendavis78 builds fine in clean chroot, suggesting something in your system is most likely responsible for the problem. My rough guess is there's some tweaks in makepkg.conf that confuse the go link too.
The procedure is described in archwiki and has been linked to here many times. eg here: https://aur.archlinux.org/packages/snapd/#comment-810009
I'm getting this error when using makepkg:
==> Starting check()...
snap-exec is not a static binary
@TheCultLeader666 try building in a clean chroot then: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot#Classic_way
@bboozzoo I have the base-devel group installed, still getting the error
@TheCultLeader666 make sure to have base-devel group installed.
I'm getting this error when installing, I've tried reinstalling gcc:
cgo: exec gcc-5: exec: "gcc-5": executable file not found in $PATH
==> ERROR: A failure occurred in build().
Aborting...
error making: snapd
@sighup_mae yes it is maintained. I did not see a reason to update as the changes in point releases were focused on Ubuntu Core. The 2.50 release brings some changes to the desktop, hence the package will be updated again. If you are eager to see an update each time the upstream creates a new tag, you are always welcome to send me a patch.
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