Your message dated Wed, 11 Sep 2024 13:26:31 +0000 with message-id <E1soNMd-00732X-Ox@fasolo.debian.org> and subject line Bug#1081303: fixed in rocdbgapi 5.7.1-2 has caused the Debian Bug report #1081303, regarding rocdbgapi: FTBFS on ppc64el 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.) -- 1081303: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081303 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: rocdbgapi: FTBFS on ppc64el
- From: Hector Oron Martinez <zumbi@debian.org>
- Date: Tue, 10 Sep 2024 18:20:14 +0200
- Message-id: <[🔎] 172598521434.154645.9984876185842704497.reportbug@shifu.oron.es>
Source: rocdbgapi Version: 5.7.1-1 Severity: important Tags: ftbfs patch X-Debbugs-Cc: zumbi@debian.org Hello, Package fails to build from source on ppc64el architecture: https://buildd.debian.org/status/fetch.php?pkg=rocdbgapi&arch=ppc64el&ver=5.7.1-1&stamp=1719421340&raw=0 I have submitted upstream a fix for the build: https://github.com/ROCm/ROCdbgapi/pull/15 Description: Fix build for ppc64el Author: Héctor Orón Martínez Forwarded: https://github.com/ROCm/ROCdbgapi/pull/15 Last-Update: 2024-09-10 Index: rocdbgapi-5.7.1/src/os_driver.cpp =================================================================== --- rocdbgapi-5.7.1.orig/src/os_driver.cpp +++ rocdbgapi-5.7.1/src/os_driver.cpp @@ -1332,7 +1332,7 @@ to_string (os_runtime_info_t runtime_inf { return string_printf ( "{ .r_debug=%#llx, .runtime_state=%s, .ttmp_setup=%d }", - runtime_info.r_debug, + (unsigned long long) runtime_info.r_debug, to_cstring (static_cast<os_runtime_state_t> (runtime_info.runtime_state)), runtime_info.ttmp_setup); } @@ -1368,9 +1368,12 @@ to_string (os_queue_snapshot_entry_t sna ".write_pointer_address=%#llx, .read_pointer_address=%#llx, " ".ctx_save_restore_address=%#llx, .queue_id=%d, .gpu_id=%d, " ".ring_size=%d, .queue_type=%d }", - snapshot.exception_status, snapshot.ring_base_address, - snapshot.write_pointer_address, snapshot.read_pointer_address, - snapshot.ctx_save_restore_address, snapshot.queue_id, snapshot.gpu_id, + (unsigned long long) snapshot.exception_status, + (unsigned long long) snapshot.ring_base_address, + (unsigned long long) snapshot.write_pointer_address, + (unsigned long long) snapshot.read_pointer_address, + (unsigned long long) snapshot.ctx_save_restore_address, + snapshot.queue_id, snapshot.gpu_id, snapshot.ring_size, snapshot.queue_type); } Index: rocdbgapi-5.7.1/src/queue.cpp =================================================================== --- rocdbgapi-5.7.1.orig/src/queue.cpp +++ rocdbgapi-5.7.1/src/queue.cpp @@ -788,8 +788,11 @@ aql_queue_t::update_waves () { log_info ("decoding %s's context save area: " "ctrl_stk:[0x%llx..0x%llx[, wave_area:[0x%llx..0x%llx[", - to_cstring (id ()), control_stack_begin, control_stack_end, - wave_area_begin, wave_area_end); + to_cstring (id ()), + (unsigned long long) control_stack_begin, + (unsigned long long) control_stack_end, + (unsigned long long) wave_area_begin, + (unsigned long long) wave_area_end); /* Read the entire control stack from the inferior in one go. */ amd_dbgapi_size_t size = control_stack_end - control_stack_begin; Regards -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.10.7-amd64 (SMP w/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_USER Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=ca_ES:ca Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
- To: 1081303-close@bugs.debian.org
- Subject: Bug#1081303: fixed in rocdbgapi 5.7.1-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 11 Sep 2024 13:26:31 +0000
- Message-id: <E1soNMd-00732X-Ox@fasolo.debian.org>
- Reply-to: Petter Reinholdtsen <pere@debian.org>
Source: rocdbgapi Source-Version: 5.7.1-2 Done: Petter Reinholdtsen <pere@debian.org> We believe that the bug you reported is fixed in the latest version of rocdbgapi, 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 1081303@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Petter Reinholdtsen <pere@debian.org> (supplier of updated rocdbgapi 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 11 Sep 2024 14:41:56 +0200 Source: rocdbgapi Architecture: source Version: 5.7.1-2 Distribution: unstable Urgency: medium Maintainer: Debian ROCm Team <debian-ai@lists.debian.org> Changed-By: Petter Reinholdtsen <pere@debian.org> Closes: 1081303 Changes: rocdbgapi (5.7.1-2) unstable; urgency=medium . * Team upload. . * Changed int types used to build on ppc64el (Closes: #1081303). Checksums-Sha1: 151f50c490f273ea6397435867611a16528eb061 2081 rocdbgapi_5.7.1-2.dsc 7e22f7f79f6e56e2aa82213c17ca28bcbc9a9371 8940 rocdbgapi_5.7.1-2.debian.tar.xz 59f56b39240cfbe53e26b59ac3fb9beae8cfd5fa 7575 rocdbgapi_5.7.1-2_source.buildinfo Checksums-Sha256: 41771dbdd26cf7beb2c429c4a8ebd7446a1f303e190dc226e1393cae421f5790 2081 rocdbgapi_5.7.1-2.dsc 16e9bae9b7d9fea0a1cab213658d070791795f3e07eaf6a736168fce4bd88d78 8940 rocdbgapi_5.7.1-2.debian.tar.xz 9fc40c0e9479fda1668f5fe97e65bc0c0bb35f7c4d269b310c5c76c51b834507 7575 rocdbgapi_5.7.1-2_source.buildinfo Files: 230253b36dabdcde3b3e6444ef830ffa 2081 devel optional rocdbgapi_5.7.1-2.dsc 9225270cfc28e895c738019313ec8b23 8940 devel optional rocdbgapi_5.7.1-2.debian.tar.xz 0cd5d9260fbc6cbb66a7b5c82076b0e4 7575 devel optional rocdbgapi_5.7.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmbhkGgACgkQgSgKoIe6 +w7q4w//Qv41YKBwshBePlxF10MptWqBkCOk+JavxJeX2yOP8GzrojwWJC2uUd+v ehJi65W4D+YTuuE4c8hLL05WbH4HoCAxscm+7umvZHXXFK3Soi/sufgUPup1LPUR LhFlNxzAQj/ToqvfSNbmgyChrAn1MiOlywb+QII9I0WNDVNPNH4C2OqJtugNrT5y HC0czkybXK7opbLsz6OBNh2Eu1SscjTB4YJ1cxQfqQrAADBrPmxD72HfrTliiDyr S5GucWERLFEGlnrBUv3JoA5HbwgoJ7oXZ49VyXOwn0Y2dWzkLzId+wd+V21J3TQN anFFjm8Crb4R0yWE7B1DXvYrqMC4cXyDr/wx8vJvweGuxmzE21CclL3ey1fdawtO 70XY23+Yc4oJDtJwMNAON1NKdd42V02Y+q0NgaeIm1WHCk4z14ZPfNrRU+zyZCkX kqroYbNRIAYhbjHYEt7walvMDFVrcakWVfiJvNyTlB7Z99kh9GBXZDpDytjiqbYO zZmEMu4gS4+n8gmdQkLUcDcl+/mzfH7ayAYTgUbvAW/hgnkIibzw4jNEJnGmBRSZ kgWPOZSmQszHsfWXNAYzgIJhKcmFWVDDt2rNGd0K++7Gu4YgWjq0O2QqHMAxzkf8 4GSyb3v7u2g96FIZCykTUTEGMbcyxXcm/7SxxTdoll3YGTrzXiA= =NgMo -----END PGP SIGNATURE-----Attachment: pgpMBPd_90Mtm.pgp
Description: PGP signature
--- End Message ---