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

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 50 Next › Last »

cogwerkz commented on 2018-05-29 08:52 (UTC)

@itsme have you updated it today before you posted this report?

Because that error which is related to libalpm changes in pacman 5.1.0 has already been fixed. It's even listed in the changelog here and in the comments. Right below yours.

itsme commented on 2018-05-29 08:29 (UTC)

package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory ==> ERROR: unable to update package-query: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory No database errors have been found!

f2404 commented on 2018-05-29 00:08 (UTC)

@emvigo: Done, thanks!

<deleted-account> commented on 2018-05-28 23:06 (UTC)

The last pacman 5.1.0 upgrade has changed libalpm's soname and has broken package-query. Recompiling solves the issue, but a pkgrel bump to force recompilation would be nice.

f2404 commented on 2018-02-26 19:38 (UTC)

@Fincer: 'pkg-config is part of the 'base-devel' group which is a prerequisite and shouldn't be an explicit dependency: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

Fincer commented on 2018-02-26 17:52 (UTC)

Please add 'pkg-config' into makedepends.

02m commented on 2018-02-17 12:53 (UTC)

I go the following error on WSL:

/bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -g -O2 -lcurl -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm libtool: error: cannot find the library '/usr/lib/libarchive.la' or unhandled argument '/usr/lib/libarchive.la'

I tried to install libarchive, but that did not help.

rafaelff commented on 2018-01-24 13:32 (UTC)

I'm able to reproduce it. It happens in package() function when executing install commands from Makefile. The PKGBUILD correctly quotes the spaces, so I assume the problem is in the source code tarball.

p.s.: It is a bad idea to have space in the AUR build path, as many PKGBUILDs don't quote $srcdir and "$pkgdir.

f2404 commented on 2018-01-24 13:22 (UTC)

@the_jarles Yeah, but is this a package-query or makepkg problem? Have you been able to install any other package from /home/johannes/Linux Program/ directory?

the_jarles commented on 2018-01-24 12:09 (UTC)

Had a problem where makepkg would fail because I had a directory with a space in its name. The script tried to run:

libtool: install: /usr/bin/install -c package-query /home/johannes/Linux Program/package-query/pkg/package-query/usr/bin/package-query

after which it would complain that 'Program/package-query/pkg/package-query/usr/bin/package-query' is not a directory, which is true.

As a workaround I simply renamed "Linux\ Program" to "Program" and makepkg would run without errors.