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: 1146
Popularity: 0.52
First Submitted: 2010-03-24 23:18 (UTC)
Last Updated: 2021-06-02 15:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 45 46 47 48 49 50

tuxce commented on 2010-06-07 20:17 (UTC)

make and gcc are part of base-devel group. This group is assumed already installed when building from AUR.

<deleted-account> commented on 2010-06-07 19:52 (UTC)

please add make and gcc as makedepends :)

tuxce commented on 2010-06-02 11:00 (UTC)

The error message is not clear enough ?

<deleted-account> commented on 2010-06-02 10:34 (UTC)

curl error: Couldn't connect to server

tuxce commented on 2010-04-05 13:30 (UTC)

@Mahara, I don't understand, something wrong ? It's just a warning (an int instead of size_t in a function return)

<deleted-account> commented on 2010-04-04 21:02 (UTC)

==> Starting build()... gcc -Wall -march=x86-64 -mtune=generic -O2 -pipe -c -o aur.o aur.c aur.c: In function ‘aur_request’: aur.c:373: warning: call to ‘_curl_easy_setopt_err_write_callback’ declared with attribute warning: curl_easy_setopt expects a curl_write_callback argument for this option gcc -Wall -march=x86-64 -mtune=generic -O2 -pipe -c -o alpm-query.o alpm-query.c gcc -Wall -march=x86-64 -mtune=generic -O2 -pipe -c -o util.o util.c gcc -Wall -march=x86-64 -mtune=generic -O2 -pipe -c -o package-query.o package-query.c gcc -Wall *.o -o package-query -lalpm -lyajl -lcurl install -m 755 package-query /home/alex/Downloads/package-query/pkg/usr/bin/package-query

tuxce commented on 2010-03-27 16:54 (UTC)

It's an error of gcc, not package-query, you updated gmp and not gcc. -> pacman -Syu

bsdson commented on 2010-03-27 13:41 (UTC)

==> Starting build()... gcc -Wall -march=i686 -mtune=generic -O2 -pipe -c -o aur.o aur.c /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/cc1: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory make: *** [aur.o] Error 1 ==> ERROR: Build Failed. Aborting... Error: Makepkg was unable to build package-query package.