Your message dated Tue, 13 May 2025 12:34:36 +0000
with message-id <e1ueoqc-00a1da...@fasolo.debian.org>
and subject line Bug#1086329: fixed in rocm-hipamd 5.7.1-6
has caused the Debian Bug report #1086329,
regarding mark libamdhip64-5 Multi-Arch: same
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 ow...@bugs.debian.org
immediately.)
--
1086329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libamdhip64-5,libhiprtc-builtins5,rocm-opencl-icd
Version: 5.7.1-5
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:aevol src:ampliconnoise src:colmap src:combblas
src:ectrans src:examl src:fdb src:ffindex src:flann src:form src:garli
src:gfsview src:gloo src:hpcc src:hyphy src:kokkos src:lrslib src:metkit
src:mfem src:molds src:mpi-defaults src:mrbayes src:mrmpi src:netcdf-parallel
src:odc src:openfoam src:otf src:phyml src:ray src:relion src:rocalution
src:spfft src:spooles src:tree-puzzle src:valgrind
The affected packages cannot satisfy their cross Build-Depends, because
their transitive dependency on libamdhip64-5 needs to be satisfied for
the build and host architecture simultaneously, but libamdhip64-5 is not
marked Multi-Arch: same and therefore does not allow coinstallation. Its
files are already laid out in a compatible way and the multiarch hinter
suggests that Multi-Arch: same is safe to add. I'm attaching a patch for
your convenience.
Helmut
diff --minimal -Nru rocm-hipamd-5.7.1/debian/changelog
rocm-hipamd-5.7.1/debian/changelog
--- rocm-hipamd-5.7.1/debian/changelog 2024-09-25 00:15:52.000000000 +0200
+++ rocm-hipamd-5.7.1/debian/changelog 2024-10-29 20:46:36.000000000 +0100
@@ -1,3 +1,11 @@
+rocm-hipamd (5.7.1-5.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Mark libamdhip64-5, libhiprtc-builtins5, and rocm-opencl-icd
+ Multi-Arch: same (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Tue, 29 Oct 2024 20:46:36 +0100
+
rocm-hipamd (5.7.1-5) unstable; urgency=medium
* Source only upload for migration to testing.
diff --minimal -Nru rocm-hipamd-5.7.1/debian/control
rocm-hipamd-5.7.1/debian/control
--- rocm-hipamd-5.7.1/debian/control 2024-09-24 23:05:58.000000000 +0200
+++ rocm-hipamd-5.7.1/debian/control 2024-10-29 20:46:25.000000000 +0100
@@ -77,6 +77,7 @@
Package: libamdhip64-5
Section: libs
Architecture: amd64 arm64 ppc64el
+Multi-Arch: same
Depends: libamd-comgr2, ${misc:Depends}, ${shlibs:Depends}
Description: Heterogeneous Interface for Portability - AMD GPUs implementation
This package is central to the ROCm stack. It is at the exchange point between
@@ -103,6 +104,7 @@
Package: libhiprtc-builtins5
Section: libs
Architecture: amd64 arm64 ppc64el
+Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: HIP Run Time Compilation libraries
HIP allows one to compile kernels at runtime with its hiprtc* APIs. hipRTC
@@ -127,6 +129,7 @@
Package: rocm-opencl-icd
Section: libs
Architecture: amd64 arm64 ppc64el
+Multi-Arch: same
Provides: opencl-icd
Depends: ${misc:Depends}, ${shlibs:Depends}
# Either will trigger LLVM double load bug
--- End Message ---
--- Begin Message ---
Source: rocm-hipamd
Source-Version: 5.7.1-6
Done: Cordell Bloor <c...@slerp.xyz>
We believe that the bug you reported is fixed in the latest version of
rocm-hipamd, 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 1086...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cordell Bloor <c...@slerp.xyz> (supplier of updated rocm-hipamd 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 13 May 2025 05:50:23 -0600
Source: rocm-hipamd
Architecture: source
Version: 5.7.1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian ROCm Team <debian...@lists.debian.org>
Changed-By: Cordell Bloor <c...@slerp.xyz>
Closes: 1086329 1088540 1094763 1099402 1099404 1103558 1103689
Changes:
rocm-hipamd (5.7.1-6) unstable; urgency=medium
.
* Revert "tests: allow deprecation warnings via allow-stderr restriction"
* d/p/0031-find-package-minimum-policy.patch: raise max policy version
in CMake config files to 3.31 to prevent deprecation warnings
from find_package(hip) or enable_language(hip)
* Remove the broken hiprtc::hiprtc imported target (Closes: #1088540)
* d/control: libamdhip64-dev now suggests hipcc, which is required for
HIP language support (Closes: #1094763)
* Add d/p/0038-fix-FindHIP-search-for-HIP_CLANG_PATH.patch to prevent
FindHIP.cmake from choosing an incorrect HIP_CLANG_PATH when ROCM_PATH
or HIP_PATH are set (Closes: #1099404)
* Add d/p/0039-fix-roc-obj-help.patch to fix garbage output in
roc-obj-ls --help and roc-obj-extract --help (Closes: #1103558)
* Add d/p/0040-self-sufficient-bf16-header.patch to fix undeclared
identifier '__ockl_sdot2' errors in translation units that include
hip_bf16.h before other headers (Closes: #1099402)
* Add manpages for hipcc, hipconfig, roc-obj, roc-obj-ls, and roc-obj-extract
(Closes: #1103689)
.
[ Helmut Grohne ]
* Mark libamdhip64-5, libhiprtc-builtins5, and rocm-opencl-icd
Multi-Arch: same (Closes: #1086329)
Checksums-Sha1:
dfd13d655e6cdb36ac002e12485c3357b7daa5d7 3529 rocm-hipamd_5.7.1-6.dsc
f7a20fd076cc164dff0bf5d4c7c2bd9904176ae5 29492
rocm-hipamd_5.7.1-6.debian.tar.xz
70ea927f917eac7cba3b8821ddde78081fddb9ee 9572
rocm-hipamd_5.7.1-6_source.buildinfo
Checksums-Sha256:
3b6709c7913bffd671a2b469930195aa4aeb9be578345e617549189c4010afb4 3529
rocm-hipamd_5.7.1-6.dsc
af4386b87134d1fed8edcd3857865585dc7819a770a51bb9b57d4d8c58fb6436 29492
rocm-hipamd_5.7.1-6.debian.tar.xz
ba57818600a049794533d6e98f010229bd9fe3b12c4a3c22edf6db5b4fac8bc9 9572
rocm-hipamd_5.7.1-6_source.buildinfo
Files:
10ff7d560f166fa1cc639d699cbd6c28 3529 devel optional rocm-hipamd_5.7.1-6.dsc
2429bcad880e2269040baf140365bc63 29492 devel optional
rocm-hipamd_5.7.1-6.debian.tar.xz
6a2b3fe3bf11895f456a6d1d57415d2f 9572 devel optional
rocm-hipamd_5.7.1-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
wsG7BAEBCgBvBYJoIzRsCRD5747gwCFjD0cUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmfLsF4KsIdNmTd8NMCo89yhUljiI6/oRWj7T7qxPVeR
gBYhBAzgb+OSqkj40i5EcfnvjuDAIWMPAADoJg//QBUZqolMBN1V5iLab50E7mfP
M1ZgtcQlA0x2VAEq1Nt28ZzqHJFZvcl0WAK5dCYnL1wcDzkhxv9yJeXyCF/i5dD2
2AFOV4SRgUGdwUJp9bQJvFv2WzdArqZ13LpVxyplTp720k2S2xKyUvZo4xnQtmmV
4ffiPES7Smr5gXyuHPC1mqCze7AAyvGBFFQH8NKMvk/zVxsoG4Vi6fm/+8DuuYaU
L2Q4i+BIWHYYVJ7XzFjK4Iz+ckzp9Ly3ti4QBOGVBMiL+QLxRrF0+TsGpiJNtiFr
3kRafLKmqEQGvsPWaXQtaSKqsHzRAU1znau+M8Bnc5TvGhO0D/x5YGsqGTA4oKxp
AnNGXiQbGaBq+MYQ3SA3pBk1KtNgTsGEWq8oLCwENN2FZ+oociGM01UzooLI4ZIF
LkXImbeLk725WN2IGoRIm3bbrY4EGGVIRsLBxBjx2qlJCpPHC4bp6BQuuV+ett8f
lFqFp61GEzrDbqUzzbn6Zg2CTZwmPKsy7sqzvb3hTfH+7LLvxZVW1l4Ux0sF3hzc
R6ldV+U3S1w+DhF/3FrUGaSDQ1fKR3RBhmipMMzFP7d5k/Tq/f68SJbPx3seqnSy
mCJaKuJ1fN9Dy82/5j90f0bEoiE/ZE67bZA3uxzK86OMYKehkxqrG04BO86V3vJP
R03DIWD7PusJ2jxlJyo=
=P8/k
-----END PGP SIGNATURE-----
pgpOD6UzPAyV0.pgp
Description: PGP signature
--- End Message ---