[notes] 02/02: issues += captures_kernel_version_via_CMAKE_SYSTEM; packages += biboumi; update librabbitmq accordingly.
Daniel Shahaf
danielsh at apache.org
Sun Jan 22 09:38:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
danielsh-guest pushed a commit to branch master
in repository notes.
commit 044f5c570ea904e65a59b496c72532b370824b2c
Author: Daniel Shahaf <danielsh at apache.org>
Date: Sun Jan 22 09:32:56 2017 +0000
issues += captures_kernel_version_via_CMAKE_SYSTEM; packages += biboumi; update librabbitmq accordingly.
---
issues.yml | 10 ++++++++++
packages.yml | 10 +++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/issues.yml b/issues.yml
index 8ff7f89..c4396ae 100644
--- a/issues.yml
+++ b/issues.yml
@@ -788,6 +788,8 @@ timestamps_in_documentation_generated_by_rdtool:
captures_kernel_version:
description: |
Stores the kernel version (uname -a, /proc/version, etc.) output, normally for debugging purposes.
+ .
+ Sub-issue: captures_kernel_version_via_CMAKE_SYSTEM
deterministic: True
timestamps_in_allegro_dat_files:
description: |
@@ -1615,3 +1617,11 @@ help2man_puts_traceback_in_generated_man_page:
.
That's a non-reproducibility bug, but we catch it when the traceback contains abspaths that embed $SOURCE_ROOT_DIR.
deterministic: False
+captures_kernel_version_via_CMAKE_SYSTEM:
+ description: |
+ Uses CMAKE_SYSTEM, which embeds `uname -sr` output; the -r (version) varies.
+ .
+ Instead, use CMAKE_SYSTEM_NAME (`uname -s`), which shouldn't vary.
+ .
+ Parent issue: captures_kernel_version
+ deterministic: False
diff --git a/packages.yml b/packages.yml
index a22e5a6..932479e 100644
--- a/packages.yml
+++ b/packages.yml
@@ -1773,6 +1773,12 @@ bibletime:
version: 2.10.1-3
issues:
- captures_build_path
+biboumi:
+ version: 4.0-1
+ issues:
+ - captures_kernel_version_via_CMAKE_SYSTEM
+ - captures_build_path_via_assert
+ - max_output_size_reached
bibtex2html:
version: 1.98-4
comments: |
@@ -15199,10 +15205,8 @@ librabbitmq:
comments: |
Embeds the kernel version.
https://sources.debian.net/src/librabbitmq/0.5.2-2/cmake/config.h.in/#L11
- .
- Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM (which includes the version).
issues:
- - captures_kernel_version
+ - captures_kernel_version_via_CMAKE_SYSTEM
- captures_build_path
libradsec:
version: 0.0.5-2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git
More information about the Reproducible-commits
mailing list