[GH-ISSUE #1601] Compile Error: could not find poll in futures_util #731

Closed
opened 2026-02-27 19:32:11 +03:00 by kerem · 1 comment
Owner

Originally created by @spockfish on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1601

Description

Building the latest dev returns a:

   Compiling librespot-discovery v0.7.1 (/home/harry/dev/ROPIEEE/ropieee-imager/buildroot-external/build/librespot-eb7c65e77b60da6544e2f4c1bbf3ba06705ef1b7/discovery)
error[E0433]: failed to resolve: could not find `poll` in `futures_util`
   --> discovery/src/lib.rs:201:60
    |
201 |             while let Poll::Ready(Some(_)) = futures_util::poll!(stream.next()) {
    |                                                            ^^^^ could not find `poll` in `futures_util`

For more information about this error, try `rustc --explain E0433`.

Version

0.7.1 (dev)

Host (what you are running librespot on):

  • Linux
  • Platform: Raspberry Pi, 64 bit

Additional context

This is being built within a buildroot environment.

Originally created by @spockfish on GitHub (Sep 25, 2025). Original GitHub issue: https://github.com/librespot-org/librespot/issues/1601 ### Description Building the latest dev returns a: ``` Compiling librespot-discovery v0.7.1 (/home/harry/dev/ROPIEEE/ropieee-imager/buildroot-external/build/librespot-eb7c65e77b60da6544e2f4c1bbf3ba06705ef1b7/discovery) error[E0433]: failed to resolve: could not find `poll` in `futures_util` --> discovery/src/lib.rs:201:60 | 201 | while let Poll::Ready(Some(_)) = futures_util::poll!(stream.next()) { | ^^^^ could not find `poll` in `futures_util` For more information about this error, try `rustc --explain E0433`. ``` ### Version 0.7.1 (dev) ### Host (what you are running `librespot` on): - Linux - Platform: Raspberry Pi, 64 bit ### Additional context This is being built within a buildroot environment.
kerem 2026-02-27 19:32:11 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@spockfish commented on GitHub (Sep 25, 2025):

Ah. Sorry guys. I did look for existing issues, but overlooked this one.

<!-- gh-comment-id:3334213397 --> @spockfish commented on GitHub (Sep 25, 2025): Ah. Sorry guys. I did look for existing issues, but overlooked this one.
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/librespot#731
No description provided.