Your message dated Thu, 11 Jul 2024 19:36:55 +1000
with message-id <2432587.LvOXTfhQox@deblab>
and subject line Closing Bug#1071550: zabbix: please add support for loong64
has caused the Debian Bug report #1071550,
regarding zabbix: 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.)
--
1071550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071550
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: zabbix
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainer,
zabbix compiled incorrectly on loongarch, the attachment has fixed the bug.
Please refer to the attached patch to modify the code.
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.
.
zabbix (1:6.0.29+dfsg-1) unstable; urgency=medium
.
[ Andreas B. Mundt ]
* Tiny fix for zabbix-server-pgsql.README.Debian:
Make user zabbix the owner of the zabbix db.
.
[ Dmitry Smirnov ]
* New upstream release.
* Use vendored "miekg/dns" to fix FTBFS (Closes: #1064715).
Author: Dmitry Smirnov <[email protected]>
Bug-Debian: https://bugs.debian.org/1064715
---
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: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-05-20
--- zabbix-6.0.29+dfsg.orig/src/go/plugins/system/uname/uname_int8.go
+++ zabbix-6.0.29+dfsg/src/go/plugins/system/uname/uname_int8.go
@@ -1,5 +1,5 @@
-//go:build (linux && 386) || (linux && amd64) || (linux && arm64) || (linux &&
mips64le) || (linux && mipsle)
-// +build linux,386 linux,amd64 linux,arm64 linux,mips64le linux,mipsle
+//go:build (linux && 386) || (linux && amd64) || (linux && arm64) || (linux &&
mips64le) || (linux && mipsle) || (linux && loong64)
+// +build linux,386 linux,amd64 linux,arm64 linux,mips64le linux,mipsle
linux,loong64
/*
** Zabbix
--- End Message ---
--- Begin Message ---
Version: 1:7.0.0+dfsg-1
Zabbix 1:7.0.0+dfsg-2 builds successfully on "loong64":
https://buildd.debian.org/status/package.php?p=zabbix
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.
signature.asc
Description: This is a digitally signed message part.
--- End Message ---