Search Criteria
Package Details: patool 4.0.4-1
Package Actions
| 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)
- python
- python-argcomplete (make)
- python-build (make)
- python-installer (make)
- python-setuptools-reproducibleAUR (make)
- python-wheel (make)
- lz4 (lz4-gitAUR) (optional) – extracting LZ4 archives
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip-zstd-binAUR, 7zip-zstdAUR, 7zip) (optional) – extracting ZIP and 7z files
- unarchiver (optional) – extracting various formats
- unrar (rarAUR) (optional) – extracting RAR files
- zstd (zstd-gitAUR, zstd-staticAUR) (optional) – extracting ZSTANDARD files
Latest Comments
1 2 3 4 5 Next › Last »
jose1711 commented on 2026-05-06 20:37 (UTC)
For
paruthe following works: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 thanparu -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.parugets the task to install packagexyzand 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-reproduciblepackage 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
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-reproduciblefollowed byparu -S python-setuptools-reproducible, but this has not solved the issue.sudo pacman -Qo /usr/lib/python3.13/still outputs forpython-setuptools-reproducible.TrialnError commented on 2026-02-07 17:30 (UTC)
Hello carlosnewmusic. Please rebuild
python-setuptools-reproducible. Your locally available package is forpython 3.13and therefore cannot be found withpython 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/andpkg/dir?Various ways of checking in what location a package installs its files:
Alternative if using a custom repo:
1 2 3 4 5 Next › Last »