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

Minimp3: test failed on fedora copr #36

Open
ghost opened this issue Jun 26, 2021 · 3 comments
Open

Minimp3: test failed on fedora copr #36

ghost opened this issue Jun 26, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 26, 2021

https://download.copr.fedorainfracloud.org/results/remilauzier/zemeroth/fedora-rawhide-x86_64/02304844-rust-minimp3/builder-live.log.gz

error[E0599]: no method named next_frame_future found for struct Decoder<tokio::fs::File> in the current scope
--> examples/example_tokio.rs:19:23
|
19 | match decoder.next_frame_future().await {
| ^^^^^^^^^^^^^^^^^ method not found in Decoder<tokio::fs::File>

error: aborting due to previous error

@ghost
Copy link
Author

ghost commented Jul 8, 2021

https://kojipkgs.fedoraproject.org//work/tasks/2333/71502333/build.log
The error is happening in fedora koji too.

@germangb germangb added the bug Something isn't working label Aug 18, 2021
@germangb
Copy link
Owner

I'm late and the links show 404. Do you have more recent ones?

@germangb germangb self-assigned this Aug 18, 2021
@ghost
Copy link
Author

ghost commented Aug 18, 2021

https://kojipkgs.fedoraproject.org//work/tasks/4319/74084319/build.log

warning: unused variable: sample_rate
--> examples/example.rs:13:17
|
13 | sample_rate,
| ^^^^^^^^^^^ help: try ignoring the field: sample_rate: _
|
= note: #[warn(unused_variables)] on by default
error[E0599]: no method named next_frame_future found for struct Decoder in the current scope
--> examples/example_tokio.rs:19:23
|
19 | match decoder.next_frame_future().await {
| ^^^^^^^^^^^^^^^^^ method not found in Decoder<tokio::fs::File>
error: aborting due to previous error
For more information about this error, try rustc --explain E0599.
error: could not compile minimp3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant