Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Kevin Hunter
At 7:56am -0400 Fri, 30 Mar 2012, Christian Lohmaier wrote: On Fri, Mar 30, 2012 at 1:05 PM, Matúš Kukan wrote: On 30 March 2012 11:36, Michael Meeks wrote: Regina's problem comes down to a corrupt .d file. [...] One more data-point, that file was exactly 4096 bytes large:

Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Regina Henschel
Hi Kervin, Kevin Hunter schrieb: At 7:56am -0400 Fri, 30 Mar 2012, Christian Lohmaier wrote: On Fri, Mar 30, 2012 at 1:05 PM, Matúš Kukan wrote: On 30 March 2012 11:36, Michael Meeks wrote: Regina's problem comes down to a corrupt .d file. [...] One more data-point, that file was exactly

Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Regina Henschel
Should be Hi Kevin. Please excuse. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Kevin Hunter
At 1:21pm -0400 Mon, 02 Apr 2012, Regina Henschel wrote: Should be Hi Kevin. Please excuse. :-) No worries. I am often not sure whether to say Hi when responding back and forth in email discussions on a list. Is it a formal interaction? A friendly interaction? An engineer's optimal

Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Michael Meeks
On Mon, 2012-04-02 at 13:32 -0400, Kevin Hunter wrote: :-) No worries. I am often not sure whether to say Hi when responding back and forth in email discussions on a list. Is it a formal interaction? A friendly interaction? An engineer's optimal interaction? Hopefully friendly

Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Michael Stahl
On 30/03/12 13:05, Matúš Kukan wrote: On 30 March 2012 11:36, Michael Meeks michael.me...@suse.com wrote: Regina's problem comes down to a corrupt .d file. Any ideas how that could happen ? are these generated by a pipeline ? are we failing to delete them if a compile fails

Re: intermittent flaw in gnumake deps on Win32 ..

2012-04-02 Thread Michael Meeks
On Mon, 2012-04-02 at 22:12 +0200, Michael Stahl wrote: Kendy told me on IRC that he has fixed the filter-showIncludes.pl on master so that it writes to a temp file and when that is complete, moves it over the target .d dep-file, which should hopefully prevent this kind of problem in the

intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Michael Meeks
Hi guys, Regina's problem comes down to a corrupt .d file. Any ideas how that could happen ? are these generated by a pipeline ? are we failing to delete them if a compile fails mid-flow ? Then again, Regina didn't abort the build manually, so the ctrl-c-in-mid-flow case

Re: intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Michael Meeks
On Fri, 2012-03-30 at 10:36 +0100, Michael Meeks wrote: Regina's problem comes down to a corrupt .d file. One more data-point, that file was exactly 4096 bytes large: /cygdrive/c/PROGRA~1/MICROS~1.0/VC/include/new \ /c [EOF] :-) Michael. --

Re: intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Lubos Lunak
On Friday 30 of March 2012, Michael Meeks wrote: Hi guys, Regina's problem comes down to a corrupt .d file. Any ideas how that could happen ? are these generated by a pipeline ? are we failing to delete them if a compile fails mid-flow ? Then again, Regina didn't abort

Re: intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Regina Henschel
Hi Lubos, Lubos Lunak schrieb: On Friday 30 of March 2012, Michael Meeks wrote: Hi guys, Regina's problem comes down to a corrupt .d file. Any ideas how that could happen ? are these generated by a pipeline ? are we failing to delete them if a compile fails mid-flow ?

Re: intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Matúš Kukan
On 30 March 2012 11:36, Michael Meeks michael.me...@suse.com wrote:        Regina's problem comes down to a corrupt .d file.        Any ideas how that could happen ? are these generated by a pipeline ? are we failing to delete them if a compile fails mid-flow ? They are generated by a

Re: intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Christian Lohmaier
On Fri, Mar 30, 2012 at 1:05 PM, Matúš Kukan matus.ku...@gmail.com wrote: On 30 March 2012 11:36, Michael Meeks michael.me...@suse.com wrote:        Regina's problem comes down to a corrupt .d file. [...]        One more data-point, that file was exactly 4096 bytes large: What does that mean

Re: intermittent flaw in gnumake deps on Win32 ..

2012-03-30 Thread Norbert Thiebaud
On Fri, Mar 30, 2012 at 6:56 AM, Christian Lohmaier lohmaier+libreoff...@googlemail.com wrote: On Fri, Mar 30, 2012 at 1:05 PM, Matúš Kukan matus.ku...@gmail.com wrote: On 30 March 2012 11:36, Michael Meeks michael.me...@suse.com wrote:        Regina's problem comes down to a corrupt .d file.