Can't install gemserv

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: 11.2.9.1
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: gemserv 0.6.6~ynh6

Description of my issue

I can’t install the program because an error in the installation script: here the full log

https://paste.yunohost.org/raw/tuzicapone

I think the relevant lines in the error message are:

  - 2024-01-06 18:47:45,873: DEBUG - error: failed to parse manifest at `/opt/yunohost/gemserv/.cargo/registry/src/github.com-1285ae8
4e5963aae/time-macros-0.2.3/Cargo.toml`
  - 2024-01-06 18:47:45,874: DEBUG - 
  - 2024-01-06 18:47:45,874: DEBUG - Caused by:
  - 2024-01-06 18:47:45,875: DEBUG -   feature `resolver` is required
  - 2024-01-06 18:47:45,875: DEBUG -                                                                                                 
  - 2024-01-06 18:47:45,875: DEBUG -   consider adding `cargo-features = ["resolver"]` to the manifest

As far as I can understand this problem come from an old version of rust/cargo: for example

In my installation is:

root@ynh:~# cargo --version
cargo 1.46.0

and

root@ynh:~# rustc --version
rustc 1.48.0 (471d696c7 2020-12-10)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.