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 .. 11 12 13 14 15 16 17 18 19 20 21 .. 24 Next › Last »

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

MarsSeed commented on 2022-02-18 19:41 (UTC) (edited on 2022-02-18 19:42 (UTC) by MarsSeed)

@rrenn it seems you were using a Rust version lower than v1.57.0.

Rust v1.57.0 marked the Command::get_program and Command::get_args APIs stable.

Current Rust version in Arch is v1.58.1.

MarsSeed commented on 2022-02-18 19:22 (UTC)

@rrenn, @zjeffer I cannot reproduce either problem. For me, paru builds without any errors.

I am using extra/rust package for rust/cargo, not rustup.

What rust tool and version did you use for the builds?

lesto commented on 2022-02-18 12:43 (UTC)

PSA: before reporting compilation issue, make sure you updated to latest stable rust toolchain with rustup update stable

zjeffer commented on 2022-02-18 12:34 (UTC)

I can't install the latest update:

==> Starting build()...
error: failed to get `alpm` as a dependency of package `paru v1.9.3 (/home/zjeffer/.cache/paru/clone/paru/src/paru-1.9.3)`

Caused by:
  failed to create directory `/cargo/registry/index/github.com-1ecc6299db9ec823`

Caused by:
  Permission denied (os error 13)
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'paru-1.9.3-1': 
error: packages failed to build: paru-1.9.3-1

Why is it trying to create a directory in /cargo, and not in ~/.cargo? Is this expected behaviour?

bgme commented on 2022-02-18 10:39 (UTC)

Build failed!

paru 1.9.3-1

   Compiling tokio-native-tls v0.3.0
   Compiling tokio-socks v0.5.1
   Compiling async-compression v0.3.12
   Compiling futures v0.3.21
   Compiling aur-fetch v0.10.0
   Compiling h2 v0.3.11
   Compiling string_cache v0.8.3
   Compiling serde_urlencoded v0.7.1
   Compiling kuchiki v0.8.1
   Compiling hyper v0.14.17
   Compiling hyper-tls v0.5.0
   Compiling reqwest v0.11.9
   Compiling raur v5.0.1
   Compiling aur-depends v1.0.3
   Compiling paru v1.9.3 (/home/arch/.cache/paru/clone/paru/src/paru-1.9.3)
error[E0658]: use of unstable library feature 'command_access'
  --> src/exec.rs:83:13
   |
83 |         cmd.get_program().to_string_lossy(),
   |             ^^^^^^^^^^^
   |
   = note: see issue #44434 <https://github.com/rust-lang/rust/issues/44434> for more information

error[E0658]: use of unstable library feature 'command_access'
  --> src/exec.rs:84:13
   |
84 |         cmd.get_args()
   |             ^^^^^^^^
   |
   = note: see issue #44434 <https://github.com/rust-lang/rust/issues/44434> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `paru` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'paru-1.9.3-1':