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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 51 Next › Last »

f2404 commented on 2016-03-21 10:26 (UTC)

@uberGeek, done.

bigoten commented on 2016-03-20 21:21 (UTC)

@f2404, @josephgbr: Thank you both. Your suggestions worked out. I did have two curl versions installed, no idea why. All I needed to do was to remove two curl-related files in /usr/local/bin (curl, curl-config). Then compiling package-query and yaourt was uneventful. Thanks a lot!

rafaelff commented on 2016-03-20 20:24 (UTC) (edited on 2016-03-20 20:27 (UTC) by rafaelff)

@bigoten: You might have more than one version installed e.g. one inside ~/bin. Please run 'which curl' and then run 'pacman -Qo <path>' (where path is the path of the curl executable obtained from 'which'). This last command should tell you which package is providing curl you are using to get 'curl --version', if you installed via Arch Linux's pacman. See my scenario, for example: $ which curl /usr/bin/curl $ LC_ALL=C pacman -Qo /usr/bin/curl # FYI: LC_ALL=C = don't use translation /usr/bin/curl is owned by curl 7.47.1-2

uberGeek commented on 2016-03-20 19:36 (UTC)

When you have time, please add 'aarch64' to arch(). Thank you!

f2404 commented on 2016-03-20 06:28 (UTC) (edited on 2016-03-20 06:29 (UTC) by f2404)

In my case, `curl --version` and `pacman -Qi curl` are showing the same version: 7.47.1. I'm thinking maybe your issue is due to that other curl, versioned 7.28.1. You can find the binary location by running `which curl`. After that, you could try removing that curl, and reinstalling the official version: `pacman -S curl`. You can also check the libcurl (/usr/lib/libcurl.so.4) version by running `strings /usr/lib/libcurl.so.4 | grep 7.` - it should be saying "CLIENT libcurl 7.47.1".

bigoten commented on 2016-03-20 00:50 (UTC)

I have the regular versions installed (not git): - openssl 1.0.2.g-3 - About the curl package I find contradicting info, not sure why: "curl -- version" indicates 7.28.1, but "pacman -S curl" indicates 7.47.1-2 is already installed.

rafaelff commented on 2016-03-19 21:17 (UTC) (edited on 2016-03-19 21:17 (UTC) by rafaelff)

Did you compile curl and openssl packages on your own, or installed an alternative version of them like -git?

bigoten commented on 2016-03-19 19:54 (UTC) (edited on 2016-03-19 19:55 (UTC) by bigoten)

I am having problems compiling package-query 1.8-1 on my system. Following the advice of other users on this page on how to proceed after pacman was upgraded to version 5, I removed package-query and yaourt: > pacman -Rdd package-query yaourt then I updated the system via pacman: > pacman -Syu then I downloaded package-query from this page, unpacked it, and tried to compile it: > makepkg -sri The compilation always ends with the same error: > ... mv -f .deps/package-query.Tpo .deps/package-query.Po /bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1,--sort-common,--as-needed,-z,relro -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm libtool: link: gcc -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm /usr/bin/ld: aur.o: undefined reference to symbol 'curl_free@@CURL_OPENSSL_4' /usr/lib/libcurl.so.4: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:425: recipe for target 'package-query' failed make[2]: *** [package-query] Error 1 make[2]: Leaving directory '/home/bigoten/Downloads/package-query/src/package-query-1.8/src' Makefile:428: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/bigoten/Downloads/package-query/src/package-query-1.8' Makefile:360: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... I have searched everywhere about this error (the "undefined reference to symbol 'curl_free@@CURL_OPENSSL_4'" and the "/usr/lib/libcurl.so.4: error adding symbols: DSO missing from command line" messages), to no avail. Could anyone please let me know what I am missing?

gyscos commented on 2016-03-10 06:04 (UTC)

Could you add 'aarch64' to the available architectures? Thanks!

rafaelff commented on 2016-03-07 06:28 (UTC) (edited on 2016-03-07 06:29 (UTC) by rafaelff)

@jasonrizke: package "pkg-config" is part of the group "base-devel", which is assumed to be installed (https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started).