Package Details: rest 0.8.1+r4+ge5ee6ef-3

Git Clone URL: https://aur.archlinux.org/rest.git (read-only, click to copy)
Package Base: rest
Description: Library for accessing RESTful web services (legacy)
Upstream URL: https://gitlab.gnome.org/GNOME/librest
Licenses: LGPL2.1
Provides: librest-0.7.so, librest-extras-0.7.so
Submitter: City-busz
Maintainer: andreas_baumann
Last Packager: andreas_baumann
Votes: 9
Popularity: 3.68
First Submitted: 2024-08-21 14:43 (UTC)
Last Updated: 2024-09-23 19:09 (UTC)

Latest Comments

andreas_baumann commented on 2024-10-17 07:53 (UTC)

There is also a 0.9.1 and a 1.0.0 version, not sure whether I should upgrade..

andreas_baumann commented on 2024-09-23 19:19 (UTC)

Using glib2-devel provides the glib-genmarshal and glib-mkenums, we should really use those.

andreas_baumann commented on 2024-09-06 15:13 (UTC) (edited on 2024-09-06 15:13 (UTC) by andreas_baumann)

I just build it with extra-i486-build, extra-i686-build, extra-pentium4-build, extra-x86_64-build (from devtools/devtools32). Cannot reproduce those problems on all platforms but i486 (where I know arch32 has a bootstrapping issue around GIR in glib2 currently, and the errors are actually quite different).

kemelzaidan commented on 2024-09-06 14:59 (UTC)

I had the following error:

ModuleNotFoundError: No module named 'distutils.msvccompiler'
make[3]: *** [/usr/share/gobject-introspection-1.0/Makefile.introspection:156: Rest-0.7.gir] Error 1
make[3]: Leaving directory '/home/kemel/.cache/yay/rest/src/librest/rest'
make[2]: *** [Makefile:738: all] Error 2
make[2]: Leaving directory '/home/kemel/.cache/yay/rest/src/librest/rest'
make[1]: *** [Makefile:503: all-recursive] Error 1
make[1]: Leaving directory '/home/kemel/.cache/yay/rest/src/librest'
make: *** [Makefile:410: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Probably missing a library, but setuptools is already installed and upgraded.