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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 51 Next › Last »

kerberizer commented on 2015-02-21 20:53 (UTC)

Re: The packages make and fakeroot should be added as build-dependencies. I'm afraid I have to repeat my comment from the yaourt package recently: do you guys ever read the manuals? A lot of unnecessary noise would be spared. https://wiki.archlinux.org/index.php/PKGBUILD#makedepends Note: The group base-devel is assumed to be already installed when building with makepkg. Members of this group should not be included in makedepends array.

simonp commented on 2015-02-21 20:49 (UTC)

The packages make and fakeroot should be added as build-dependencies.

moormaster commented on 2015-01-17 09:29 (UTC)

The mirror for the file http://mir.archlinux.fr/~tuxce/releases/package-query/package-query-1.5.tar.gz seems to be down In the meantime I installed the aur package package-query-git This seems to work. :)

TsundereC commented on 2015-01-17 09:19 (UTC)

Can anyone access mir.archlinux.fr ? I tried to download this package, but it always says "Connection Timeout"......

zesssez commented on 2015-01-13 19:36 (UTC)

Hi to all, i want to install package-query, but have problems in buid i think: arch: armv7h nexus7 I got package-query working before, i reinstalled system and now it's impossible to compile it. Build information: source code location : . prefix : /usr sysconfdir : /etc conf file : /etc/pacman.conf localstatedir : /var database dir : /var/lib/pacman/ compiler : gcc compiler flags : -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 package-query version : 1.5 using git version : no git ver : Variable information: root working directory : / aur base url : https://aur.archlinux.org make all-recursive make[1]: Entering directory '/home/user/packagequery/src/package-query-1.5' Making all in src make[2]: Entering directory '/home/user/packagequery/src/package-query-1.5/src' gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c In file included from /usr/include/alpm.h:35:0, from alpm-query.h:21, from aur.c:30: /usr/include/archive.h:1:1: error: expected identifier or ‘(’ before ‘.’ token ../../ca-certificates/extracted/cadir/AddTrust_Qualified_Certificates_Root.pem . . . #few error than this one all of them on /usr/include/archive.h . . #anf final error Makefile:426: recipe for target 'aur.o' failed make[2]: *** [aur.o] Error 1 make[2]: Leaving directory '/home/user/packagequery/src/package-query-1.5/src' Makefile:412: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/user/packagequery/src/package-query-1.5' Makefile:343: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... I create a swapfile to avoid mem issues, but no luck: [user@alarm etc]$ free -m total used free shared buff/cache available Mem: 972 392 423 0 156 563 Swap: 1023 0 1023 No change, the makepkg problem persist: i made some changes in makepkg following slipknot with no luck @tuxce Any ideas? Thanks.

applebloom commented on 2015-01-08 05:16 (UTC)

sudo pacman -Rdd package-query sudo pacman -Sy pacman sudo pacman-db-upgrade cd /tmp wget https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz -O - | tar xvz cd package-query makepkg -si

<deleted-account> commented on 2015-01-07 12:00 (UTC)

I didn't need the git version to fix the alpm problem, just rebuild using this PKGBUILD with makepkg has done the trick. Rebuilding is all that's required, probably because the libraries changed name or path.

balwierz commented on 2015-01-07 10:32 (UTC)

I had problems with libalpm too, so I installed manually (download PKBUILD and makepkg -i) the git version: https://aur.archlinux.org/packages/package-query-git/ Now it seems all right. $ ldd /usr/bin/package-query | grep alpm libalpm.so.9 => /usr/lib/libalpm.so.9