Your message dated Thu, 04 Jul 2024 17:16:31 -0400
with message-id <[email protected]>
and subject line Re: Bug#1062598: libpod: Add support for LoongArch
has caused the Debian Bug report #1062598,
regarding libpod: Add support 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 [email protected]
immediately.)


-- 
1062598: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libpod
Version: 4.9.0+ds1-2
Severity: normal
Tags: patch
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Please help to add support for loong64.I have build it in my local
machine.


-- 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
--- libpod-4.9.0+ds1.orig/Makefile
+++ libpod-4.9.0+ds1/Makefile
@@ -164,6 +164,7 @@ CROSS_BUILD_TARGETS := \
        bin/podman.cross.linux.arm64 \
        bin/podman.cross.linux.386 \
        bin/podman.cross.linux.s390x \
+       bin/podman.cross.linux.loong64 \
        bin/podman.cross.linux.mips \
        bin/podman.cross.linux.mipsle \
        bin/podman.cross.linux.mips64 \
--- libpod-4.9.0+ds1.orig/pkg/machine/fcos.go
+++ libpod-4.9.0+ds1/pkg/machine/fcos.go
@@ -91,6 +91,8 @@ func GetFcosArch() string {
                arch = "aarch64"
        case "riscv64":
                arch = "riscv64"
+       case "loong64":
+               arch = "loongarch64"
        default:
                arch = "x86_64"
        }

--- End Message ---
--- Begin Message ---
JiaLing Zhang <[email protected]> writes:

> [2:text/plain Show Save:loongarch-support.patch (609B)]

That patch is adding a makefile rule to aid cross-compiling podman for
loongson. AFAIUI, we don't do cross-compilation. In fact, podman builds
on loong64 just fine without this patch.

https://buildd.debian.org/status/package.php?p=libpod

I'm therefore closing this bug for now, but please let me know if I'm
missing something.

Best,
-rt

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to