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: | 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) |
Dependencies (2)
- pacman (pacman-gitAUR, pacman-stable-fancy-progressAUR)
- 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 .. 51 Next › Last »
erickwill commented on 2019-10-23 17:52 (UTC)
@f2404 Thanks bro. It did the trick. However, I wonder if the --force was dropped, since now it does not works.. error: invalid option '--force'
f2404 commented on 2019-10-23 17:13 (UTC)
Version 1.10 should fix the pacman 5.2.0 compatibility problem (it also adds a few new features).
erickwill commented on 2019-10-23 16:37 (UTC)
@setone Curiously, when I update pacman to 5.2.0-2 I get the error:
package-query: error while loading shared libraries: libalpm.so.11: cannot open shared object file: No such file or directory
setone commented on 2019-10-23 15:17 (UTC) (edited on 2019-10-23 15:23 (UTC) by setone)
@erickwill Check your versions of /usr/include/alpm.h and /usr/lib/libalpm.so. It sounds like you haven't updated pacman to version 5.2.0-2.
erickwill commented on 2019-10-23 11:59 (UTC)
@Funkin-Stoopid Got this:
/usr/bin/ld: alpm-query.o: in function
filter': alpm-query.c:(.text+0x837): undefined reference to
alpm_sync_get_new_version' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:405: package-query] Error 1Funkin-Stoopid commented on 2019-10-23 10:25 (UTC) (edited on 2019-10-23 10:29 (UTC) by Funkin-Stoopid)
Add this line in first into build function of the PKGBUILD: sed -i 's/alpm_sync_newversion/alpm_sync_get_new_version/g' "$srcdir/$pkgname-$pkgver"/src/alpm-query.c
peterangelov commented on 2019-10-23 08:38 (UTC)
in file package-query-1.9/src/alpm-query.c
change line 256 to: if ((_filter & F_UPGRADES) && !alpm_sync_get_new_version (pkg, alpm_get_syncdbs(config.handle)))
erickwill commented on 2019-10-22 15:31 (UTC)
@f2404 Thanks bro!
f2404 commented on 2019-10-22 13:51 (UTC)
@erickwill Please see https://github.com/archlinuxfr/package-query/pull/141 I will try to address this later today when I get home.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 51 Next › Last »