Package Details: paru 2.0.4-1

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)

Sources (1)

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

Latest Comments

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

SteavenGamerYT commented on 2024-09-14 12:26 (UTC)

its broken now paru: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory

Antiz commented on 2024-07-31 09:59 (UTC) (edited on 2024-07-31 10:02 (UTC) by Antiz)

@crwn You are wrong. The wiki is clear on that front [1][2].
base-devel is assumed to be installed when using the AUR (and building packages with makepkg generally speaking), dependencies of this package should not be included in makedepends array.

[1] https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
[2] https://wiki.archlinux.org/title/PKGBUILD#makedepends

<deleted-account> commented on 2024-07-31 09:55 (UTC)

@starquake

not everyone needs the entirety of base-devel, pkgconf is still not marked as a dependency, which it should be. this shouldn't even be an argument.

starquake commented on 2024-07-31 09:48 (UTC)

@cwn: pkgconf is installed with base-devel. Which you should have installed before using the AUR. Using an AUR helper is okay but you should be familiar with building it yourself.

More info: https://wiki.archlinux.org/title/Arch_User_Repository

<deleted-account> commented on 2024-07-31 09:33 (UTC)

Missing pkgconf (make) dependency

xiota commented on 2024-04-02 07:50 (UTC) (edited on 2024-04-02 07:52 (UTC) by xiota)

@kelvan Install base-devel.

kelvan commented on 2024-04-02 07:22 (UTC)

had to install debugedit manually to get it built, should this be a build dep?

petronny commented on 2024-03-30 09:49 (UTC) (edited on 2024-03-30 09:51 (UTC) by petronny)

Updated: See https://aur.archlinux.org/packages/paru#comment-961914

Getting the following error when building on aarch64:

error[E0308]: mismatched types
   --> /build/.cargo/git/checkouts/alpm.rs-a0070a235cf20bfa/306342e/alpm/src/cb.rs:244:60
    |
244 | ...s_ptr(), Some(cb), &*ctx as *const _ as *mut _) };
    |             ---- ^^ expected fn pointer, found fn item
...
error: could not compile `alpm` (lib) due to 1 previous error

Full build log: https://github.com/arch4edu/cactus/actions/runs/8481099248/job/23237899683

raydenz commented on 2024-03-24 11:19 (UTC) (edited on 2024-03-24 11:19 (UTC) by raydenz)

hello when using paru i have this error i already uninstall and reinstall it, and i have no problem of time on my linux

"error: error sending request for url (https://aur.archlinux.org/rpc): error trying to connect: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091: (unable to get issuer certificate): error trying to connect: error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091: (unable to get issuer certificate): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091: (unable to get issuer certificate): error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:2091"

bhartshorn commented on 2024-03-22 14:18 (UTC) (edited on 2024-03-22 14:22 (UTC) by bhartshorn)

With my previously reported issue worked around, the package starts to build but fails due to an openssl dependency failing to compile, again on ArchlinuxARM armv7h

The following warnings were emitted during compilation:

warning: openssl-sys@0.9.101: cc: error: unrecognized command-line option ‘-mno-omit-leaf-frame-pointer’; did you mean ‘-fno-omit-frame-pointer’?

error: failed to run custom build command for `openssl-sys v0.9.101`

I have successfully switched to using the paru-bin AUR package with the same dependency workaround as my previous comment.