Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh Ubuntu - Vulcan Pro / Burst, unable to install #89

Closed
mathewrtaylor opened this issue Oct 11, 2021 · 4 comments
Closed

Fresh Ubuntu - Vulcan Pro / Burst, unable to install #89

mathewrtaylor opened this issue Oct 11, 2021 · 4 comments
Assignees

Comments

@mathewrtaylor
Copy link

Hey there trying to run all the installation of the line:
cargo build --all --release
and get through the compilation, then a string of errors.

Please describe the bug
Errors listed below.

To Reproduce
After installing per the main page and rebooting, following the steps on Install.md

Expected behavior
A clear and concise description of what you expected to happen.

Logs
-- Journal begins at Fri 2021-10-08 05:26:55 EDT, ends at Mon 2021-10-11 11:27:>
Oct 11 11:06:19 my-precious systemd[1]: Starting Linux user-mode input and LED >
Oct 11 11:06:19 my-precious systemd[1]: Started Linux user-mode input and LED d>
Oct 11 11:06:19 my-precious eruption[1098]: INFO eruption > Starting Eruption>
Oct 11 11:06:19 my-precious eruption[1098]: INFO eruption > Loading saved sta>
Oct 11 11:06:19 my-precious eruption[1098]: WARN eruption > Could not parse s>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption > Registering plugi>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugin_manager > R>
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::plugins::persisten>
Oct 11 11:06:20 my-precious eruption[1098]: WARN eruption >
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption >
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption >
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::hwdevices >
Oct 11 11:06:20 my-precious eruption[1098]: INFO eruption::hwdevices::roccat_>

Please complete the following information:

  • Eruption version [e.g. 0.1.20]
    Bus 002 Device 002: ID 2833:0186 Oculus VR, Inc. Quest
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 005: ID 1e7d:3a3b ROCCAT SYN Pro Air
    Bus 001 Device 004: ID 1e7d:3a56 ROCCAT Torch Streaming Microphone
    Bus 001 Device 003: ID 1e7d:3098 ROCCAT ROCCAT Vulcan AIMO
    Bus 001 Device 002: ID 1e7d:2de1 ROCCAT ROCCAT Burst Pro
    Bus 001 Device 011: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
    Bus 001 Device 009: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 001 Device 007: ID 048d:8297 Integrated Technology Express, Inc. IT8297 RGB LED Controller
    Bus 001 Device 012: ID 05e3:0610 Genesys Logic, Inc. Hub
    Bus 001 Device 013: ID 046d:0892 Logitech, Inc. OrbiCam
    Bus 001 Device 010: ID 05e3:0610 Genesys Logic, Inc. Hub
    Bus 001 Device 008: ID 05e3:0610 Genesys Logic, Inc. Hub
    Bus 001 Device 006: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Additional context
Errors outputted before halting:
error[E0710]: an unknown tool name found in scoped lint: rustdoc::broken_intra_doc_links
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/lib.rs:13:9
|
13 | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/lib.rs:10:10
|
10 | #![doc = include_str!("../README.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
178 | impl_get_set!(networks, with_networks, without_networks);
| --------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
178 | impl_get_set!(networks, with_networks, without_networks);
| --------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
178 | impl_get_set!(networks, with_networks, without_networks);
| --------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
179 | impl_get_set!(networks_list, with_networks_list, without_networks_list);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
179 | impl_get_set!(networks_list, with_networks_list, without_networks_list);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
179 | impl_get_set!(networks_list, with_networks_list, without_networks_list);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
180 | impl_get_set!(processes, with_processes, without_processes);
| ------------------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
180 | impl_get_set!(processes, with_processes, without_processes);
| ------------------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
180 | impl_get_set!(processes, with_processes, without_processes);
| ------------------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
181 | impl_get_set!(disks, with_disks, without_disks);
| ------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
181 | impl_get_set!(disks, with_disks, without_disks);
| ------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
181 | impl_get_set!(disks, with_disks, without_disks);
| ------------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
182 | impl_get_set!(disks_list, with_disks_list, without_disks_list);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
182 | impl_get_set!(disks_list, with_disks_list, without_disks_list);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
182 | impl_get_set!(disks_list, with_disks_list, without_disks_list);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
183 | impl_get_set!(memory, with_memory, without_memory);
| --------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
183 | impl_get_set!(memory, with_memory, without_memory);
| --------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
183 | impl_get_set!(memory, with_memory, without_memory);
| --------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
184 | impl_get_set!(cpu, with_cpu, without_cpu);
| ------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
184 | impl_get_set!(cpu, with_cpu, without_cpu);
| ------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
184 | impl_get_set!(cpu, with_cpu, without_cpu);
| ------------------------------------------ in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
185 | impl_get_set!(components, with_components, without_components);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
185 | impl_get_set!(components, with_components, without_components);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
185 | impl_get_set!(components, with_components, without_components);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ______^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
186 | / impl_get_set!(
187 | | components_list,
188 | | with_components_list,
189 | | without_components_list
190 | | );
| |
- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ______^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
186 | / impl_get_set!(
187 | | components_list,
188 | | with_components_list,
189 | | without_components_list
190 | | );
| |
- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ______^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
186 | / impl_get_set!(
187 | | components_list,
188 | | with_components_list,
189 | | without_components_list
190 | | );
| |
- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:41:17
|
41 | #[doc = concat!("Returns the value of the "", stringify!($name), "" refresh kind.
| ____________^
42 | |
43 | | 44 | | use sysinfo::RefreshKind; ... | 53 | | assert_eq!(r.", stringify!($name), "(), false); 54 | |")]
| |
^
...
191 | impl_get_set!(users_list, with_users_list, without_users_list);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:59:17
|
59 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to true.
| ____________^
60 | |
61 | | 62 | | use sysinfo::RefreshKind; ... | 68 | | assert_eq!(r.", stringify!($name), "(), true); 69 | |")]
| |
^
...
191 | impl_get_set!(users_list, with_users_list, without_users_list);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/sysinfo-0.20.3/src/common.rs:75:17
|
75 | #[doc = concat!("Sets the value of the "", stringify!($name), "" refresh kind to false.
| ____________^
76 | |
77 | | 78 | | use sysinfo::RefreshKind; ... | 84 | | assert_eq!(r.", stringify!($name), "(), false); 85 | |")]
| |
^
...
191 | impl_get_set!(users_list, with_users_list, without_users_list);
| --------------------------------------------------------------- in this macro invocation
|
= note: see issue #78835 rust-lang/rust#78835 for more information
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/clap-3.0.0-beta.4/src/lib.rs:8:10
|
8 | #![doc = include_str!("../README.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information

error: aborting due to 32 previous errors

Some errors have detailed explanations: E0658, E0710.
For more information about an error, try rustc --explain E0658.
error: could not compile sysinfo

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error[E0658]: use of unstable library feature 'osstring_ascii'
--> /home/mathew/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/clap-3.0.0-beta.4/src/parse/matches/matched_arg.rs:130:19
|
130 | v.eq_ignore_ascii_case(val)
| ^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #70516 rust-lang/rust#70516 for more information

error: aborting due to 2 previous errors

For more information about this error, try rustc --explain E0658.
error: build failed

@X3n0m0rph59 X3n0m0rph59 self-assigned this Oct 11, 2021
@X3n0m0rph59
Copy link
Member

Hi @mathewrtaylor, could you please try to update your version of Rust? Eruption requires the current stable version of rustc to successfully compile. Currently this would be version 1.55.0

Please refer to https://rustup.rs/

@mathewrtaylor
Copy link
Author

Thanks for the help and response! Installed past that part. Now stuck on step 4, get
cp: cannot create regular file '/usr/bin/eruption': Text file busy
cp: cannot create regular file '/usr/bin/eruption-gui': Text file busy
After rebooting the directory is gone, and have to install and build the release again but get the same error message. On the very cool side, after the reboot the keyboard and mouse are now on purple and sync'd, and keyboard reacts to key presses so step in the right direction, thank you!!

Also have the Eruption GUI now, but when I try to open up, I get the following error: Error
Could not start the Eruption GUI, is the daemon running?
Reason:
Invalid argument "brightness"
Screenshot from 2021-10-11 13-58-21

@X3n0m0rph59
Copy link
Member

@mathewrtaylor The error means that the binary files could not be copied (overwritten) because a process is running that makes use of these binaries.

Please stop and mask the eruption.service and then re-execute the cp commands. After that, you can unmask and start eruption.service again.

$ sudo systemctl stop eruption.service && sudo systemctl mask eruption.service 
$ sudo cp target/release/eruption{,ctl,-hwutil,-netfx,-debug-tool,-hotplug-helper,-gui,-process-monitor} /usr/bin/ && sudo setcap CAP_NET_ADMIN+ep /usr/bin/eruption-process-monitor
$ sudo systemctl unmask eruption.service && sudo systemctl start eruption.service 

@mathewrtaylor
Copy link
Author

@X3n0m0rph59 Super appreciated! That did the trick, and after executing, I have full access to Eruption GUI and have flipped to a different theme fore testing purposes and works like a charm! Thank you so much for your support, and have no issues testing builds on my system in the future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants