Your message dated Sun, 1 Sep 2024 06:02:36 +0800
with message-id <[email protected]>
and subject line Re: rust-nix: please add support for loong64
has caused the Debian Bug report #1068620,
regarding rust-nix: please add support for loong64
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.)
--
1068620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-nix
Severity: normal
Tags: patch
User: [email protected]
Usertags: loong64
X-Debbugs-Cc: [email protected]
Dear Maintainer,
The rust-nix package compiles incorrectly on the loong64 architecture,
the attached patch solves this problem and has been verified to compile
successfully
wuruilong
-- System Information:
Debian Release: trixie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)
Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
rust-nix (0.26.2-1) unstable; urgency=medium
.
* Team upload.
* Package nix 0.26.2 from crates.io using debcargo 2.6.0
* Skip test_recvmm2 on s390x, it seems to be flaky there.
* Skip a couple of tests that seem prone to hangs in my local testing.
Author: Peter Michael Green <[email protected]>
---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: https://github.com/nix-rust/nix/pull/2045
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Signed-Off-By: heiher
Last-Update: 2024-04-08
--- rust-nix-0.26.2.orig/src/sys/ioctl/linux.rs
+++ rust-nix-0.26.2/src/sys/ioctl/linux.rs
@@ -42,7 +42,8 @@ mod consts {
target_arch = "x86_64",
target_arch = "aarch64",
target_arch = "riscv32",
- target_arch = "riscv64"
+ target_arch = "riscv64",
+ target_arch = "loongarch64"
))]
mod consts {
#[doc(hidden)]
--- End Message ---
--- Begin Message ---
Hi,
It seems to build fine on loong64:
https://buildd.debian.org/status/package.php?p=rust-nix&a=loong64
Besides, that one line change doesn't seem to do much. Also, please try to be
better at writing patches next time.
--
Sdrager,
Blair Noctis
pgplb4jU9hcOt.pgp
Description: OpenPGP digital signature
--- End Message ---