Just rebuild the package then it should work again.
Search Criteria
Package Details: paru 2.0.4-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: | 982 |
Popularity: | 19.64 |
First Submitted: | 2020-10-19 00:43 (UTC) |
Last Updated: | 2024-09-20 18:50 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR)
- libalpm.so (pacman)
- pacman (pacman-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- bat (bat-cat-gitAUR) (optional) – colored pkgbuild printing
- devtools (devtools32-gitAUR, devtools-gitAUR, devtools-doasAUR) (optional) – build in chroot and downloading pkgbuilds
Required by (31)
- aconfmgr-git (optional)
- arch-os-manager (optional)
- arch-update (optional)
- arch-update-git (optional)
- dec-bin
- dec-git
- fe
- fuzzy-pkg-finder (optional)
- fzpac (optional)
- fzpac-git (optional)
- iwant (optional)
- iwant-bin (optional)
- lsparu
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- octopi (optional)
- packageprovides (optional)
- pacrs (optional)
- pacup-arch-git (optional)
- pacupdate-git
- Show 11 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 24 Next › Last »
<deleted-account> commented on 2022-11-05 09:11 (UTC)
okunium commented on 2022-11-05 07:40 (UTC) (edited on 2022-11-05 08:01 (UTC) by okunium)
Hi! I just updated my system and this error appears when i try to run paru -Syu "paru: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory". Have any idea why this is happening?
Edit: I think this is happening because of the updated openssl
CaptainBern commented on 2022-10-18 10:05 (UTC)
For anyone getting errors related to "backtrace" in src/lib.rs: navigate to wherever the source was cloned and run: echo stable-2022-08-11 > rust-toolchain
, if you run makepkg again it should build correctly now.
whynothugo commented on 2022-10-15 12:29 (UTC)
pkgconf
is part of base-devel
, which is assumed to be installed when trying to build packages.
russellg commented on 2022-10-15 00:02 (UTC)
The alpm-sys dependency requires pkg-config to be installed, which is not a make dependency here. I run into the error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Could not run `"pkg-config" "--libs" "--cflags" "libalpm" "libalpm >= 13.0.0"`
The pkg-config command could not be found.
Installing pkg-config fixes the issue.
SpidFightFR commented on 2022-08-10 13:50 (UTC)
i get an error while rusts compile paru, something related to "backtrace" in src/lib.rs. (it happens with paru-git too)
whynothugo commented on 2022-06-29 14:59 (UTC)
@jmvazquezes Are you using rustup
? Try rustup update
.
jmvazquezes commented on 2022-06-29 14:42 (UTC)
I got this error:
error: failed to parse manifest at /tmp/paru-6965007266957474182/paru/src/paru-1.11.0/Cargo.toml
Caused by:
feature edition2021
is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
cargo-features = ["edition2021"]
to enable this feature
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