[notes] 01/01: Update issue captures_build_path, captures_build_path_via_assert

Ximin Luo infinity0 at debian.org
Mon Nov 14 13:01:15 UTC 2016


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

infinity0 pushed a commit to branch master
in repository notes.

commit cb6c434f5837cd865dd25dda7a7b8cb02b4ebace
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 14 14:00:59 2016 +0100

    Update issue captures_build_path, captures_build_path_via_assert
---
 issues.yml | 37 ++++++++++++++++++++++++++++++-------
 1 file changed, 30 insertions(+), 7 deletions(-)

diff --git a/issues.yml b/issues.yml
index e13db99..e1343a6 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1275,14 +1275,23 @@ user_in_documentation_generated_by_gsdoc:
   description:
     GNUstep's gsdoc adds "generated by $USER" to some API documentaton.
 captures_build_path:
-  description:
+  description: |
     Captures build path, e.g., /build-1st v. /build-2nd.
     If using autoconf, make sure you call ./configure via a relative and not absolute path.
-    If this is related to using the `___FILE___` macro, we plan on submitting some patches to GCC to fix this in one central place.
-    See https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160822/006788.html and
-    https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160905/006984.html and
-    https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160912/007076.html and
-    https://gcc.gnu.org/ml/gcc-patches/2016-10/msg01338.html
+    .
+    If this is related to using the `__FILE__` macro, we have a pending patch
+    to GCC to fix this in one central place.
+    .
+    https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00182.html
+    .
+    If/when this is accepted, this issue should be fixed for all packages and
+    you should not need to fix it specifically in your package.
+    .
+    For more background information see:
+    .
+     • https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160822/006788.html
+     • https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160905/006984.html
+     • https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160912/007076.html
   deterministic: True
 captures_home_dir:
   description:
@@ -1451,7 +1460,21 @@ build_id_differences_only:
     of captures_build_path.
 captures_build_path_via_assert:
   description: |
-    Absolute paths to source file names are embedded through assert(), which embeds the value of the __FILE__ macro.
+    Absolute paths to source file names are embedded through assert(), which
+    embeds the value of the __FILE__ macro.
+    .
+    We have a pending patch to GCC to fix this in one central place.
+    .
+    https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00182.html
+    .
+    If/when this is accepted, this issue should be fixed for all packages and
+    you should not need to fix it specifically in your package.
+    .
+    For more background information see:
+    .
+     • https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160822/006788.html
+     • https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160905/006984.html
+     • https://lists.alioth.debian.org/pipermail/reproducible-builds/Week-of-Mon-20160912/007076.html
 captures_build_arch:
   description: |
     Captures the build arch (`uname -m`, typically i686 v. x86_64).

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