Your message dated Fri, 03 Jan 2025 16:50:48 +0000
with message-id <[email protected]>
and subject line Bug#1090396: fixed in sccache 0.9.0-2
has caused the Debian Bug report #1090396,
regarding sccache - upcoming rust-object update
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.)
--
1090396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090396
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sccache
Version: 0.9.0-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
sccache in particular depends on rust-object.
After bumping the dependency I got a failure to find
macho::FatHeader::parse , checking the upstream changelog I found
the following entry.
Replaced macho::FatHeader::parse, macho::FatHeader::parse_arch32,
and macho::FatHeader::parse_arch64 with read::macho::MachOFatFile,
read::macho::MachOFatFile32 and read::macho::MachOFatFile64. #623
After doing some exploration of the new API there doesn't seem to
be a way to try to parse a FatHeader without knowing before hand
if it is the 32 or 64 bit version. So I made the code try both
one after the other (and if both fail, it assumes it's not a
fat binary).
After applying the patch, I got the same number of test failures
as reported in bug 1090040
--- End Message ---
--- Begin Message ---
Source: sccache
Source-Version: 0.9.0-2
Done: Blair Noctis <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Blair Noctis <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 03 Jan 2025 16:13:50 +0000
Source: sccache
Architecture: source
Version: 0.9.0-2
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Blair Noctis <[email protected]>
Closes: 1090040 1090396
Changes:
sccache (0.9.0-2) unstable; urgency=medium
.
[ Peter Michael Green ]
* Bump object to 0.36, closes: #1090396
.
[ Blair Noctis ]
* Work around picking rustc from hard coded $CARGO_HOME, closes: #1090040
Checksums-Sha1:
0daa57208d749474a94dced94b0c828475606065 3929 sccache_0.9.0-2.dsc
30d7978938c8d421eb5d7303844f992b6e82c77b 18304 sccache_0.9.0-2.debian.tar.xz
b190c11ad29745a9e939cf38b907ef78ead28fc5 24329 sccache_0.9.0-2_amd64.buildinfo
Checksums-Sha256:
970405e597e798d6c9d5271a933e30c938fc76b0945e84b03c6bdb4e25e097a3 3929
sccache_0.9.0-2.dsc
53fef61cfc95d8e73dade2fb3a6ff206985f109973ae7b9597d9e6afb0be9255 18304
sccache_0.9.0-2.debian.tar.xz
f5cb45627867cf420ee1e6ace0ac3c9e0363ceb7e16d41f06eb22bd36b035cf4 24329
sccache_0.9.0-2_amd64.buildinfo
Files:
06d3f2e441dab3d0144c5521fe07dee3 3929 devel optional sccache_0.9.0-2.dsc
46edc255a4d66b42ddec2b9558222410 18304 devel optional
sccache_0.9.0-2.debian.tar.xz
4fc85679987df95c87682a87b23ecb4f 24329 devel optional
sccache_0.9.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIYEARYKAC4WIQScTWEJ927Sl0a/hB7sV97Kb1Pv6QUCZ3gPeRAcbmN0c0BkZWJp
YW4ub3JnAAoJEOxX3spvU+/pYPAA/0N/EtSuSJB6oLJgUj+FusZ2cBgUrr/A14a+
5/UksZ/nAPkBEa71NHp7K3A4pvGlrHiJ/GAB4/ZP7EKfXujIoQ93Bg==
=rZsx
-----END PGP SIGNATURE-----
pgpbjt5N3RR9x.pgp
Description: PGP signature
--- End Message ---