Package Details: aurman 2.22-1

Git Clone URL: https://aur.archlinux.org/aurman.git (read-only, click to copy)
Package Base: aurman
Description: AUR helper with almost pacman syntax
Upstream URL: https://github.com/polygamma/aurman
Licenses: MIT
Submitter: polygamma
Maintainer: polygamma
Last Packager: polygamma
Votes: 199
Popularity: 0.22
First Submitted: 2018-03-20 21:31 (UTC)
Last Updated: 2023-05-14 20:28 (UTC)

Pinned Comments

Latest Comments

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

mprom commented on 2018-08-07 06:32 (UTC)

For anyone arriving here because they've started receiving the following error:

Traceback (most recent call last):
  File "/usr/bin/aurman", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'aurman==2.17' distribution was not found and is required by the application

This is because Python released a major new update, which you installed, and thus all python packages, including aurman, need to be rebuilt to be able to work again.

To fix this, download the snapshot from the link in the Package Actions above, cd to the unzipped directory and do old-school AUR installation dance of makepkg -Acs followed by sudo pacman -U aurman-2.17.1.1-any.pkg.tar.xz

After that, aurman should work again.

akrai commented on 2018-07-20 17:41 (UTC)

i just want to thank polygamma for this helper

eschwartz commented on 2018-07-09 17:15 (UTC) (edited on 2018-07-09 17:20 (UTC) by eschwartz)

That's got nothing to do with aurman.

dawcek commented on 2018-07-09 16:54 (UTC)

Thanks @Eschwartz. I set this option like you suggested. There is error related to that as normal user I cannot write anything in system directory /var/cache/pacman/pkg/

eschwartz commented on 2018-07-09 15:43 (UTC)

makepkg itself supports PKGDEST, see the makepkg.conf(5) manpage.

dawcek commented on 2018-07-09 15:28 (UTC)

Hello everyone. May you tell me if there possibility automatically move built package to main packages cache(/var/cache/pacman/pkg) ?? Thanks in advance for your response.