Package Details: pikaur 1.18.4-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: 271
Popularity: 0.98
First Submitted: 2018-03-24 23:58 (UTC)
Last Updated: 2024-02-04 02:59 (UTC)

Dependencies (11)

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

1 2 3 4 5 6 .. 10 Next › Last »

BryanLiang commented on 2024-02-09 09:38 (UTC) (edited on 2024-03-16 02:10 (UTC) by BryanLiang)

Pikaur ships a systemd timer which uses paccache provided by pacman-contrib package to clean cache files, but why pacman-contrib is not listed as an optional dependency here?

actionless commented on 2023-08-01 23:05 (UTC)

@skunktrader it's not helpful information at all, see pinned comments for details

skunktrader commented on 2023-08-01 22:47 (UTC) (edited on 2023-08-01 22:49 (UTC) by skunktrader)

Attempting to update to pikaur 1.18.2-1 using pikaur fails with the following:


(1/1) Arming ConditionNeedsUpdate...
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 427, in main
    cli_entry_point()
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 322, in cli_entry_point
    execute_pikaur_operation(pikaur_operation=pikaur_operation, require_sudo=require_sudo)
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 259, in execute_pikaur_operation
    pikaur_operation()
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 164, in cli_install_packages
    InstallPackagesCLI()
  File "/usr/lib/python3.11/site-packages/pikaur/install_cli.py", line 177, in __init__
    self.main_sequence()
  File "/usr/lib/python3.11/site-packages/pikaur/install_cli.py", line 225, in main_sequence
    self.install_packages()
  File "/usr/lib/python3.11/site-packages/pikaur/install_cli.py", line 1135, in install_packages
    self.install_aur_packages()
  File "/usr/lib/python3.11/site-packages/pikaur/install_cli.py", line 1098, in install_aur_packages
    aur_packages_to_install = {
                              ^
  File "/usr/lib/python3.11/site-packages/pikaur/install_cli.py", line 1099, in <dictcomp>
    pkg_name: self.package_builds_by_name[pkg_name].built_packages_paths[pkg_name]
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^

KeyError: 'pikaur'

MarsSeed commented on 2023-08-01 01:15 (UTC)

When running pikaur with arguments, everything works fine, e.g. pikaur -Syu or pikaur -S packagename

MarsSeed commented on 2023-08-01 01:07 (UTC)

pikaur 1.18.1-1 installs fine but doesn't work (it's my first time running pikaur):

$ pikaur
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 417, in main
    create_dirs()
  File "/usr/lib/python3.11/site-packages/pikaur/main.py", line 368, in create_dirs
    mkdir(CacheRoot()())
  File "/usr/lib/python3.11/site-packages/pikaur/core.py", line 390, in mkdir
    chown_to_current(path)
  File "/usr/lib/python3.11/site-packages/pikaur/core.py", line 382, in chown_to_current
    raise TypeError

TypeError:

pezz commented on 2023-06-14 00:11 (UTC)

@badcast Not sure why you think this is a pikaur package problem.

Sounds like you need to read "Getting Started":

https://wiki.archlinux.org/title/Arch_User_Repository

badcast commented on 2023-06-13 19:29 (UTC)

pikaur - require pkg 'make' Runned pacman on clear "Manjaro Linux" error: 'make' is not installed.

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'