Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
ec8fd4b6561c2c8a044aef0b36d496960c9bcd9e...20b9e30a9a0d2bd05d4131e86218b5793e7d029a
Commits (2)
binutils: Add comment about potential locale related differences.
· 92b3e624
Vagrant Cascadian
authored
Apr 03, 2023
92b3e624
pike8.0: Mark with records_build_flags and captures_build_path. Add
· 20b9e30a
Vagrant Cascadian
authored
Apr 03, 2023
comments regarding cpu timing issues.
20b9e30a
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
20b9e30a
...
...
@@ -1700,6 +1700,7 @@ binutils:
unstable (probably build paths).
binutils-dev includes logs and summaries of the tests in
/usr/share/doc/binutils/tests/.
locales may trigger differences.
issues:
- test_suite_logs
- users_and_groups_in_tarball
...
...
@@ -21293,10 +21294,23 @@ pike8.0:
version: 8.0.1738-1
comments: |
Timestamp embedded in documentation
.
Kernel version captured when PIKE_BUILD_OS is not set
https://sources.debian.org/src/pike8.0/8.0.1738-1/Makefile/#L20
.
/usr/include/pike8.0/pike/propagated_variables includes compiler
flags and several variables which embed the full build path.
.
cpu timing captured in /usr/include/pike8.0/pike/machine.h from
https://sources.debian.org/src/pike8.0/8.0.388-2/src/configure.in/#L7431-L7439
-#define FB_CPU_TIME_IS_THREAD_LOCAL PIKE_UNKNOWN
vs.
+#define FB_CPU_TIME_IS_THREAD_LOCAL PIKE_NO
Worked around by passing --without-threads to configure.
issues:
- captures_kernel_version
- records_build_flags
- captures_build_path
pikepdf:
version: 3.2.0+dfsg-2
issues:
...
...