Source: xotcl
Version: 1.6.8-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: fileordering
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [0], we have noticed
that xotcl could not be built reproducibly.

The attached patch removes filesystem ordering specific behaviour
from the build system. Once applied, xotcl can be built reproducibly
in our reproducible toolchain.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/Makefile.in       2015-08-31 13:52:41.718674028 +0100
--- b/Makefile.in       2015-08-31 14:02:06.180689605 +0100
@@ -58,7 +58,7 @@
        $(src_lib_dir)/lib/*.xotcl \
        $(src_lib_dir)/store/*.xotcl \
        $(src_lib_dir)/serialize/Serializer.xotcl \
-       $(src_test_dir)/*.xotcl \
+       $(sort $(wildcard $(src_test_dir)/*.xotcl)) \
        $(src_app_dir)/scripts/*.xotcl \
        $(src_app_dir)/comm/[flsw]*.xotcl \
        $(src_app_dir)/actiweb/univ/UNIVERSAL.xotcl \
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to