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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 51 Next › Last »

kaatisu84 commented on 2013-11-17 11:12 (UTC)

That worked perfectly, thank you so much! Renamed the dir to AUR and all is great. Cheers!

Scimmia commented on 2013-11-17 07:10 (UTC)

Build in a dir without a space.

kaatisu84 commented on 2013-11-17 06:55 (UTC)

Getting this error and I have been searching for hours for an answer - any suggestions? Making install in src make[1]: Entering directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/src' make[2]: Entering directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/src' /usr/bin/mkdir -p '/home/kaatisu84/AUR Packages/package-query/pkg/package-query/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c package-query '/home/kaatisu84/AUR Packages/package-query/pkg/package-query/usr/bin' libtool: install: /usr/bin/install -c package-query /home/kaatisu84/AUR Packages/package-query/pkg/package-query/usr/bin/package-query /usr/bin/install: target 'Packages/package-query/pkg/package-query/usr/bin/package-query' is not a directory Makefile:332: recipe for target 'install-binPROGRAMS' failed make[2]: *** [install-binPROGRAMS] Error 1 make[2]: Leaving directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/src' Makefile:518: recipe for target 'install-am' failed make[1]: *** [install-am] Error 2 make[1]: Leaving directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/src' Making install in doc make[1]: Entering directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/doc' make[2]: Entering directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/kaatisu84/AUR Packages/package-query/pkg/package-query/usr/share/man/man8' /usr/bin/install -c -m 644 package-query.8 '/home/kaatisu84/AUR Packages/package-query/pkg/package-query/usr/share/man/man8' make[2]: Leaving directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/doc' make[1]: Leaving directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2/doc' make[1]: Entering directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2' make[2]: Entering directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2' make[1]: Leaving directory '/home/kaatisu84/AUR Packages/package-query/src/package-query-1.2' Makefile:384: recipe for target 'install-recursive' failed make: *** [install-recursive] Error 1 ==> ERROR: A failure occurred in package(). Aborting...

Omid commented on 2013-10-10 21:39 (UTC)

Due to our government filtering or something else, I get the error "curl: (35) Unknown SSL protocol error in connection to aur.archlinux.org:443" when I use "curl -O some-link". But "curl -1O some-link" works fine. Were can I alter the source of package-query so that it uses this form of the curl command?

HateJacket commented on 2013-09-01 13:49 (UTC)

Maybe you're trying to build the package on an ntfs partition/disk? afaik, if you've got it setup as-per the wiki, you wont be able to execute any scripts there, better to move it to a local partition/disk :)

enkahel commented on 2013-06-15 09:35 (UTC)

Getting this error on build, and I cannot figure why : ==> Making package: package-query 1.2-2 (Sat Jun 15 11:33:13 CEST 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found package-query-1.2.tar.gz ==> Validating source files with md5sums... package-query-1.2.tar.gz ... Passed ==> Extracting sources... -> Extracting package-query-1.2.tar.gz with bsdtar ==> Removing existing pkg/ directory... ==> Starting build()... ~/builds/package-query/PKGBUILD: line 15: ./configure: Permission denied ==> ERROR: A failure occurred in build(). Aborting... Any ideas ?

<deleted-account> commented on 2013-06-06 17:46 (UTC)

Ist still does not work for me. Output of "makepkg -L" can be found under http://pastebin.com/mbmRecjD

<deleted-account> commented on 2013-04-10 09:16 (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')