Package Details: snapd-glib 1.67.9f327d1-3

Git Clone URL: https://aur.archlinux.org/snapd-glib.git (read-only, click to copy)
Package Base: snapd-glib
Description: Library to allow GLib/Qt based applications access to snapd, the daemon that controls Snaps
Upstream URL: https://github.com/snapcore/snapd-glib
Licenses: GPL3
Submitter: droidman
Maintainer: username227
Last Packager: username227
Votes: 21
Popularity: 0.22
First Submitted: 2018-10-17 21:21 (UTC)
Last Updated: 2025-03-26 11:12 (UTC)

Pinned Comments

username227 commented on 2025-03-06 18:53 (UTC) (edited on 2025-03-06 19:14 (UTC) by username227)

There is something preventing me from building this outside of a chroot. The errors happen when ninja tries to link the executables near the end of the build. If you run into this, build in a chroot:

paru -S snapd-glib --chroot

If you know what's causing this and can suggest a fix, let me know. i've already tried disabling LTO in options and in the meson command with no effect.

Latest Comments

« First ‹ Previous 1 2 3 4

droidman commented on 2018-10-18 17:12 (UTC) (edited on 2018-10-18 17:13 (UTC) by droidman)

@ping I failed to reproduce but I've updated the package to hardcode -j1 in case someone else faces makeflags issues.

ping commented on 2018-10-18 08:34 (UTC)

@droidman

My arch install is from yesterday, so that isn't the problem, but I found what was the problem with this package. I usually speedup the compilation process using 7 of 8 cpu cores (MAKEFLAGS="-j7" in the makepkg.conf). It seems this option makes fail the compilation with this package. Without multicore compilation it works fine.

droidman commented on 2018-10-18 06:16 (UTC) (edited on 2018-10-18 17:13 (UTC) by droidman)

@ping I can build on a clean install and on my main machine. Did you try building in a chroot to verify it isn't something in your install? https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot

ping commented on 2018-10-18 05:22 (UTC) (edited on 2018-10-18 05:24 (UTC) by ping)

libtool: error: error: relink 'libSnapd.la' with the above command before installing it

I tried install it using Yay and without yay, with makepkg. The git version fails too.