@MarsSeed: Misunderstanding. I meant I cannot build any other package using
paru --chroot -S package_name
which worked before flawlessly. I cannot provide the exact time the issue popped up: I do not build in chroot very often.
Search Criteria
Package Details: paru 2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/paru.git (read-only, click to copy) |
---|---|
Package Base: | paru |
Description: | Feature packed AUR helper |
Upstream URL: | https://github.com/morganamilo/paru |
Keywords: | AUR helper pacman rust wrapper yay |
Licenses: | GPL-3.0-or-later |
Submitter: | Morganamilo |
Maintainer: | Morganamilo |
Last Packager: | Morganamilo |
Votes: | 1055 |
Popularity: | 24.93 |
First Submitted: | 2020-10-19 00:43 (UTC) |
Last Updated: | 2025-07-08 08:52 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR)
- libalpm.so (pacman)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- bat (bat-cat-gitAUR) (optional) – colored pkgbuild printing
- devtools (devtools-gitAUR, devtools-doasAUR) (optional) – build in chroot and downloading pkgbuilds
Required by (43)
- aconfmgr-git (optional)
- arch-os-manager (optional)
- arch-update (optional)
- arch-update-git (optional)
- archlink (optional)
- ash-git
- autoinstallpackages (optional)
- dec-bin
- dec-git
- dpw (optional)
- fe
- fuzzy-pkg-finder (optional)
- fzpac (optional)
- fzpac-git (optional)
- garuda-rani (optional)
- garuda-rani-git (optional)
- iwant (optional)
- iwant-bin (optional)
- lsparu
- meta-package-manager (optional)
- Show 23 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 25 Next › Last »
df8oe commented on 2022-03-22 15:24 (UTC)
MarsSeed commented on 2022-03-22 15:06 (UTC)
@df8oe, last change was on 2022-02-17.
And it was only a version bump.
Therefore the error you've encountered is unlikely to be coming from paru's PKGBUILD.
df8oe commented on 2022-03-22 13:14 (UTC)
paru stops building in a chroot environment on all of my machines:
==> ERROR: This must be run in a directory containing a PKGBUILD.
Fehler: Ausführung fehlgeschlagen: makechrootpkg -C /tmp/.tmplqx3u4 -M /etc/makepkg.conf /var/lib/aurbuild/x86_64/root base-devel:
Any ideas what can be the cause?
MarsSeed commented on 2022-03-20 10:11 (UTC)
Oh, and base-devel
is not a package, therefore it does not have dependencies.
It is a package group, which is not more than a textual tag given to certain packages.
To install all packages "tagged" with base-devel
, users have to run:
sudo pacman -Syu --needed base-devel
MarsSeed commented on 2022-03-20 10:07 (UTC)
@RobinHood2015 pkgconf
is part of the group base-devel
on Manjaro.
Neither Arch nor Manjaro installs base-devel
group as a whole upon fresh install.
Users have to manually install this group of packages before using foreign PKGBUILDs.
sajattack commented on 2022-03-20 07:04 (UTC)
Tested on riscv64. Would you be willing to add this as a supported arch?
RobinHood2015 commented on 2022-03-08 02:18 (UTC) (edited on 2022-03-08 02:23 (UTC) by RobinHood2015)
Trying to install paru on a fresh Manjaro install returns the output in this pastebin URL. https://pastebin.com/2aUgPvkf
Therefore, I would like to consider adding pkgconf
as a dependency, because for some reason Manjaro doesn't include this package when doing a fresh install of the OS, even though installing base-devel
should automatically pull in pkgconf
as one of ITS dependencies.
Ataraxy commented on 2022-02-21 08:33 (UTC) (edited on 2022-02-21 08:47 (UTC) by Ataraxy)
rustup update stable
was insufficient, I also needed to rustup default stable
.
bgme commented on 2022-02-20 15:20 (UTC)
After update the version of rust, the build problem resolved. Thanks for @MarsSeed @lesto
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting