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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 50 Next › Last »

thaewrapt commented on 2021-06-01 09:12 (UTC)

@maderios pacman -Syu and it won't.

Upstream issue is already reported: https://github.com/archlinuxfr/package-query/issues/149

maderios commented on 2021-06-01 09:01 (UTC)

makepkg -sicC
No issue for package-query, it builds fine

MikePooh commented on 2021-06-01 08:02 (UTC)

Same issue. Please fix.

semeion commented on 2021-06-01 04:38 (UTC)

fix please

piussj2 commented on 2021-06-01 03:13 (UTC) (edited on 2021-06-01 03:13 (UTC) by piussj2)

I get this error when tried recompilation:

alpm-query.c: In function ‘init_alpm’: alpm-query.c:74:9: warning: implicit declaration of function ‘alpm_option_set_arch’; did you mean ‘alpm_option_set_dlcb’? [-Wimplicit-function-declaration] 74 | alpm_option_set_arch (handle, config.arch); | ^~~~~~~~~~~~~~~~~~~~ | alpm_option_set_dlcb alpm-query.c: In function ‘parse_config_server’: alpm-query.c:96:28: warning: implicit declaration of function ‘alpm_option_get_arch’; did you mean ‘alpm_option_get_dlcb’? [-Wimplicit-function-declaration] 96 | const char arch = alpm_option_get_arch (config.handle); | ^~~~~~~~~~~~~~~~~~~~ | alpm_option_get_dlcb alpm-query.c:96:28: warning: initialization of ‘const char ’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] alpm-query.c: In function ‘search_pkg’: alpm-query.c:397:29: error: too few arguments to function ‘alpm_db_search’ 397 | alpm_list_t pkgs = alpm_db_search (db, targets); | ^~~~~~~~~~~~~~ In file included from util.h:23, from alpm-query.c:28: /usr/include/alpm.h:1413:5: note: declared here 1413 | int alpm_db_search(alpm_db_t db, const alpm_list_t needles, | ^~~~~~~~~~~~~~ make[2]: ** [Makefile:429: alpm-query.o] Erro 1 make[2]: Saindo do diretório '/home/piu/package-query/src/package-query-1.11/src'

make[1]: *** [Makefile:409: all-recursive] Erro 1 make[1]: Saindo do diretório '/home/piu/package-query/src/package-query-1.11'

make: *** [Makefile:341: all] Erro 2 ==> ERRO: Uma falha ocorreu em build().

erickwill commented on 2021-05-31 19:28 (UTC)

@maderios

The error occurred when I recompile package-query, not yaourt.

erickwill commented on 2021-05-31 19:26 (UTC)

@bidulock Thanks for the heads up, it did trigger this issue only today after an update.

maderios commented on 2021-05-31 19:19 (UTC)

@erickwill Yaourt is obsolete and doesn't exist no more. You may replace it with Trizen.