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.159026
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 Next › Last »

Rayr commented on 2022-04-14 22:12 (UTC)

edit the package version in the PKGBUILD to 1.60

paapereira commented on 2020-05-07 20:07 (UTC)

also 'vala' is needed as dependency.

Program(s) ['vapigen'] not found or not executable

1Conan commented on 2020-05-06 09:17 (UTC)

@librewish done :)

librewish commented on 2020-05-06 08:29 (UTC) (edited on 2020-05-06 08:34 (UTC) by librewish)

snapd-glib/meson.build:176:2: ERROR: Program(s) ['g-ir-scanner'] not found or not executable

add gobject-introspection as dep

bkb commented on 2020-04-29 16:26 (UTC)

So update it

librewish commented on 2020-04-29 15:15 (UTC)

https://github.com/snapcore/snapd-glib/releases

1.57 is the latest release

bkb commented on 2020-04-14 19:56 (UTC)

Why is it flagged out of date?

mati865 commented on 2018-12-12 17:55 (UTC)

Anyone hit by: /usr/bin/ld: cannot find -lsnapd-qt collect2: error: ld returned 1 exit status libtool: error: error: relink 'libSnapd.la' with the above command before installing it

Append -j1 to make install command.

Xinkai commented on 2018-11-07 16:27 (UTC)

@droidman Just want you to know, I still have the same problem with make -jCpuNum in my /etc/makepkg.conf, despite the attempt to set it to 1 in the PKGBUILD.

ping commented on 2018-10-18 18:19 (UTC)

@droidman thanks for that modification to the pkgbuild! :)