Package Details: joshuto 0.9.8-1

Git Clone URL: https://aur.archlinux.org/joshuto.git (read-only, click to copy)
Package Base: joshuto
Description: ranger-like terminal file manager written in Rust
Upstream URL: https://github.com/kamiyaa/joshuto
Licenses: LGPL-3.0-only
Submitter: g3tchoo
Maintainer: g3tchoo
Last Packager: g3tchoo
Votes: 9
Popularity: 0.021670
First Submitted: 2021-01-16 08:01 (UTC)
Last Updated: 2024-03-27 23:54 (UTC)

Dependencies (7)

Required by (1)

Sources (1)

Latest Comments

kdr commented on 2023-03-16 17:52 (UTC)

Thanks g3tchoo. I set rustc-wrapper to sccache in my cargo.toml. Sorry for my ignorance, I'm a rust/cargo novice. I used that setting to build a program a long time ago and must have forgot about it. Install and build works fine now.

g3tchoo commented on 2023-03-10 02:44 (UTC)

hi kdr, i can't reproduce this locally with a chroot build. a few things might be causing this issue like the exact cargo provider you have installed or makepkg.conf changes you have made (which i'm assuming you did based on the presence of sccache). i'd recommend trying to use the rust package to build this or build using a chroot like i did.

kdr commented on 2023-03-09 06:11 (UTC) (edited on 2023-03-09 06:17 (UTC) by kdr)

I'm getting this error when installing/building:

error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `sccache rustc - --crate-name ___ --print=file-names --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit status: 127)
  --- stderr
  sccache: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Should openssl-1.1 be added as a build dep? I'm guessing this should be handled by cargo, I'm not finding an openssl dependency in the project though.

micwoj92 commented on 2022-06-23 10:27 (UTC)

No need to use provides+conflicts here.