Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-07-05 Thread Jeff Law
On 07/05/2018 08:53 AM, Bernhard M. Wiedemann wrote: > On 2018-06-29 17:09, Jeff Law wrote: >> In the immediate term, applying the patch to both instances seems wise. >> >> Bernhard, do you have commit privs? > > no, and I dont really want privs, since I expect to be doing only a few > patches for

Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-07-05 Thread Bernhard M. Wiedemann
On 2018-06-29 17:09, Jeff Law wrote: > In the immediate term, applying the patch to both instances seems wise. > > Bernhard, do you have commit privs? no, and I dont really want privs, since I expect to be doing only a few patches for gcc. Can you (or someone else) please commit the patch?

Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-06-29 Thread Eric Gallager
On 6/29/18, Ian Lance Taylor wrote: > On Fri, Jun 29, 2018 at 8:43 AM, Jakub Jelinek wrote: >> On Fri, Jun 29, 2018 at 09:09:38AM -0600, Jeff Law wrote: >>> > Btw, running find to search for libtool.m4/ltmain.sh I find extra >>> > copies in >>> > >>> > ./libgo/config/ltmain.sh >>> > ./libgo/confi

Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-06-29 Thread Ian Lance Taylor
On Fri, Jun 29, 2018 at 8:43 AM, Jakub Jelinek wrote: > On Fri, Jun 29, 2018 at 09:09:38AM -0600, Jeff Law wrote: >> > Btw, running find to search for libtool.m4/ltmain.sh I find extra copies in >> > >> > ./libgo/config/ltmain.sh >> > ./libgo/config/libtool.m4 >> > >> > which are nearly identical

Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-06-29 Thread Jakub Jelinek
On Fri, Jun 29, 2018 at 09:09:38AM -0600, Jeff Law wrote: > > Btw, running find to search for libtool.m4/ltmain.sh I find extra copies in > > > > ./libgo/config/ltmain.sh > > ./libgo/config/libtool.m4 > > > > which are nearly identical besides appearantly patched in GO support? > > > > Can we co

Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-06-29 Thread Jeff Law
On 06/29/2018 02:13 AM, Richard Biener wrote: > On Mon, Jun 25, 2018 at 1:39 PM Bernhard M. Wiedemann > wrote: >> >> so that gcc builds in a reproducible way >> in spite of indeterministic filesystem readdir order >> >> See https://reproducible-builds.org/ for why this is good. >> >> While working

Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds.

2018-06-29 Thread Richard Biener
On Mon, Jun 25, 2018 at 1:39 PM Bernhard M. Wiedemann wrote: > > so that gcc builds in a reproducible way > in spite of indeterministic filesystem readdir order > > See https://reproducible-builds.org/ for why this is good. > > While working on the reproducible builds effort, I found that > when b