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

Latest Comments

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

<deleted-account> commented on 2013-04-09 19:23 (UTC)

@tuxce indeed, it was not the case at the time of my comment. Maybe a caching problem on my side. Sorry for the noise.

rafaelff commented on 2013-04-09 16:15 (UTC)

@v1c3: Make sure '--with-aur-url.....' is still in same line as './configure'. @tuxce: I suggest that you keep the './configure' line less than 80 characteres

<deleted-account> commented on 2013-04-09 16:07 (UTC)

I wasnt able to build the package. I got the following Error: /home/vice/src/package-query/PKGBUILD: line 15: --with-aur-url=https://aur.archlinux.org: No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

rafaelff commented on 2013-04-09 15:09 (UTC)

@shivan: only difference I notice between your PKGBUILD and tuxce is the position of the md5sums, but even its hash is the same...

tuxce commented on 2013-04-09 15:04 (UTC)

@shivan: the PKGBUILD you post has no difference with the one in AUR @Anderson: what's the problem with the sources ?!? @phillme: run "makepkg -L" and paste the package-query-1.2-2-x86_64-build.log (in pastebin, it's better to review a file there)

<deleted-account> commented on 2013-04-09 14:27 (UTC)

Had to change the PKGBUILD, see below. How come the description is up to date, but note the files? # Contributor: tuxce <tuxce.net@gmail.com> pkgname=package-query pkgver=1.2 pkgrel=2 pkgdesc="Query ALPM and AUR" arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h') url="http://gitweb.archlinux.fr/package-query.git/" license=('GPL') depends=('pacman>=4.1' 'pacman<4.2' curl 'yajl>=2.0') source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz) build() { cd "$srcdir/$pkgname-$pkgver" ./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-aur-url=https://aur.archlinux.org make } package () { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: md5sums=('270f1743e8b78a99cb4cc99057aec091')

Anderson commented on 2013-04-09 11:21 (UTC)

Please update sources - the tar.gz build fails, however the GIT version works

<deleted-account> commented on 2013-04-06 18:12 (UTC)

Hi. For me compilation breaks after trying to find config.h . Any help is appreciated. Thanks in Advance # ~/builds/package-query $ makepkg -s ============================= package-query: Build information: source code location : . prefix : /usr sysconfdir : /etc conf file : /etc/pacman.conf localstatedir : /var database dir : /var/lib/pacman/ compiler : gcc compiler flags : -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 package-query version : 1.2 using git version : no git ver : Variable information: root working directory : / aur base url : https://aur.archlinux.org make[1]: Entering directory `/home/caspar/builds/package-query/src/package-query-1.2' cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[1]: Leaving directory `/home/caspar/builds/package-query/src/package-query-1.2' make all-recursive make[1]: Entering directory `/home/caspar/builds/package-query/src/package-query-1.2' Making all in src make[2]: Entering directory `/home/caspar/builds/package-query/src/package-query-1.2/src' gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT package-query.o -MD -MP -MF .deps/package-query.Tpo -c -o package-query.o package-query.c aur.c:19:20: fatal error: config.h: No such file or directory #include "config.h" ^ compilation terminated. make[2]: *** [aur.o] Error 1 make[2]: *** Waiting for unfinished jobs.... package-query.c:20:20: fatal error: config.h: No such file or directory #include <config.h> ^ compilation terminated. make[2]: *** [package-query.o] Error 1 make[2]: Leaving directory `/home/caspar/builds/package-query/src/package-query-1.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/caspar/builds/package-query/src/package-query-1.2' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... =================================

rafaelff commented on 2013-04-06 15:22 (UTC)

@willianhotlz: When posting a log output, run makepkg with "LC_ALL=C" in front to make it english, as not everyone understands Brazilian Portuguese ;) Also, avoid building packages inside a path with blankspace (in your case, "Arch Linux"), as sometimes some PKGBUILD or Makefiles forget to treat it. I suggest moving "Arch Linux" to "ArchLinux" - simple, probably harmless. @tuxce: Can you please quote the target path of installation to avoid issues like this? "/usr/bin/install: target 'Linux/package-query/pkg/package-query/usr/bin/package-query' is not a directory"

<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().