Package Details: pikaur 1.21-1

Git Clone URL: https://aur.archlinux.org/pikaur.git (read-only, click to copy)
Package Base: pikaur
Description: AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
Upstream URL: https://github.com/actionless/pikaur
Keywords: aur aur-helper pacman wrapper
Licenses: GPL3
Conflicts: pikaur-git
Provides: pikaur
Submitter: actionless
Maintainer: actionless
Last Packager: actionless
Votes: 277
Popularity: 2.60
First Submitted: 2018-03-24 23:58 (UTC)
Last Updated: 2024-05-20 12:57 (UTC)

Dependencies (12)

Required by (5)

Sources (1)

Pinned Comments

actionless commented on 2022-11-26 04:55 (UTC)

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

actionless commented on 2018-12-10 10:20 (UTC) (edited on 2020-12-03 17:37 (UTC) by actionless)

please report your issue here with attaching the full output with --pikaur-debug flag: https://github.com/actionless/pikaur/issues

Latest Comments

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

risto3 commented on 2020-07-20 07:13 (UTC)

After trial and error, it appears the culprit was python2-numpy that pulled in the dependency on haskell-xcffib.

Luckily we no longer need numpy under python2 so deinstalling it got things rolling again.

pikaur was not the origin of the problem but rather the myopic PKGBUILD limitation of forcing arch=('x86_64') when the binaries are not multi-architecture permitting arch=('all'). Pity, this is not the case with ports or pkgsrc... Actually, it is a PITA for aarch64!

risto3 commented on 2020-07-13 14:22 (UTC)

From my initial comment: It used to work, but what is this haskell business all of a sudden?

actionless commented on 2020-07-13 12:24 (UTC)

@risto3, so create a bug in their bugtracker, why do you asking it here

risto3 commented on 2020-07-13 12:13 (UTC)

seems this has not been built [successfully] for aarch64 (https://archlinuxarm.org/packages)

$ uname -a
Linux odroid-001e06336dd6 5.7.8-1-ARCH #1 SMP Sun Jul 12 03:38:28 UTC 2020 aarch64 GNU/Linux
$ pikaur -Ss haskell-xcffib
Recherche… [###]

actionless commented on 2020-07-07 13:14 (UTC)

@risto3 your repo is broken:

$ pikaur -Ss haskell-xcffib
Searching... [###]
community/haskell-xcffib 0.9.0-37
    A cffi-based python binding for X

risto3 commented on 2020-07-07 12:47 (UTC) (edited on 2020-07-07 12:47 (UTC) by risto3)

I have the following now trying to run pikaur on an odroid-c2 (aarch64):

$ LANG=C pikaur -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 alarm is up to date
 aur is up to date

:: Starting full AUR upgrade...
Reading repository package databases...
Reading local package database...
Reading AUR packages info...
Resolving AUR dependencies...
:: error: Can't resolve dependencies for AUR package 'python2-xcffib':
:: error: Dependencies missing for python2-xcffib
:: warning: Following package cannot be found in AUR:
    haskell-xcffib    

It used to work, but what is this haskell business all of a sudden?

actionless commented on 2020-06-24 14:24 (UTC) (edited on 2020-12-02 21:32 (UTC) by actionless)

@JamJam https://github.com/actionless/dotfiles/blob/master/misc/bin/pacman-auto-remove

JamJam commented on 2020-03-18 19:21 (UTC)

Is there a way to use pikaur to clean unused dependencies from your computer?

RubenKelevra commented on 2020-02-24 20:27 (UTC)

Looks broken to me, gives a permission error on start

PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.8/site-packages/pikaur/news.py'

I've reported it here:

https://github.com/actionless/pikaur/issues/456

malberto commented on 2019-11-18 13:57 (UTC)

@E3LDDfrK There was a major python update (3.7.x - 3.8), all aur packages that depend on python 3 have to be rebuilt.