Skip to content
Snippets Groups Projects
Commit cb6c434f authored by Ximin Luo's avatar Ximin Luo
Browse files

Update issue captures_build_path, captures_build_path_via_assert

parent b3ddacae
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment