Your message dated Sat, 23 May 2026 22:34:09 +0000
with message-id <[email protected]>
and subject line Bug#1098350: fixed in rocdbgapi 6.4.3-1.1
has caused the Debian Bug report #1098350,
regarding rocdbgapi: please make the build reproducible
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.)
--
1098350: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098350
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rocdbgapi
Version: 5.7.1-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps user
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed that
rocdbgapi could not be built reproducibly.
This is because it embedded the a timezone-varying date (fixed by passing
"UTC" in CMakeLists.txt) as well as the build username (fixed by exporting
a fixed value of the "USER" environment variable).
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible-build.patch 2025-02-19 11:41:20.774040209
+0000
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2025-02-19
+
+--- rocdbgapi-5.7.1.orig/CMakeLists.txt
++++ rocdbgapi-5.7.1/CMakeLists.txt
+@@ -144,7 +144,7 @@ if(DEFINED ENV{ROCM_BUILD_ID})
+ # ROCM_BUILD_ID is set by the ROCm-CI build environment.
+ set(build_info $ENV{ROCM_BUILD_ID})
+ else()
+- string(TIMESTAMP NOW "%Y%m%dT%H%M%S")
++ string(TIMESTAMP NOW "%Y%m%dT%H%M%S" UTC)
+ set(build_info developer-build-${NOW})
+
+ if(DEFINED ENV{USER})
--- a/debian/patches/series 2025-02-19 11:33:55.332975661 +0000
--- b/debian/patches/series 2025-02-19 11:41:18.334012860 +0000
@@ -1,2 +1,3 @@
pkgconfig-multiarch.patch
1000-portable-int-sizes.patch
+reproducible-build.patch
--- a/debian/rules 2025-02-19 11:33:55.332975661 +0000
--- b/debian/rules 2025-02-19 11:41:08.277901545 +0000
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export VERBOSE=1
+export USER=debian
%:
dh $@ -Scmake
--- End Message ---
--- Begin Message ---
Source: rocdbgapi
Source-Version: 6.4.3-1.1
Done: Vagrant Cascadian <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 13 May 2026 14:38:07 -0700
Source: rocdbgapi
Architecture: source
Version: 6.4.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian ROCm Team <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Closes: 1098350
Changes:
rocdbgapi (6.4.3-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Chris Lamb ]
* CMakeLists.txt: Fix timezone-varying date. (Closes: #1098350)
* debian/rules: Use fixed value for the "USER" environment variable.
(Closes: #1098350)
Checksums-Sha1:
57067d460bda85b62d6387b87e3f461f4e7f18df 1646 rocdbgapi_6.4.3-1.1.dsc
6e4f9e6da1b89dc9d96bd8ad75bf4095f603f14c 4488 rocdbgapi_6.4.3-1.1.debian.tar.xz
Checksums-Sha256:
bcb6248c0c1fcad95232af0ecfe93b2088aa5a3b3aced11247d218111c45b9f7 1646
rocdbgapi_6.4.3-1.1.dsc
e1fbad3a2f05e0c896ed549e5efade421a4d51c31b50458f1fccfa73cee3d087 4488
rocdbgapi_6.4.3-1.1.debian.tar.xz
Files:
73619c26b669c1ad8fc24bbdf03fa226 1646 devel optional rocdbgapi_6.4.3-1.1.dsc
1ba34198afea7e1ed09daf5f81bfe989 4488 devel optional
rocdbgapi_6.4.3-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iJYEARYKAD4WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCagTxSiAcdmFncmFudEBy
ZXByb2R1Y2libGUtYnVpbGRzLm9yZwAKCRDcUY/If5cWqrHaAQD9NiuB6rmMEF3r
J+vpN3vRoEtFAurrBTsfEqKgO4KeHAD+PVVJGf0t+VGfoAjfrTziSXm9a8LAh2Kf
TFT1d+JaAw0=
=+E2W
-----END PGP SIGNATURE-----
pgpyRI7gvGhOM.pgp
Description: PGP signature
--- End Message ---