Package Details: pikaur 1.20-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: 4.42
First Submitted: 2018-03-24 23:58 (UTC)
Last Updated: 2024-04-27 18:17 (UTC)

Dependencies (12)

Required by (6)

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 .. 10 Next › Last »

badcast commented on 2022-12-23 04:18 (UTC)

BUG!!! Env EDITOR=<set not exist editor>, Any name Edit PKGBUILD <pikaur>? [y/N] y File "/usr/lib/python3.10/site-packages/pikaur/main.py", line 369, in main cli_entry_point() File "/usr/lib/python3.10/site-packages/pikaur/main.py", line 272, in cli_entry_point run_with_sudo_loop(pikaur_operation) File "/usr/lib/python3.10/site-packages/pikaur/core.py", line 404, in run_with_sudo_loop raise catched_exc File "/usr/lib/python3.10/site-packages/pikaur/core.py", line 398, in run_with_sudo_loop result = main_thread.get() File "/usr/lib/python3.10/multiprocessing/pool.py", line 774, in get raise self._value File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker result = (True, func(args, *kwds)) File "/usr/lib/python3.10/site-packages/pikaur/main.py", line 136, in cli_install_packages InstallPackagesCLI() File "/usr/lib/python3.10/site-packages/pikaur/install_cli.py", line 185, in init self.main_sequence() File "/usr/lib/python3.10/site-packages/pikaur/install_cli.py", line 202, in main_sequence self.review_build_files() File "/usr/lib/python3.10/site-packages/pikaur/install_cli.py", line 835, in review_build_files if self.ask_to_edit_file( File "/usr/lib/python3.10/site-packages/pikaur/install_cli.py", line 707, in ask_to_edit_file return edit_file(full_filename) File "/usr/lib/python3.10/site-packages/pikaur/install_cli.py", line 93, in edit_file interactive_spawn( File "/usr/lib/python3.10/site-packages/pikaur/core.py", line 222, in interactive_spawn process = InteractiveSpawn( File "/usr/lib/python3.10/subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.10/subprocess.py", line 1847, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename)

FileNotFoundError: [Errno 2] No such file or directory: 'nan'

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

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

DONT REPORT ANY ISSUES HERE

antonbutanaev commented on 2022-11-26 03:31 (UTC)

Seems miss that:

makedepends=( 'python-setuptools'

abigailjordan commented on 2022-09-13 07:49 (UTC)

Gettext, a build dependency, is missing.

make: *** [Makefile:26: locale/pikaur.pot] Fehler 127 ==> ERROR: A failure occurred in build xargs: xgettext: Datei or Verzeichnis not gefunden (). Aborting... https://bit.ly/3BCbByv

TheSaint commented on 2022-02-05 11:43 (UTC)

Pikaur v1.10.1 The https://www.archlinux.org/feeds/news/ doesn't respond for almost 20 minutes. I thing that pikaur should need a timeout to give up in less than 3 minutes. In practice the problem is not pikaur itself, even trying with wget the connection is established but no data.

zynex commented on 2021-12-28 19:14 (UTC) (edited on 2021-12-28 19:17 (UTC) by zynex)

Just a hint, might add which as a dependency for the build. If not installed the build will fail (used in the makefile; PIKAMAN := $(shell which python) ./maintenance_scripts/pikaman.py).

https://github.com/actionless/pikaur/commit/92e1a38b084de3999d6ae4945aef8183035e403b#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52

andre.laszlo commented on 2021-10-01 16:34 (UTC) (edited on 2021-10-01 16:34 (UTC) by andre.laszlo)

I solved the following issue by replacing pacman-git with the official pacman package. Obvious in retrospect but took me a while to figure out:

Traceback (most recent call last):
  File "/usr/bin/pikaur", line 6, in <module>
    from pikaur.main import main
  File "/usr/lib/python3.9/site-packages/pikaur/main.py", line 17, in <module>
    import pyalpm
ImportError: libalpm.so.13: cannot open shared object file: No such file or directory

roy commented on 2021-09-05 16:12 (UTC)

Feature request: Please add the ability to fetch GPG keys as needed; with user confirmation of course.