Search Criteria
Package Details: package-query 1.12-1
Package Actions
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: | matthewq337 (Skunnyk, f2404) |
Last Packager: | Skunnyk |
Votes: | 1143 |
Popularity: | 0.008705 |
First Submitted: | 2010-03-24 23:18 (UTC) |
Last Updated: | 2021-06-02 15:03 (UTC) |
Dependencies (2)
- pacman (pacman-gitAUR)
- yajl (yajl-gitAUR)
Required by (8)
- ancient-packages
- aurtool-git (optional)
- aurtool-zsh-git (optional)
- curam-git
- pamod-git
- popular-packages
- thepackage
- yeet
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 51 Next › Last »
erickwill commented on 2019-10-22 13:47 (UTC)
Anyone facing problems while building package-query now days? I got this while trying:
/usr/bin/ld: alpm-query.o: in function `filter':
alpm-query.c:(.text+0x837): undefined reference to `alpm_sync_newversion'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:405: package-query] Error 1
Also, when trying to use yaourt I got something related to 'alpm'..
package-query: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory
lafleur commented on 2018-06-27 14:32 (UTC) (edited on 2018-06-27 14:32 (UTC) by lafleur)
I followed damonh's solution, followed by a "make uninstall" into pkg-config-0.29.2 . Worked fine. Hope it resurected the kitten.
test0 commented on 2018-06-15 08:04 (UTC)
damonh, this package is already in repos: https://www.archlinux.org/packages/core/x86_64/pkgconf/. Additionally, every time you issue a 'make install', God kills a kitten, you know.
f2404 commented on 2018-06-10 23:45 (UTC)
package-query is not using python.
themoosemachine commented on 2018-06-10 23:44 (UTC)
I had installed Anaconda and its version of Python was interfering with this. So I had to disable it as follows: $ vim ~/.bashrc Comment out the following:
export PATH="/home/moose/anaconda3/bin:$PATH"
Then, reboot.
damonh commented on 2018-06-09 05:22 (UTC) (edited on 2018-06-09 05:22 (UTC) by damonh)
I solve the issue like this:
$ sudo pacman -Rn yaourt package-query
$ sudo pacman -S fakeroot
$ curl https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz -o pkgconfig.tgz
$ tar -zxf pkgconfig.tgz
$ cd pkg-config-0.29.2
$ ./configure --with-internal-glib && make install
$ git clone https://aur.archlinux.org/package-query.git
$ cd package-query
$ makepkg -si
$ sudo pacman -S yaourt
...and solved! ;-)
damonh commented on 2018-06-09 04:47 (UTC)
I get the same error 'package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory' when I run: yaourt -Syua I tried to follow your advice cloning de git repo and also downloading the tar.gz but I get the following error: configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.
Alternatively, you may set the environment variables alpm_CFLAGS and alpm_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>. See `config.log' for more details
What can I do to fix it? Thank you in advance.
aleksandar2810 commented on 2018-06-08 15:24 (UTC)
@f2404 Yes, it is the same as when I look at View PKGBUILD..
f2404 commented on 2018-06-08 13:36 (UTC)
@aleksandar2810 That's very weird, works fine here. Can you confirm that PKGBUILD that you've downloaded looks similar to the one that is shown here, in the web interface?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 51 Next › Last »