Bug#789715: simgrid: please make the build reproducible

2015-06-28 Thread Jérémy Bobbio
Martin Quinson: On Wed, Jun 24, 2015 at 11:09:47AM +0200, marivalen wrote: Using `GZIP=-9n cmake -E tar` does not work. It seems that cmake does not pass environment variables to the command it runs. This explains the introduction of the env cmake command. What about patching the cmake

Bug#789715: simgrid: please make the build reproducible

2015-06-24 Thread marivalen
Hi, On 06/24/2015 01:50 AM, Martin Quinson wrote: [..] +--- simgrid-3.11.1.orig/buildtools/Cmake/GenerateDoc.cmake simgrid-3.11.1/buildtools/Cmake/GenerateDoc.cmake +@@ -48,7 +48,7 @@ if(DOXYGEN_FOUND) + ADD_CUSTOM_COMMAND(TARGET simgrid_documentation + COMMAND

Bug#789715: simgrid: please make the build reproducible

2015-06-24 Thread Martin Quinson
On Wed, Jun 24, 2015 at 11:09:47AM +0200, marivalen wrote: Hi, Using `GZIP=-9n cmake -E tar` does not work. It seems that cmake does not pass environment variables to the command it runs. This explains the introduction of the env cmake command. What about patching the cmake -E tar so that

Bug#789715: simgrid: please make the build reproducible

2015-06-24 Thread Johannes Schauer
Hi, On Wed, 24 Jun 2015 11:33:27 +0200 Martin Quinson martin.quin...@loria.fr wrote: On Wed, Jun 24, 2015 at 11:09:47AM +0200, marivalen wrote: Using `GZIP=-9n cmake -E tar` does not work. It seems that cmake does not pass environment variables to the command it runs. This explains the

Bug#789715: simgrid: please make the build reproducible

2015-06-24 Thread Martin Quinson
On Wed, Jun 24, 2015 at 11:55:45AM +0200, Johannes Schauer wrote: Hi, On Wed, 24 Jun 2015 11:33:27 +0200 Martin Quinson martin.quin...@loria.fr wrote: On Wed, Jun 24, 2015 at 11:09:47AM +0200, marivalen wrote: Using `GZIP=-9n cmake -E tar` does not work. It seems that cmake does not

Bug#789715: simgrid: please make the build reproducible

2015-06-23 Thread Maria Valentina Marin
Source: simgrid Version: 3.11.1-9 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps Hi, While working on the “reproducible builds” effort [1], we have noticed that simgrid could not be built reproducibly. The attached patch changes the value

Bug#789715: simgrid: please make the build reproducible

2015-06-23 Thread Martin Quinson
Hello, I happen to be one of the upstream authors of SimGrid, so this patch will shortly be applied, no need for an argumentation about it :) But unfortunately this patch does not seem functional to me. In particular, the following chunk make it so that it does not compile anymore. +---