Your message dated Wed, 13 Dec 2023 11:00:02 -0500 with message-id <CAD+GYvxu-Kwzc0wKg2ZQp72N=cs_hrqxokcids88u1r6gn0...@mail.gmail.com> and subject line Re: Bug#1050086: rust-ahash: Fails to build has caused the Debian Bug report #1050086, regarding rust-ahash: Fails to build to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1050086: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050086 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: rust-ahash Version: 0.8.3-7 Severity: serious Tags: ftbfs rust-ahash fails to build. Here's a build log excerpt: error[E0432]: unresolved import `criterion` --> tests/map_tests.rs:6:5 | 6 | use criterion::*; | ^^^^^^^^^ use of undeclared crate or module `criterion` error[E0432]: unresolved import `fxhash` --> tests/map_tests.rs:7:5 | 7 | use fxhash::FxHasher; | ^^^^^^ use of undeclared crate or module `fxhash` | help: there is a crate or module with a similar name | 7 | use ahash::FxHasher; | ~~~~~ error: cannot find macro `criterion_main` in this scope --> tests/map_tests.rs:233:1 | 233 | criterion_main!(benches); | ^^^^^^^^^^^^^^ error: cannot find macro `criterion_group` in this scope --> tests/map_tests.rs:234:1 | 234 | criterion_group!(benches, bench_ahash_words, bench_fx_words,); | ^^^^^^^^^^^^^^^ error[E0412]: cannot find type `Criterion` in this scope --> tests/map_tests.rs:223:30 | 223 | fn bench_ahash_words(c: &mut Criterion) { | ^^^^^^^^^ not found in this scope error[E0425]: cannot find function `black_box` in this scope Full build log ========== https://buildd.debian.org/status/package.php?p=rust-ahash Thank you, Jeremy BĂcha
--- End Message ---
--- Begin Message ---Version: 0.8.5-2 https://buildd.debian.org/status/package.php?p=rust-ahash
--- End Message ---

