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: matthewq337 (Skunnyk, f2404)
Last Packager: Skunnyk
Votes: 1143
Popularity: 0.63
First Submitted: 2010-03-24 23:18 (UTC)
Last Updated: 2021-06-02 15:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 51 Next › Last »

<deleted-account> commented on 2013-04-06 15:03 (UTC)

Error: Making install in src make[1]: Entrando no diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/src' make[2]: Entrando no diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/src' make[2]: Nada a ser feito para `install-data-am'. /usr/bin/mkdir -p '/home/willian/Documentos/Arch Linux/package-query/pkg/package-query/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c package-query '/home/willian/Documentos/Arch Linux/package-query/pkg/package-query/usr/bin' libtool: install: /usr/bin/install -c package-query /home/willian/Documentos/Arch Linux/package-query/pkg/package-query/usr/bin/package-query /usr/bin/install: target 'Linux/package-query/pkg/package-query/usr/bin/package-query' is not a directory make[2]: ** [install-binPROGRAMS] Erro 1 make[2]: Saindo do diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/src' make[1]: ** [install-am] Erro 2 make[1]: Saindo do diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/src' Making install in doc make[1]: Entrando no diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/doc' make[2]: Entrando no diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/doc' make[2]: Nada a ser feito para `install-exec-am'. /usr/bin/mkdir -p '/home/willian/Documentos/Arch Linux/package-query/pkg/package-query/usr/share/man/man8' /usr/bin/install -c -m 644 package-query.8 '/home/willian/Documentos/Arch Linux/package-query/pkg/package-query/usr/share/man/man8' make[2]: Saindo do diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/doc' make[1]: Saindo do diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2/doc' make[1]: Entrando no diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2' make[2]: Entrando no diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2' make[2]: Nada a ser feito para `install-exec-am'. make[2]: Nada a ser feito para `install-data-am'. make[2]: Saindo do diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2' make[1]: Saindo do diretório `/home/willian/Documentos/Arch Linux/package-query/src/package-query-1.2' make: ** [install-recursive] Erro 1 ==> ERRO: Uma falha ocorreu em package().

eazar001 commented on 2013-04-05 23:00 (UTC)

@josephgbr, never mind actually package-query works perfectly here, the error i was mentioning pertains only to pacman -S yaourt. Sorry about that.

rafaelff commented on 2013-04-05 22:31 (UTC)

sudo rm /var/cache/pacman/pkg/package-query-1.2-2-i686.pkg.tar.xz and install it again.

eazar001 commented on 2013-04-05 22:31 (UTC)

Following these instructions works, but on pacman -Syu I get: :: File /var/cache/pacman/pkg/package-query-1.2-2-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).

tombenko commented on 2013-04-05 20:19 (UTC)

TNX!

joat commented on 2013-04-05 14:16 (UTC)

The following got yaourt working for me without having to reinstall yajl and yaourt: 1) pacman -Rdd package-query 2) pacman -Syu (this should install pacman 4.1) 3) Take care of /etc/pacman.conf.pacnew (and /etc/makepkg.conf.pacnew for those that have a custom makepkg.conf) 4) pacman -Su 5) Use makepkg to build and install package-query

tuxce commented on 2013-04-05 13:54 (UTC)

To compile package-query 1.2, you need to have pacman 4.1, you cannot use package-query (from yaourt) to upgrade itself. One way to upgrade : yaourt -G package-query pacman -Rdd package-query pacman -Su cd package-query makepkg -i