Skip to content

Unable to install amdfand v1.0.12-1 on arch linux #67

@winstonrc

Description

@winstonrc

I am having issues installing and building amdfand version 1.0.12-1 from the aur on my arch linux build.

When updating the package, I run into the following error message:

   Compiling unwinding v0.2.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

My setup:

Kernel: 6.7.0-arch3-1
DE: Plasma 5.27.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions