Bug#879914: fmtlib: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Oct 27 08:41:38 UTC 2017


Source: fmtlib
Version: 4.0.0+ds-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that fmtlib could not be built reproducibly as — in a Doxygen error
message — it exposes the use of Doxygen's "FULL_PATH_NAMES = YES".

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/doc/build.py b/doc/build.py
index 55992b9..668accc 100755
--- a/doc/build.py
+++ b/doc/build.py
@@ -89,6 +89,7 @@ def build_docs(version='dev', **kwargs):
                           FMT_USE_USER_DEFINED_LITERALS=1 \
                           FMT_API=
       EXCLUDE_SYMBOLS   = fmt::internal::* StringValue write_str
+      FULL_PATH_NAMES   = NO
     '''.format(include_dir, doxyxml_dir).encode('UTF-8'))
   if p.returncode != 0:
     raise CalledProcessError(p.returncode, cmd)


More information about the Reproducible-bugs mailing list