Open dreirund opened 1 year ago
Hi, I'll be making new release plus I'll be working on deploying aur via CI.
Hi, I checked what must be fixed.
Please change following points:
stable
rust doesn't work for this project, please change to export RUSTUP_TOOLCHAIN=nightly
amdguid-wayland
, amdguid-glow
and amdguid-glium
. Please choose your default and copy binary as amdguid
, then install itThis has not been fixed, even on nightly. https://github.com/Eraden/amdgpud/issues/62#issuecomment-1823857870
Ahoj,
Short:
Build fails with
and subsequent errors (E0061, E0277, E0308, E0432, E0433, E0599, E0659).
In detail:
I am building this using the following recipe (inspired by ↗ this
PKGBUILD
):My checkout of https://github.com/Eraden/amdgpud is at the following commit:
git log -n1
:Terminal output from
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
:Terminal output from
cargo build --release --frozen --all-features --target="$CARCH-unknown-linux-gnu"
:and then the next line is compilation of
amdguid
which fails:and the build process terminates with exitcode
101
.Software versions:
cargo --version
:cargo 1.73.0
rustc --version
:rustc 1.73.0 (cc66ad468 2023-10-03) (Arch Linux rust 1:1.73.0-1)
Regards!