Your message dated Thu, 02 Jan 2025 21:22:54 +0000
with message-id <e1ttsec-000tqj...@fasolo.debian.org>
and subject line Bug#1090390: fixed in rust-wasmtime 21.0.2+dfsg-1.1
has caused the Debian Bug report #1090390,
regarding rust-cranelift - upcoming updates to backtrace-related crates
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 ow...@bugs.debian.org
immediately.)
--
1090390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rust-cranelift
Version: 21.0.2+dfsg-1
I am currently looking at updating rust-backtrace and related packages
to the latest version, backtrace itself is not semver-breaking but
a number of it's dependencies are.
backtrace 0.3.69 -> 0.3.74
addr2line 0.21.4 -> 0.24.2
object 0.32.3 -> 0.36.5
gimli 0.28.1 -> 0.31.1
ruzstd 0.5.0 -> 0.7.3
After patching the Debian and Cargo dependencies on gimli I was
able to build the package succesfully.
There is also mention of addr2line and object in the top level
Cargo.toml, but neither seems to be used in the current packaging.
I did update the object dependency since there was already a
patch for it, I haven't touched the addr2line one.
The debdiff I used for testing is attached.
diff -Nru rust-wasmtime-21.0.2+dfsg/debian/changelog
rust-wasmtime-21.0.2+dfsg/debian/changelog
--- rust-wasmtime-21.0.2+dfsg/debian/changelog 2024-11-16 22:20:06.000000000
+0000
+++ rust-wasmtime-21.0.2+dfsg/debian/changelog 2024-12-17 22:19:16.000000000
+0000
@@ -1,3 +1,10 @@
+rust-wasmtime (21.0.2+dfsg-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Bump gimli and object dependencies.
+
+ -- Peter Michael Green <plugw...@debian.org> Tue, 17 Dec 2024 22:19:16 +0000
+
rust-wasmtime (21.0.2+dfsg-1) unstable; urgency=medium
[ upstream ]
diff -Nru rust-wasmtime-21.0.2+dfsg/debian/control
rust-wasmtime-21.0.2+dfsg/debian/control
--- rust-wasmtime-21.0.2+dfsg/debian/control 2024-11-16 22:16:05.000000000
+0000
+++ rust-wasmtime-21.0.2+dfsg/debian/control 2024-12-17 22:19:16.000000000
+0000
@@ -11,7 +11,7 @@
librust-bincode-1+default-dev,
librust-bumpalo-3+default-dev,
librust-capstone-0.11+default-dev,
- librust-gimli-0.28+read-dev,
+ librust-gimli-0.31+read-dev,
librust-hashbrown-0.14-dev,
librust-log-0.4-dev,
librust-regalloc2-0.9+checker-dev,
@@ -43,7 +43,7 @@
librust-bumpalo-3+default-dev,
librust-capstone-0.11+default-dev,
librust-codespan-reporting-0.11+default-dev,
- librust-gimli-0.28+read-dev,
+ librust-gimli-0.31+read-dev,
librust-hashbrown-0.14-dev,
librust-log-0.4-dev,
librust-regalloc2-0.9+checker-dev,
diff -Nru rust-wasmtime-21.0.2+dfsg/debian/patches/2001_object.patch
rust-wasmtime-21.0.2+dfsg/debian/patches/2001_object.patch
--- rust-wasmtime-21.0.2+dfsg/debian/patches/2001_object.patch 2024-11-16
22:16:05.000000000 +0000
+++ rust-wasmtime-21.0.2+dfsg/debian/patches/2001_object.patch 2024-12-17
22:19:16.000000000 +0000
@@ -11,7 +11,7 @@
# --------------------------
cc = "1.0"
-object = { version = "0.33", default-features = false, features =
['read_core', 'elf'] }
-+object = { version = ">= 0.32.2, <= 0.33", default-features = false, features
= ['read_core', 'elf'] }
++object = { version = ">= 0.32.2, <= 0.37", default-features = false, features
= ['read_core', 'elf'] }
gimli = { version = "0.28.0", default-features = false, features = ['read'] }
addr2line = { version = "0.21.0", default-features = false }
anyhow = { version = "1.0.22", default-features = false }
diff -Nru rust-wasmtime-21.0.2+dfsg/debian/patches/2003_gimli.patch
rust-wasmtime-21.0.2+dfsg/debian/patches/2003_gimli.patch
--- rust-wasmtime-21.0.2+dfsg/debian/patches/2003_gimli.patch 1970-01-01
00:00:00.000000000 +0000
+++ rust-wasmtime-21.0.2+dfsg/debian/patches/2003_gimli.patch 2024-12-17
22:19:16.000000000 +0000
@@ -0,0 +1,13 @@
+Index: rust-wasmtime-21.0.2+dfsg/Cargo.toml
+===================================================================
+--- rust-wasmtime-21.0.2+dfsg.orig/Cargo.toml
++++ rust-wasmtime-21.0.2+dfsg/Cargo.toml
+@@ -223,7 +223,7 @@ wit-component = "0.207.0"
+ # --------------------------
+ cc = "1.0"
+ object = { version = ">= 0.32.2, <= 0.37", default-features = false, features
= ['read_core', 'elf'] }
+-gimli = { version = "0.28.0", default-features = false, features = ['read'] }
++gimli = { version = "0.31.0", default-features = false, features = ['read'] }
+ addr2line = { version = "0.21.0", default-features = false }
+ anyhow = { version = "1.0.22", default-features = false }
+ windows-sys = "0.52.0"
diff -Nru rust-wasmtime-21.0.2+dfsg/debian/patches/series
rust-wasmtime-21.0.2+dfsg/debian/patches/series
--- rust-wasmtime-21.0.2+dfsg/debian/patches/series 2024-11-16
22:16:05.000000000 +0000
+++ rust-wasmtime-21.0.2+dfsg/debian/patches/series 2024-12-17
22:17:41.000000000 +0000
@@ -3,3 +3,4 @@
2001_regalloc2.patch
2002_no_wasm.patch
2003_no_bench.patch
+2003_gimli.patch
--- End Message ---
--- Begin Message ---
Source: rust-wasmtime
Source-Version: 21.0.2+dfsg-1.1
Done: Peter Michael Green <plugw...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rust-wasmtime, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Michael Green <plugw...@debian.org> (supplier of updated rust-wasmtime
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 02 Jan 2025 19:56:39 +0000
Source: rust-wasmtime
Architecture: source
Version: 21.0.2+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Peter Michael Green <plugw...@debian.org>
Closes: 1090390 1091602
Changes:
rust-wasmtime (21.0.2+dfsg-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Bump gimli and object dependencies (Closes: #1090390, #1091602).
Checksums-Sha1:
1d4676dbce969a03a69a05263e761f9204207c18 2856 rust-wasmtime_21.0.2+dfsg-1.1.dsc
e44c908eaeefaf057710d07af950bb77086b85b0 10844
rust-wasmtime_21.0.2+dfsg-1.1.debian.tar.xz
37e7b6f4f37fe24dc49852d151808194890608d1 13442
rust-wasmtime_21.0.2+dfsg-1.1_source.buildinfo
Checksums-Sha256:
471af4a8cabd76a4e7d2734bd111b9ec22d91d50abf32b066b7a9e1dc9ce0c8f 2856
rust-wasmtime_21.0.2+dfsg-1.1.dsc
f6208d6503d2bb252f626941e21c301b6c85ebe7d402052c80428bae8fde6026 10844
rust-wasmtime_21.0.2+dfsg-1.1.debian.tar.xz
002720e812db51cbf2cfe5e9bb898b1fe050893440e84a0d98b04bc82cd53619 13442
rust-wasmtime_21.0.2+dfsg-1.1_source.buildinfo
Files:
6b17e6937aa0d7c76fcb6fcda098ac8b 2856 rust optional
rust-wasmtime_21.0.2+dfsg-1.1.dsc
af63ba1189a653bcb9085f8f9718daa3 10844 rust optional
rust-wasmtime_21.0.2+dfsg-1.1.debian.tar.xz
5ba1d49a81ae0d2dc2b5dcbdba18e344 13442 rust optional
rust-wasmtime_21.0.2+dfsg-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCAAyFiEEU0DQATYMplbjSX63DEjqKnqP/XsFAmd29HsUHHBsdWd3YXNo
QGRlYmlhbi5vcmcACgkQDEjqKnqP/XtzNQ//SaGxHtVwJeMv7//dg1Q8oZCBNVNI
iUP2c3YnuV0nucUHdLHnw8WTpAVbIo9FubjzktSms0FXmP+J89RBd61CB8gwIhrf
+nCcYDdlLTuh8qDs9HdFhLHdWs4JCztSbfIVjL0HxaC7cpsFm6+fvAZKw/iPmpew
9AQDYzEcny/7l/2y3NP8WTtr9nxFNKAde3q2ZDEvH+cvx2YyjgBYcvHkarEGn73j
0MgE6YVOv14dqDlD08mG3uiRBKyWLzFWeXbp4AtrJz5YWwGG/9+G+Ukgrn6mdR6G
qcglWTJW6pBUzdIwecCrvumlypxewe39jk2Q8egRkhSjuSEpWOSwJ9OU9gyldf2Q
+DVlcAC/vnpKbepBV+svbCJIMsXhdD1oC4HTz9wCCtIdyHxIdtQROfowscRHK5ZJ
PfJPJqj019RNiJ7FL31fuO7sjQnSzuczLO6cSZxmgRNe2+AGfN6+MfnMpb8hDEOc
emFDsjM8ZFUY0HNq4IckmFoqVfN28AmYthOPp/iwTb7zA20CEzzzAoMNGsGMEELi
KVRN+p/1MbbLDZ40qr9JP+kZsnHK5u5mbNFecrUEtEvzedKXGjCajU8HMmYXfUyA
RlLm+MJhFmPLRaYBfFB/aHuigghSlKtxUgD8i9AviygwmMa+0MPfxvH2zqbWZeRj
aKp2Wj4ATXwIm+U=
=obLP
-----END PGP SIGNATURE-----
pgpGD1WcL4y9C.pgp
Description: PGP signature
--- End Message ---