Boost C++ Libraries: Ticket #11111: Enable deterministic builds (Linux) https://svn.boost.org/trac10/ticket/11111 <p> Building static libraries under Linux is not reproducible as the resulting libs have different md5sums every time. </p> <p> The problem seems to be in gcc.jam which calls ar/ranlib without the 'deterministic' options. </p> <p> A trivial patch is attached. </p> <p> It would be nice if the boost build system could support reproducible builds. This is a first step. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11111 Trac 1.4.3 Jens Richter <jens.richter@…> Thu, 12 Mar 2015 09:33:19 GMT attachment set https://svn.boost.org/trac10/ticket/11111 https://svn.boost.org/trac10/ticket/11111 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_57_0.patch</span> </li> </ul> Ticket Jens Richter <jens.richter@…> Thu, 12 Mar 2015 09:38:40 GMT component changed https://svn.boost.org/trac10/ticket/11111#comment:1 https://svn.boost.org/trac10/ticket/11111#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket