Your message dated Fri, 01 Nov 2024 23:05:03 +0000
with message-id <[email protected]>
and subject line Bug#1082965: fixed in ltrace 0.7.3+git20240814-0.3
has caused the Debian Bug report #1082965,
regarding ltrace: fix ftbfs on 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.)


-- 
1082965: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082965
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ltrace
Version: 0.7.3+git20240814-0.2
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

ltrace compiles incorrectly on loongarch platform, attachment patch resolves 
the issue. I have verified the patch on loongarch platform and it compiles 
successfully. Please merge the attached patch.

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.
 .
 ltrace (0.7.3+git20240814-0.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Upload to unstable. Closes: #1019505
     * New release, Closes: #958369, #927149, #606026, #553189
     * Enable build for arm64, mips64el, loong64, ppc64el, riscv64
       Closes: #1042390, #871574, #744752, #1050320, #1027385
Author: Chris Hofstaedtler <[email protected]>
Bug-Debian: https://bugs.debian.org/553189
Bug-Debian: https://bugs.debian.org/606026
Bug-Debian: https://bugs.debian.org/744752
Bug-Debian: https://bugs.debian.org/871574
Bug-Debian: https://bugs.debian.org/927149
Bug-Debian: https://bugs.debian.org/958369
Bug-Debian: https://bugs.debian.org/1019505
Bug-Debian: https://bugs.debian.org/1027385
Bug-Debian: https://bugs.debian.org/1042390
Bug-Debian: https://bugs.debian.org/1050320

---
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-09-29

--- ltrace-0.7.3+git20240814.orig/sysdeps/linux-gnu/loongarch/fetch.c
+++ ltrace-0.7.3+git20240814/sysdeps/linux-gnu/loongarch/fetch.c
@@ -18,6 +18,7 @@
  * 02110-1301 USA
  */
 
+#include <elf.h>
 #include <sys/ptrace.h>
 #include <asm/ptrace.h>
 #include <stdlib.h>
--- ltrace-0.7.3+git20240814.orig/sysdeps/linux-gnu/loongarch/plt.c
+++ ltrace-0.7.3+git20240814/sysdeps/linux-gnu/loongarch/plt.c
@@ -18,6 +18,7 @@
  * 02110-1301 USA
  */
 
+#include <stdio.h>
 #include <gelf.h>
 #include <stdbool.h>
 #include "backend.h"
--- ltrace-0.7.3+git20240814.orig/sysdeps/linux-gnu/loongarch/regs.c
+++ ltrace-0.7.3+git20240814/sysdeps/linux-gnu/loongarch/regs.c
@@ -19,6 +19,8 @@
  */
 
 #include "config.h"
+#include <errno.h>
+#include <stdio.h>
 #include <stddef.h>
 #include <sys/types.h>
 #include <sys/ptrace.h>
--- ltrace-0.7.3+git20240814.orig/sysdeps/linux-gnu/loongarch/trace.c
+++ ltrace-0.7.3+git20240814/sysdeps/linux-gnu/loongarch/trace.c
@@ -18,6 +18,7 @@
  * 02110-1301 USA
  */
 
+#include <stdio.h>
 #include <sys/ptrace.h>
 #include <sys/types.h>
 #include <sys/wait.h>


--- End Message ---
--- Begin Message ---
Source: ltrace
Source-Version: 0.7.3+git20240814-0.3
Done: Chris Hofstaedtler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ltrace, 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.
Chris Hofstaedtler <[email protected]> (supplier of updated ltrace 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: SHA256

Format: 1.8
Date: Fri, 01 Nov 2024 23:32:48 +0100
Source: ltrace
Architecture: source
Version: 0.7.3+git20240814-0.3
Distribution: unstable
Urgency: medium
Maintainer: Juan Cespedes <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 1078799 1082965
Changes:
 ltrace (0.7.3+git20240814-0.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Bo YU ]
   * Fix ftbfs on riscv64. (Closes: #1078799)
 .
   [ wuruilong ]
   * Fix ftbfs on loong64. (Closes: #1082965)
Checksums-Sha1:
 cef65b6c9687e52f1f8fcab209e14c69caf391d1 1990 ltrace_0.7.3+git20240814-0.3.dsc
 95027bac51ae9fca9890748c449f6ba9af44b2df 10364 
ltrace_0.7.3+git20240814-0.3.debian.tar.xz
Checksums-Sha256:
 076a349ca8b3e8a55637767144b6935f6c898951c3b77f085fedb967bbb1a7ba 1990 
ltrace_0.7.3+git20240814-0.3.dsc
 6f71bad093d9bed50a87c97042faa9cd8d9e3e609e0496358d98beebfe8c026a 10364 
ltrace_0.7.3+git20240814-0.3.debian.tar.xz
Files:
 967ffa0138f4d4d74c2c663795632eac 1990 utils optional 
ltrace_0.7.3+git20240814-0.3.dsc
 68b82f8781e944dad7544c25feaef570 10364 utils optional 
ltrace_0.7.3+git20240814-0.3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmclWXkACgkQXBPW25MF
LgOFow/+InOCcDpDTWtUHWq29hvbhF/ClnkDbo/pZbdS7qzHIRYvGB7S2rKYnMOw
EyoKiBsMl48xYEFaOdq0HlO3enVWGoqND8/HaaRTnBIvYNu8pTMPt7JNURVidUiW
kVx6W1WuC/wCX/AdAgg3ikAM1d+mvPp3kWlBnG1AmX8v3tycEWaPFnTwkYewfvhR
uOW6xaE3EMSXsqMHvfo+muzVdOKct9KTKfAl7iG1NuchFdkvT0C4kuEWdkrUHp2x
W7d2deoIWRd/QrbnUX1qDvc2Og8Bfw9l6bfX+pU4oS/r1pA3D96ZPMW/pDktKK+N
c0i4lD+IZ1HyNYa23MQWVg/QoDldThFwPbAiT9es9iVthUWw4XkiwZvoNQvW1dJb
/pfOio+1FZhL0XYwXmLCMa+NzbCjiC/M3zbzwBQEIJ/wg71YhOvxDCfR2GwU81nR
tdjMlnYcX+JVUw6C49QoVpNG9d3uSFT3kHGxgcCKklrMc6aROJQdP6gWfk5P7p7q
tXXCJnT/TsKu70MP7YMFc5+ONuWK6ptlgxjJYFgi7cQWGP8MC7Vs7+6FQJ7EoZA+
uEJ4KJKahE+nRT5NiBNhzLmMZDJUbX0zA7r9G0iMzaBnykLO+Q9VUvmd9wjne645
nsLnSZTyd/TPGFSTgCmi68eSSyvISNZhAiEuNv7Gt8ne3qFLmHM=
=qjd/
-----END PGP SIGNATURE-----

Attachment: pgpfRBBwRJCBU.pgp
Description: PGP signature


--- End Message ---

Reply via email to