Closed HalJordan closed 6 months ago
Hey, can you give me your cargo version?
And also on which os are you running this?
Arch, installed whatever the latest cargo is from pacman/aur right now.
Let me test this when i get back home.
It builds on latest archlinux with rust installed through package manager (not rustup)
i have cargo 1.77.2.
Latest version of Opener is 0.7.0 though. https://crates.io/search?q=opener https://github.com/Seeker14491/opener/tags
If you are trying to install opener
through aur helper, its the wrong opener: https://aur.archlinux.org/packages/opener
Try to add latest dbus
in Cargo.toml
as a dependency (https://crates.io/crates/opener/0.7.0/dependencies)
Although i have noticed it builds libdbus-sys
https://lib.rs/crates/libdbus-sys, which it then shows in build log as "Compiling dbus v0.9.7"
Found this: https://blog.illixion.com/2021/10/fix-failed-to-select-a-version-cargo/
try clearing cargo cache by deleting $HOME/.cargo/registry
then build the project again.
@HalJordan Marked as done. Please setup rust and cargo correctly or use the precompiled binaries in the release tab: https://github.com/arne-fuchs/edcas-client/releases/tag/0.2.6
There is also an aur package.
Its a bit broken, you have to put this logo in the /usr/share/edcas-client/graphics/logo/edcas_128.png
, otherwise itll crash with :
Log file: "/tmp/edcas-client/date-and-time.log"
thread 'main' panicked at src/app/news.rs:26:31:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
or clone the repo, cd in it and run the executable from there.
@Nannk Aur package broken? Is this already fixed with the upcoming release?
@Nannk Aur package broken? Is this already fixed with the upcoming release?
Yes and no. I cant add the image because its not in the release archive (i probably can, but it would have to download it separately). See the issue https://github.com/arne-fuchs/edcas-client/issues/7 .
Also, the only currently available release of opener is 1.0-2