[GH-ISSUE #1153] AUR Build failing #556

Closed
opened 2026-02-28 14:49:50 +03:00 by kerem · 2 comments
Owner

Originally created by @Fireye04 on GitHub (May 3, 2025).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1153

Running yay -S spotify-tui causes the following error, which halts the build.

   Compiling chrono v0.4.37
error: cannot find derive macro `RustcEncodable` in this scope
  --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:48
   |
33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
   |                                                ^^^^^^^^^^^^^^

error: cannot find derive macro `RustcDecodable` in this scope
  --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:64
   |
33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
   |                                                                ^^^^^^^^^^^^^^

error: cannot find derive macro `RustcEncodable` in this scope
  --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/month.rs:32:48
   |
32 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
   |                                                ^^^^^^^^^^^^^^

error: cannot find derive macro `RustcDecodable` in this scope
  --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/month.rs:32:64
   |
32 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))]
   |                                                                ^^^^^^^^^^^^^^

Checking the AUR, it looks like it's a known issue (https://aur.archlinux.org/packages/spotify-tui#comment-1020665), and I'm not sure how much of it is a packaging problem, but I just wanted to open an issue here to let y'all know. Have a great day :)

Originally created by @Fireye04 on GitHub (May 3, 2025). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1153 Running `yay -S spotify-tui` causes the following error, which halts the build. ``` Compiling chrono v0.4.37 error: cannot find derive macro `RustcEncodable` in this scope --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:48 | 33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] | ^^^^^^^^^^^^^^ error: cannot find derive macro `RustcDecodable` in this scope --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/weekday.rs:33:64 | 33 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] | ^^^^^^^^^^^^^^ error: cannot find derive macro `RustcEncodable` in this scope --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/month.rs:32:48 | 32 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] | ^^^^^^^^^^^^^^ error: cannot find derive macro `RustcDecodable` in this scope --> /home/fireye/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.37/src/month.rs:32:64 | 32 | #[cfg_attr(feature = "rustc-serialize", derive(RustcEncodable, RustcDecodable))] | ^^^^^^^^^^^^^^ ``` Checking the AUR, it looks like it's a known issue (https://aur.archlinux.org/packages/spotify-tui#comment-1020665), and I'm not sure how much of it is a packaging problem, but I just wanted to open an issue here to let y'all know. Have a great day :)
kerem closed this issue 2026-02-28 14:49:51 +03:00
Author
Owner

@sewnie commented on GitHub (May 3, 2025):

Spotify-tui has unfortunately been abandoned by the author, and since then, the Spotify API changed signficantly, breaking this project.

Please use spotify_player: https://github.com/aome510/spotify-player, which is more feature-packed and more convenient.

<!-- gh-comment-id:2848411960 --> @sewnie commented on GitHub (May 3, 2025): Spotify-tui has unfortunately been abandoned by the author, and since then, the Spotify API changed signficantly, breaking this project. Please use spotify_player: https://github.com/aome510/spotify-player, which is more feature-packed and more convenient.
Author
Owner

@Fireye04 commented on GitHub (May 3, 2025):

Oh gotcha thanks for the heads up :)

<!-- gh-comment-id:2848414497 --> @Fireye04 commented on GitHub (May 3, 2025): Oh gotcha thanks for the heads up :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#556
No description provided.