[notes] 01/01: Review nvim

Daniel Shahaf danielsh at apache.org
Sun Sep 18 15:43:16 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 2b4bec6edd22354ee17f2e8ac4d2f9270d4af12d
Author: Daniel Shahaf <d.s at daniel.shahaf.name>
Date:   Sun Sep 18 15:41:36 2016 +0000

    Review nvim
---
 packages.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages.yml b/packages.yml
index d9988a4..2e3cc8a 100644
--- a/packages.yml
+++ b/packages.yml
@@ -16899,6 +16899,12 @@ neotoma:
     - captures_build_path
 neovim:
   version: 0.1.5-2
+  comments: |
+    Two differences:
+      1) Captures hostname (near the start of .rodata).
+      2) .rodata of /usr/bin/nvim includes "hostname\0" (literally those 9 bytes) in first build but not in second build.
+    .
+    These two may have a single cause: in the second build the hostname is "i-capture-the-hostname", so the compiler may have combined string literals, i.e., used the end of the string literal "i-capture-the-hostname" as the literal "hostname".
   issues:
     - captures_build_path
 nestopia:

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