[notes] 01/02: issues += captures_build_arch; packages += python-nacl

Daniel Shahaf danielsh at apache.org
Tue Oct 18 16:14:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit 94c4798dd4fae76d5a03a442c35873ca14a33e77
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Tue Oct 18 16:09:18 2016 +0000

    issues += captures_build_arch; packages += python-nacl
---
 issues.yml   |  3 +++
 packages.yml | 18 +++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/issues.yml b/issues.yml
index d7ff1ea..7728b06 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1428,3 +1428,6 @@ build_id_differences_only:
 captures_build_path_via_assert:
   description: |
     Absolute paths to source file names are embedded through assert(), which embeds the value of the __FILE__ macro.
+captures_build_arch:
+  description: |
+    Captures the build arch (`uname -m`, typically i686 v. x86_64).
diff --git a/packages.yml b/packages.yml
index b1ed775..a2e061f 100644
--- a/packages.yml
+++ b/packages.yml
@@ -22290,6 +22290,20 @@ python-muranoclient:
   version: 0.7.1-3
   bugs:
     - 816735
+python-nacl:
+  version: 1.0.1-2
+  comments: |
+    [i386 only] The build uses an arch-dependent temporary directory name,
+    which is reflected in the debug symbols:
+    .
+    │   │   │   │   │   The Directory Table (offset 0x1b):
+    │   │   │   │   │ -  1	build/temp.linux-x86_64-2.7
+    │   │   │   │   │ +  1	build/temp.linux-i686-2.7
+    .
+    This could explain most or all of the other differences (through diffoscope's #838569)
+  issues:
+    - captures_build_arch
+    - max_output_size_reached
 python-netaddr:
   version: 0.7.18-1
   bugs:
@@ -28355,7 +28369,9 @@ swift-im:
 swig:
   version: 3.0.7-2.1
   comments: |
-    [i386] Captures `uname -m` ("x86_64" v. "i686")
+    [i386]
+  issues:
+    - captures_build_arch
 swiginac:
   version: 1.5.1.1-2
   bugs:

-- 
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