Your message dated Fri, 17 May 2024 07:33:51 +0200
with message-id <[email protected]>
and subject line Re: Bug#1071240: rust-ahash, autopkgtest failure.
has caused the Debian Bug report #1071240,
regarding rust-ahash, autopkgtest failure.
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.)


-- 
1071240: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rust-ahash
Version: 0.8.11-2

rust-hashbrown was recently updated to 0.14.5, and as a result the autopkgtest
for rust-ahash is failing.

https://ci.debian.net/packages/r/rust-ahash/testing/ppc64el/46811732/

 97s error: failed to select a version for the requirement `hashbrown = ">=0.12.3, 
<=0.14.3"`
 97s candidate versions found which didn't match: 0.14.5

Please adjust the dev-dependency to allow all 0.14.x versions, a debdiff
doing that is attatched.
diff -Nru rust-ahash-0.8.11/debian/changelog rust-ahash-0.8.11/debian/changelog
--- rust-ahash-0.8.11/debian/changelog  2024-03-18 05:44:43.000000000 +0000
+++ rust-ahash-0.8.11/debian/changelog  2024-05-17 03:52:01.000000000 +0000
@@ -1,3 +1,10 @@
+rust-ahash (0.8.11-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Allow all 0.14.x versions of rust-hashbrown.
+
+ -- Peter Michael Green <[email protected]>  Fri, 17 May 2024 03:52:01 +0000
+
 rust-ahash (0.8.11-2) unstable; urgency=medium
 
   * fix or tighten patch 1002
diff -Nru rust-ahash-0.8.11/debian/patches/2001_hashbrown.patch 
rust-ahash-0.8.11/debian/patches/2001_hashbrown.patch
--- rust-ahash-0.8.11/debian/patches/2001_hashbrown.patch       2024-03-17 
17:00:00.000000000 +0000
+++ rust-ahash-0.8.11/debian/patches/2001_hashbrown.patch       2024-05-17 
03:52:01.000000000 +0000
@@ -11,7 +11,7 @@
  pcg-mwc = "0.2.1"
  serde_json = "1.0.59"
 -hashbrown = "0.14.3"
-+hashbrown = ">= 0.12.3, <= 0.14.3"
++hashbrown = ">= 0.12.3, < 0.15"
  smallvec = "1.13.1"
  
  [package.metadata.docs.rs]
diff -Nru rust-ahash-0.8.11/debian/patches/2001_pcg-mwc.patch 
rust-ahash-0.8.11/debian/patches/2001_pcg-mwc.patch
--- rust-ahash-0.8.11/debian/patches/2001_pcg-mwc.patch 2024-03-17 
17:05:31.000000000 +0000
+++ rust-ahash-0.8.11/debian/patches/2001_pcg-mwc.patch 2024-05-17 
03:52:01.000000000 +0000
@@ -12,7 +12,7 @@
  rand = "0.8.5"
 -pcg-mwc = "0.2.1"
  serde_json = "1.0.59"
- hashbrown = ">= 0.12.3, <= 0.14.3"
+ hashbrown = ">= 0.12.3, < 0.15"
  smallvec = "1.13.1"
 --- a/tests/map_tests.rs
 +++ b/tests/map_tests.rs
diff -Nru rust-ahash-0.8.11/debian/patches/2001_smallvec.patch 
rust-ahash-0.8.11/debian/patches/2001_smallvec.patch
--- rust-ahash-0.8.11/debian/patches/2001_smallvec.patch        2024-03-17 
17:13:21.000000000 +0000
+++ rust-ahash-0.8.11/debian/patches/2001_smallvec.patch        2024-05-17 
03:52:01.000000000 +0000
@@ -10,7 +10,7 @@
 @@ -99,7 +99,7 @@
  rand = "0.8.5"
  serde_json = "1.0.59"
- hashbrown = ">= 0.12.3, <= 0.14.3"
+ hashbrown = ">= 0.12.3, < 0.15"
 -smallvec = "1.13.1"
 +smallvec = "1.11.2"
  

--- End Message ---
--- Begin Message ---
Version: 0.8.11-3

Quoting peter green (2024-05-17 06:14:19)
> Package: rust-ahash
> Version: 0.8.11-2
> 
> rust-hashbrown was recently updated to 0.14.5, and as a result the autopkgtest
> for rust-ahash is failing.
> 
> https://ci.debian.net/packages/r/rust-ahash/testing/ppc64el/46811732/
> 
> >  97s error: failed to select a version for the requirement `hashbrown = 
> > ">=0.12.3, <=0.14.3"`
> >  97s candidate versions found which didn't match: 0.14.5
> 
> Please adjust the dev-dependency to allow all 0.14.x versions, a debdiff
> doing that is attatched.

Fixed by instead dropping the patch and tightening dependencies.

Thanks!

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/
 * Sponsorship: https://ko-fi.com/drjones

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


--- End Message ---

Reply via email to