Bug#1050086: rust-ahash: Fails to build

2023-12-05 Thread Julian Gilbey
On Sat, Aug 19, 2023 at 11:31:42AM -0400, Jeremy Bícha wrote:
> Source: rust-ahash
> Version: 0.8.3-7
> Severity: serious
> Tags: ftbfs
> 
> rust-ahash fails to build. Here's a build log excerpt:
> [...]

This bug report can be closed, as 0.8.5-2 does successfully build.

Best wishes,

   Julian



Bug#1050086: rust-ahash: Fails to build

2023-08-19 Thread Jeremy Bícha
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:  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