Your message dated Thu, 31 Aug 2023 09:06:54 +0000
with message-id <e1qbdde-001do3...@fasolo.debian.org>
and subject line Bug#1050891: fixed in sccache 0.5.4-12
has caused the Debian Bug report #1050891,
regarding sccache - update for new addr2line.
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.)
--
1050891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sccache
Version: 0.5.4-11
Severity: serious
Tags: patch
I just updated addr2line to version 0.20.0, sccache builds succesfully
with the new version after bumping the dependency.
Debdiff attatched.
diff -Nru sccache-0.5.4/debian/changelog sccache-0.5.4/debian/changelog
--- sccache-0.5.4/debian/changelog 2023-08-24 08:23:51.000000000 +0000
+++ sccache-0.5.4/debian/changelog 2023-08-28 13:25:35.000000000 +0000
@@ -1,3 +1,10 @@
+sccache (0.5.4-11.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Bump dependency on object crate to 0.31.
+
+ -- nobody <nobody@5500x> Mon, 28 Aug 2023 13:25:35 +0000
+
sccache (0.5.4-11) unstable; urgency=medium
* drop patch 2018, obsoleted by Debian package changes
diff -Nru sccache-0.5.4/debian/control sccache-0.5.4/debian/control
--- sccache-0.5.4/debian/control 2023-08-13 09:04:02.000000000 +0000
+++ sccache-0.5.4/debian/control 2023-08-28 13:15:03.000000000 +0000
@@ -44,7 +44,7 @@
librust-mime-0.3+default-dev,
librust-num-cpus-1+default-dev,
librust-number-prefix-0.4+default-dev,
- librust-object-0.30+default-dev,
+ librust-object-0.31+default-dev,
librust-once-cell-1+default-dev (>= 1.17),
librust-predicates-2+default-dev <!nocheck>,
librust-rand-0.8+default-dev,
diff -Nru sccache-0.5.4/debian/patches/1007_update_object.patch
sccache-0.5.4/debian/patches/1007_update_object.patch
--- sccache-0.5.4/debian/patches/1007_update_object.patch 1970-01-01
00:00:00.000000000 +0000
+++ sccache-0.5.4/debian/patches/1007_update_object.patch 2023-08-28
13:17:51.000000000 +0000
@@ -0,0 +1,7 @@
+Index: sccache-0.5.4/Cargo.toml
+===================================================================
+--- sccache-0.5.4.orig/Cargo.toml
++++ sccache-0.5.4/Cargo.toml
+@@ -92,1 +92,1 @@ zip = { version = "0.6", default-feature
+-object = "0.30"
++object = "0.31"
diff -Nru sccache-0.5.4/debian/patches/2001_no_dist-server.patch
sccache-0.5.4/debian/patches/2001_no_dist-server.patch
--- sccache-0.5.4/debian/patches/2001_no_dist-server.patch 2023-08-24
08:23:51.000000000 +0000
+++ sccache-0.5.4/debian/patches/2001_no_dist-server.patch 2023-08-28
13:18:19.000000000 +0000
@@ -30,7 +30,7 @@
-# dist-server only
memmap2 = "0.6.2"
-nix = { version = "0.26.2", optional = true }
- object = "0.30"
+ object = "0.31"
-rouille = { version = "3.5", optional = true, default-features = false,
features = [
- "ssl",
-] }
diff -Nru sccache-0.5.4/debian/patches/2008_assert_cmd.patch
sccache-0.5.4/debian/patches/2008_assert_cmd.patch
--- sccache-0.5.4/debian/patches/2008_assert_cmd.patch 2023-08-24
08:23:51.000000000 +0000
+++ sccache-0.5.4/debian/patches/2008_assert_cmd.patch 2023-08-28
13:18:39.000000000 +0000
@@ -8,7 +8,7 @@
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,7 +100,7 @@
- object = "0.30"
+ object = "0.31"
[dev-dependencies]
-assert_cmd = "2.0.10"
diff -Nru sccache-0.5.4/debian/patches/2017_memmap2.patch
sccache-0.5.4/debian/patches/2017_memmap2.patch
--- sccache-0.5.4/debian/patches/2017_memmap2.patch 2023-08-24
08:23:51.000000000 +0000
+++ sccache-0.5.4/debian/patches/2017_memmap2.patch 2023-08-28
13:19:01.000000000 +0000
@@ -13,6 +13,6 @@
-memmap2 = "0.6.2"
+memmap2 = ">= 0.5.10, < 0.7"
- object = "0.30"
+ object = "0.31"
[dev-dependencies]
diff -Nru sccache-0.5.4/debian/patches/series
sccache-0.5.4/debian/patches/series
--- sccache-0.5.4/debian/patches/series 2023-08-18 15:13:19.000000000 +0000
+++ sccache-0.5.4/debian/patches/series 2023-08-28 13:16:36.000000000 +0000
@@ -1,5 +1,6 @@
1001_optional_tests.patch
1006_tests_network.patch
+1007_update_object.patch
2001_no_dist-server.patch
2002_no_opendal_backends.patch
2003_no_windows.patch
--- End Message ---
--- Begin Message ---
Source: sccache
Source-Version: 0.5.4-12
Done: Jonas Smedegaard <d...@jones.dk>
We believe that the bug you reported is fixed in the latest version of
sccache, 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 1050...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated sccache 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: SHA512
Format: 1.8
Date: Thu, 31 Aug 2023 09:59:45 +0200
Source: sccache
Architecture: source
Version: 0.5.4-12
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1050891
Changes:
sccache (0.5.4-12) unstable; urgency=medium
.
* drop patch 2010, obsoleted by Debian package updates;
tighten build-dependency for crate toml
* add patch 1002
to extend dependency to match newer crate object 0.31.1;
tighten build-dependency for crate object;
closes: bug#1050891, thanks to Peter Michael Green
* update dh-cargo fork
Checksums-Sha1:
8181d43bb82b0a4ef53ebeffc25d099e1275c53e 4395 sccache_0.5.4-12.dsc
6d251aaa7cb88496fe813445683f2d8f4b2aca26 18808 sccache_0.5.4-12.debian.tar.xz
98a4928c6505f083e03599d08cd3382f482fb8a0 23905 sccache_0.5.4-12_amd64.buildinfo
Checksums-Sha256:
f4aa473c48cd4c9de32ab3d5f5576cd2ed093734e5197ac8324910f209f3db30 4395
sccache_0.5.4-12.dsc
4cc535a0e162e6f7ac1f10eec7b4cd2dd5c8e8e2ab361b74e15ea2c8f8b269d9 18808
sccache_0.5.4-12.debian.tar.xz
218bd3d031764c09847e0383952b88c934b15538c625bfdecd6907c7e10e5c6c 23905
sccache_0.5.4-12_amd64.buildinfo
Files:
93afbe4e6a5b8d5b40e5c07b3f6a5401 4395 devel optional sccache_0.5.4-12.dsc
396207e66671d05c97da96f77a156877 18808 devel optional
sccache_0.5.4-12.debian.tar.xz
cb5f0e1d5d83a656d3238655c0fbc8df 23905 devel optional
sccache_0.5.4-12_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAmTwTQMACgkQLHwxRsGg
ASEQpw//f0InVh2NoAaSuPUlHK905ZNNyfrIWd8RwdLhR8rnWVeKH0FtMB0A7vv/
B4+8b7t2domOirGL/3oJeM3cPTZq09N8vcBCKWEgMLiKlfd5gkZsTmRQEOxXyNXS
vkrrJhWRmg/xOomhy2RWK5fLfHx+oo/T1bJh7qzaH4ZHp4dfTN3jo7XqwV3RKk4y
ZBX4AbUsF3TTxqegs+RVAHxrwZOJcA/eagNDyC8OBTYybhOlSqqCjQuT7khmaDun
T9VdByxIvCAkI8PEWkkntmoo+te4GnF4NOWibCUBJVcs6X0e/gEVi5En7AfCRAnl
WaO++YbyGbvBn6tnhpjOGBdalmUv0r/xAl1LpAJkrs6zXhGlaUel1X+U2ig8gXWr
VSrBdoKvmFt8IZoeNwPB7H9ap4jx8B/gw5KV+s02ctqBNsHIGqG3mk6sDGBNCNA8
pmrCZHq5iq9TZRiOWGoiRcHVRCbpqhHOljUwKXW79wmAVDUiMI2r0TlG5yG7CdNH
3hFnrI6HY7I+vqajcrwDGEUlqKzPndW+6ZWA9XwUNStNoPQx8X5BJ9I++KZIj7Bb
qcWY8MJ/O6FI7HEy+4bshLsWaXSfQwV3OUZUS9U/WwVdXPiRohvNWoqjHbl0BcwH
xRAUJP4WRRi6Zj9LtGQcPDNCNJSJRD7ZCC4KxKQAb7YCDHppIYE=
=Wd1i
-----END PGP SIGNATURE-----
--- End Message ---