Package Details: amdfand 1.0.12-1

Git Clone URL: https://aur.archlinux.org/amdfand.git (read-only, click to copy)
Package Base: amdfand
Description: AMDGPU fan speed management tool
Upstream URL: https://github.com/Eraden/amdgpud
Keywords: amd fan gpu
Licenses: MIT, Apache-2.0
Conflicts: amdfand-bin
Provides: amdfand
Submitter: ewout
Maintainer: None
Last Packager: ewout
Votes: 3
Popularity: 0.025117
First Submitted: 2023-04-18 21:18 (UTC)
Last Updated: 2024-01-21 01:19 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

sotix0 commented on 2024-04-18 16:50 (UTC)

@proledatarian try updating the package now. @Tsumanu updated amdfand0 to fix upstream issues blocking compilation.

As an aside, amdfan appears to be version 1.0.141 while the entire package is 1.0.12. Since this is only for amdfand, should the version be updated to 1.0.14 to match the specific crate?

proledatarian commented on 2024-04-04 19:20 (UTC)

@Tsumanu, I adopted this package out of curiosity and simply adding + nightly does not work. Do I also have to export the nightly RUSTUP_TOOLCHAIN?

And feel free to maintain this package yourself. I can disown it again.

sotix0 commented on 2024-03-13 17:18 (UTC)

@ewout any plans to follow the author's suggestion?

Tsumanu commented on 2024-02-20 05:30 (UTC)

Hi, amdfand author here, this issue originate in rust version used to build crate. For some reason, and I don't know how to fix it, pamac is using stable rust but project requires nightly to be compiled correctly.

If we have here maintainer of AUR package please try following:

cargo +nightly build --frozen --release --bin amdfand

ewout commented on 2024-01-21 18:42 (UTC)

@dreieck report upstream

dreieck commented on 2024-01-21 09:57 (UTC)

Note: Optional dependencies amdmond and amdvold do not exist.

dreieck commented on 2024-01-21 09:56 (UTC)

I get the following build errors:

   Compiling rand_pcg v0.3.1
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /tmp/makepkg/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.1/src/lib.rs:2:1
  |
2 | #![feature(c_unwind)]
  | ^^^^^^^^^^^^^^^^^^^^^

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /tmp/makepkg/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.1/src/lib.rs:3:1
  |
3 | #![feature(naked_functions)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /tmp/makepkg/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unwinding-0.2.1/src/lib.rs:4:1
  |
4 | #![feature(non_exhaustive_omitted_patterns_lint)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `unwinding` (lib) due to 3 previous errors

Regards!