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

Latest Comments

« First ‹ Previous 1 .. 43 44 45 46 47 48 49 50 51 Next › Last »

thayne commented on 2010-11-15 16:46 (UTC)

package-query, (and therefore yoaurt) were not able to access AUR for me, giving a "unable to resolve hostname" error. After some investigation, I discovered that disabling IPv6 for curl in aur.c fixed the problem. The solution didn't surprise me, since I had to disable ipv6 to get konqueror to access any website, and I had to add the -4 option to wget to get that to work. I suspect the real problem is a little bit deeper, but the following patch is at least a temporary solution: http://aur.pastebin.com/6vFEpA3D

<deleted-account> commented on 2010-11-09 17:35 (UTC)

worked! reinstalled the pacman, who created the file /usr/lib/libalpm.so Thanks

tuxce commented on 2010-11-09 17:01 (UTC)

you should also have: libalpm.so (libc6,x86-64) => /usr/lib/libalpm.so $ pacman -Qo /usr/lib/libalpm.so /usr/lib/libalpm.so is owned by pacman 3.4.1-1

<deleted-account> commented on 2010-11-09 15:39 (UTC)

ldconfig -p | grep alpm libalpm.so.5 (libc6,x86_64) => /usr/lib/libalpm.so.5 ldd /usr/bin/pacman | grep alpm libalpm.so.5 => /usr/lib/libalpm.so.5 (0x00007f2aeb7f20000) ps: You are in a chroot ? => No

tuxce commented on 2010-11-09 15:18 (UTC)

> configure:11275: gcc -o conftest -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lalpm >&5 > /usr/bin/ld: cannot find -lalpm You are in a chroot env or something similar ? what's the output of: ldconfig -p | grep alpm ldd /usr/bin/pacman | grep alpm

<deleted-account> commented on 2010-11-09 14:05 (UTC)

posted http://aur.pastebin.com/wnu0qX6X

tuxce commented on 2010-11-06 12:09 (UTC)

Could you pastebin the config.log please ?

<deleted-account> commented on 2010-11-05 16:11 (UTC)

Error: configure error: pacman is needed to compile package-query I have pacman 3.4.1 installed.

<deleted-account> commented on 2010-10-31 21:07 (UTC)

No, check this https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Prerequisites Read the warning highlighted in pink.

<deleted-account> commented on 2010-10-31 20:52 (UTC)

I too had the problem "Can't exec "aclocal"..." that was solved by installing base-devel. If 'base-devel' (just just automake?) is a required dependency, should it not be listed in the PKGBUILD's depends()?