Commits (2)
......@@ -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:
......