Package Details: patool 4.0.4-1

Git Clone URL: https://aur.archlinux.org/patool.git (read-only, click to copy)
Package Base: patool
Description: portable command line archive file manager
Upstream URL: https://wummel.github.io/patool/
Keywords: archiv
Licenses: GPL-3-only
Submitter: None
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 64
Popularity: 1.83
First Submitted: 2013-02-25 06:33 (UTC)
Last Updated: 2026-01-19 19:43 (UTC)

Dependencies (11)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

jose1711 commented on 2026-05-06 20:37 (UTC)

For paru the following works:

paru -S --rebuild=all patool python-setuptools-reproducible

keriefie commented on 2026-02-26 12:49 (UTC)

Paru is basically a pacman wrapper. Clearing the cache fixed the issue, thank you. I previously tried only paru -Scc (rather than paru -Sccc) which had not done anything.

TrialnError commented on 2026-02-25 21:20 (UTC)

Hello keriefie.
I'm not familiar with the internals of paru, but as Dominiquini said, there is some caching involved.
paru gets the task to install package xyz and a check with the local package cache (and maybe builddir) results in "This was already build so let us just use this generated package". Which is not a rebuild in the sense that a completly new pacman-package is created.
One way to solve this would be the way Dominiquini describes. But I assume this will delete the whole cache which may be undesireable. An alternative could be to simply search for any python-setuptools-reproducible package and only delete those. Locations to check would be somewhere in ~/.cache/paru/ (and maybe the one from pacman /var/cache/pacman/pkg).

Dominiquini commented on 2026-02-25 20:32 (UTC) (edited on 2026-02-25 20:33 (UTC) by Dominiquini)

@keriefie: Maybe it's a cache issue. Try

paru -Sccc
paru -S python-setuptools-reproducible

keriefie commented on 2026-02-25 11:55 (UTC)

Apologies. You keep saying rebuild, but I don't know what you mean. I have tried doing paru -R python-setuptools-reproducible followed by paru -S python-setuptools-reproducible, but this has not solved the issue. sudo pacman -Qo /usr/lib/python3.13/ still outputs for python-setuptools-reproducible.

TrialnError commented on 2026-02-07 17:30 (UTC)

Hello carlosnewmusic. Please rebuild python-setuptools-reproducible. Your locally available package is for python 3.13 and therefore cannot be found with python 3.14.
Also please take note of previous comments.

carlosnewmusic commented on 2026-02-07 11:37 (UTC)

build error https://pastes.io/patool-bui

Leaves commented on 2026-01-27 15:56 (UTC)

I had the same error "'setuptools_reproducible' is not available."

Rebuilding and reinstalling aur/python-setuptools-reproducible fixed the problem for me, as mentioned by rootinthemood.

FHSauce commented on 2026-01-19 20:10 (UTC)

cleanBuild'd python-setuptools-reproducible and patools, resolved exit status 4

TrialnError commented on 2026-01-13 19:49 (UTC)

Just reinstalled the package or rebuild it, vidar? The latter is important. And if rebuild did you make sure to clear a possible existing src/ and pkg/ dir?
Various ways of checking in what location a package installs its files:

$ pacman -Ql python-setuptools-reproducible | grep "/usr/lib/pytho"
<check output if there is python3.13 or python3.14, if former rebuild the package>
$ ls -l /usr/lib/python3.13/
<rebuild and reinstall the packages that are still installed into this location>

Alternative if using a custom repo:

# pacman -Fy
$ pacman -F usr/lib/python3.13/