Package Details: package-query 1.12-1

Git Clone URL: https://aur.archlinux.org/package-query.git (read-only, click to copy)
Package Base: package-query
Description: Query ALPM and AUR
Upstream URL: https://github.com/archlinuxfr/package-query/
Licenses: GPL
Submitter: tuxce
Maintainer: archlinuxfr (Skunnyk, f2404)
Last Packager: Skunnyk
Votes: 1144
Popularity: 0.014778
First Submitted: 2010-03-24 23:18 (UTC)
Last Updated: 2021-06-02 15:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 51 Next › Last »

tumbler commented on 2014-12-08 13:59 (UTC)

I have just solved compiling with clang instead of makepkg

SpotlightKid commented on 2014-12-08 13:54 (UTC)

wget https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz tar -xzf package-query.tar.gz cd package-query makepkg If that doesn't work for you, make sure you have all the prerequisites as detailed here: https://wiki.archlinux.org/index.php/AUR#Installing_packages. If you still get an error, post your commands and the relevant output including the exact error meessage to the aur mailing list to get help.

tumbler commented on 2014-12-08 09:01 (UTC)

@Spotlightkid I've tried using "yaourt-Syua" and answers error ... even downloading the "tarball" and compiling it with "makepkg" responds error. What should I do?

SpotlightKid commented on 2014-12-07 17:54 (UTC)

@tumbler: how are you compiling/making the package? The preprocessor defines in your compilation commands seem all wrong. 'yaourt package-query' or 'makepkg' with the downloaded PKGBUILD works just fine for me.

tumbler commented on 2014-12-07 16:49 (UTC)

make all-recursive make[1]: Entering directory '/home/tumbler/Downloads/package-query-1.4' Making all in src make[2]: Entering directory '/home/tumbler/Downloads/package-query-1.4/src' gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DCONFFILE=\"/usr/local/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/usr/local/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -g -O2 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c aur.c: In function 'json_integer': aur.c:340:2: internal compiler error: in c_parser_declspecs, at c/c-parser.c:2170 else if (strcmp (pkg_json->current_key, AUR_LAST)==0) ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://bugs.archlinux.org/> for instructions. Makefile:426: recipe for target 'aur.o' failed make[2]: *** [aur.o] Error 1 make[2]: Leaving directory '/home/tumbler/Downloads/package-query-1.4/src' Makefile:412: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/tumbler/Downloads/package-query-1.4' Makefile:343: recipe for target 'all' failed make: *** [all] Error 2

Almin commented on 2014-12-05 18:03 (UTC)

Yeah, thanks! Works now!

Almin commented on 2014-12-05 14:47 (UTC)

Didn't detect that it's possible to compile on armv7h, I had to delete the comma (',') in arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h', 'arm') between 'armv7h' and 'arm'.

Jamalaka commented on 2014-12-05 13:42 (UTC)

"arm" compiles fine on my "Zyxel NSA" NAS.

rustam commented on 2014-12-01 14:16 (UTC)

I second the request to add "arm"(for ARMv5 machines) to the list of architectures. Just tested it on a Marvel Kirkwood machine, works just fine.