Your message dated Thu, 16 Jan 2025 21:48:11 +0000
with message-id <[email protected]>
and subject line Bug#1093125: fixed in rustc 1.84.0+dfsg1-1
has caused the Debian Bug report #1093125,
regarding rustc: FTBFS on hurd-any
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.)
--
1093125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093125
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rustc
Version: 1.84.0+dfsg1-1~exp1
Severity: important
Tags: ftbfs patch upstream fixed-upstream
Forwarded: https://github.com/rust-lang/rust/pull/133515
Hello,
With the upgrade of libc to 0.2.164, rustc gets a build failure, which
was fixed upstream by the attached patch, could you apply it?
Thanks,
Samuel
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500,
'oldstable-proposed-updates-debug'), (500, 'oldoldstable'), (500,
'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1,
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64
Kernel: Linux 6.12.5-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages rustc depends on:
ii binutils 2.43.50.20241215-1
ii gcc 4:14.2.0-1
ii libc6 2.40-4
ii libc6-dev [libc-dev] 2.40-4
ii libgcc-s1 15-20241220-1
ii libstd-rust-dev 1.83.0+dfsg1-1
Versions of packages rustc recommends:
ii cargo 1.83.0+dfsg1-1
ii rust-llvm 1.83.0+dfsg1-1
rustc suggests no packages.
-- no debconf information
--
Samuel
Cliquez sur le lien qui suit dans ce mail...vous n'avez plus qu'a vous
inscrire pour gagner de l'argent en restant connecte....et puis faites
passer le message et vous gagnerez encore plus d'argent ...
-+- AC in NPC : Neuneu a rencontré le Pere Noël -+-
commit 43ae473520078e2f006a563b8dbba70c79539f6f
Author: Steve Lau <[email protected]>
Date: Sat Nov 30 19:04:58 2024 +0800
fix: hurd build, stat64.st_fsid was renamed to st_dev
diff --git a/library/std/src/os/hurd/fs.rs b/library/std/src/os/hurd/fs.rs
index 00ff1560f31..e3087fa8af1 100644
--- a/library/std/src/os/hurd/fs.rs
+++ b/library/std/src/os/hurd/fs.rs
@@ -298,7 +298,7 @@ pub trait MetadataExt {
#[stable(feature = "metadata_ext", since = "1.1.0")]
impl MetadataExt for Metadata {
fn st_dev(&self) -> u64 {
- self.as_inner().as_inner().st_fsid as u64
+ self.as_inner().as_inner().st_dev as u64
}
fn st_ino(&self) -> u64 {
self.as_inner().as_inner().st_ino as u64
--- End Message ---
--- Begin Message ---
Source: rustc
Source-Version: 1.84.0+dfsg1-1
Done: Fabian Grünbichler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rustc, 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.
Fabian Grünbichler <[email protected]> (supplier of updated
rustc 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: Thu, 16 Jan 2025 20:46:05 +0100
Source: rustc
Architecture: source
Version: 1.84.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rust Maintainers
<[email protected]>
Changed-By: Fabian Grünbichler <[email protected]>
Closes: 1093031 1093125
Changes:
rustc (1.84.0+dfsg1-1) unstable; urgency=medium
.
* rust-analyzer: fix build on mips64el
* fix hurd build (Closes: #1093125)
* d/control: add Conflicts with rustup (Closes: #1093031)
Checksums-Sha1:
78d1f0e540a0cc671a8492fb8a31f8db015fd2df 4067 rustc_1.84.0+dfsg1-1.dsc
b80c7f8479199e529472f6f76bc68023f7177e36 138620
rustc_1.84.0+dfsg1-1.debian.tar.xz
3e028847dfdf1374e9aa4da7622f629cf71f6a1f 14085
rustc_1.84.0+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
e8765fd681813e7f3fdcfc6d6502b1974d6288b3b713cea34e8669b03f34d420 4067
rustc_1.84.0+dfsg1-1.dsc
3aa93a491e4f9d61286a6adc82b13eec63fa89b44fac6c5ac5838fe45663450e 138620
rustc_1.84.0+dfsg1-1.debian.tar.xz
11045776d7c803432ce962c2d2cd065e2c9afd34048c9362a61cc8db8938a8ca 14085
rustc_1.84.0+dfsg1-1_amd64.buildinfo
Files:
b5cb197bb3df52d3678f231766e5ba35 4067 devel optional rustc_1.84.0+dfsg1-1.dsc
9b854da25d33fff5e8da80432457ddc5 138620 devel optional
rustc_1.84.0+dfsg1-1.debian.tar.xz
f619c78b9c94af8ad192331ea589d58e 14085 devel optional
rustc_1.84.0+dfsg1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJVBAEBCgA/FiEEbdkGe7ToK0Amc9ppdh5TKjcTRTAFAmeJcHUhHGRlYmlhbkBm
YWJpYW4uZ3J1ZW5iaWNobGVyLmVtYWlsAAoJEHYeUyo3E0UwkxgQAJTRhcSXcAhP
JzuzfQyGRvIayiMKkDQBxiIIu2D6dhibc2+uEw+QLpzdCq39Qyd2YUUKeoGDuibx
gP4cYeVc06LtwQwMrHKL7YMoe1Hw6JTl6zwo0FymhEwaiq0dRYpnfZxyZ0KTtKb+
QVNx2m+mhWUU+44114nxMzbHA53hq5CMy6PtdRPBru9spdJ/Ht0piG1zdJx2xVHN
7bQRpK98D4YdSG8kXqnlnxiQwauwd3d6hR2bNLYERvjC9z+HE02TjLV7la8vYLKF
WWpfgzlipP7B/QYiaeAekPcL3QsOPWW3e1FRqjoxinDs/Mv26KB2GpO2yoKYif7i
1S/AY10c5OKK6+evKsFASQ37pq5tqhZ0Dk+LeYfWxtqt5b0URRdk9mpdtG6k7YX4
ZI+Y7vosoqxizE4b/LplWlg12XavcsCxwzegNXGSTHniOgnGAW6D+ixHwkHLzDW1
X2C9f2i5HbXQaWW2rLhcwfaGmpfRzMeLIPwyo99lwrBJ1GQ1L05oM7WF7+JO6TK0
bqJkyeD0ILtdYkx12JZrzbfqdvw8F98Qlcgl8eYFXdRky8l0zwgLiJA65dEBd+9F
q9/i6KNJFx/cxOSGjTf8KzXfHaaRrMkQPwssg9DNvwUFavJj3YeS5S7wQq4ZPPW6
6rHJrODel88/eRYHtXjUHZRp5cwME7Lm
=zKdJ
-----END PGP SIGNATURE-----
pgpv4MvBnO8Ax.pgp
Description: PGP signature
--- End Message ---