Your message dated Fri, 26 Jul 2024 18:42:08 +0000 with message-id <[🔎] E1sXPtI-005bO3-Kb@fasolo.debian.org> and subject line Bug#1072228: Removed package(s) from unstable has caused the Debian Bug report #1060900, regarding freebsd-buildutils: add e_machine judgment for loongarch 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 owner@bugs.debian.org immediately.) -- 1060900: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060900 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Cc: zhangdandan@loongson.cn
- Subject: freebsd-buildutils: add e_machine judgment for loongarch
- From: zhangdandan <zhangdandan@loongson.cn>
- Date: Tue, 16 Jan 2024 17:59:36 +0800
- Message-id: <e5e15ecf-1b9e-47e8-248b-0385c1cbf56a@loongson.cn>
Source: freebsd-buildutils Version: 10.3~svn296373-7.1 Severity: wishlist Tags: ftbfs patch User: debian-loongarch@lists.debian.org Usertags: loong64 Dear maintainers,I have added e_machine judgment for loongarch in src/usr.bin/elfdump/elfdump.c.Reference, /* Legal values for e_machine (architecture). */ #define EM_NONE 0 /* No machine */ #define EM_M32 1 /* AT&T WE 32100 */ #define EM_SPARC 2 /* SUN SPARC */ ...... #define EM_CSKY 252 /* C-SKY */ #define EM_LOONGARCH 258 /* LoongArch */ Please consider the patch I have attached.I would like to remind you that the compilation dependency of freebsd-buildutils is not yet satisfied. Depends on gcc-9 when compiling freebsd-buildutils, please see d/control and d/rules. The LoongArch architecture was supported in Debian GCC since version 12.2.0-14.If you have any questions, you can contact me at any time. thanks, Dandan ZhangDescription: Add e_machine judgment for loongarch Last-Update: 2024-01-16 --- freebsd-buildutils-10.3~svn296373.orig/src/usr.bin/elfdump/elfdump.c +++ freebsd-buildutils-10.3~svn296373/src/usr.bin/elfdump/elfdump.c @@ -273,6 +273,7 @@ e_machines(u_int mach) case EM_X86_64: return "EM_X86_64"; case EM_AARCH64:return "EM_AARCH64"; case EM_RISCV: return "EM_RISCV"; + case EM_LOONGARCH: return "EM_LOONGARCH"; } snprintf(machdesc, sizeof(machdesc), "(unknown machine) -- type 0x%x", mach);
--- End Message ---
--- Begin Message ---
- To: 750378-done@bugs.debian.org,819145-done@bugs.debian.org,909403-done@bugs.debian.org,1060900-done@bugs.debian.org,1067683-done@bugs.debian.org,
- Cc: freebsd-buildutils@packages.debian.org
- Subject: Bug#1072228: Removed package(s) from unstable
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Fri, 26 Jul 2024 18:42:08 +0000
- Message-id: <[🔎] E1sXPtI-005bO3-Kb@fasolo.debian.org>
Version: 10.3~svn296373-7.1+rm Dear submitter, as the package freebsd-buildutils has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1072228 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---