Re: Junk *.tmp files in /tmp after compilation

2013-01-08 Thread Michael Meeks
On Thu, 2013-01-03 at 20:12 +0100, Jean-Baptiste Faure wrote: > Le 03/01/2013 16:48, Michael Meeks a écrit : > > run 'make check' - see if that leaks the files - if so, it's the > > 'check' rule :-) Try narrowing that down; does 'make check' inside sw/ > > dump stuff in /tmp (actually I'd try

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Jean-Baptiste Faure
Le 03/01/2013 16:48, Michael Meeks a écrit : > > On Thu, 2013-01-03 at 13:12 +0100, Jean-Baptiste Faure wrote: >> I jump into this discussion because I sent the same question. > > :-) > >> Each time I build LO 4.0, I get ~459 new temporary files that are not >> removed. I guess they are cr

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Michael Meeks
On Thu, 2013-01-03 at 13:12 +0100, Jean-Baptiste Faure wrote: > I jump into this discussion because I sent the same question. :-) > Each time I build LO 4.0, I get ~459 new temporary files that are not > removed. I guess they are created during automated tests at the end of > the build.

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Petr Mladek
Jean-Baptiste Faure píše v Čt 03. 01. 2013 v 13:12 +0100: > Hi Michael, > > I jump into this discussion because I sent the same question. > > Le 03/01/2013 12:35, Michael Meeks a écrit : > > Hi Ruslan, > > > > On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: > >> Each time after LibO

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Jean-Baptiste Faure
Hi Michael, I jump into this discussion because I sent the same question. Le 03/01/2013 12:35, Michael Meeks a écrit : > Hi Ruslan, > > On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: >> Each time after LibO compilation (doing it from scratch, i.e. having >> "git pull&&git clean -xdf

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Ruslan Kabatsayev
Hi, On Thu, Jan 3, 2013 at 3:35 PM, Michael Meeks wrote: > Hi Ruslan, > > On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: >> Each time after LibO compilation (doing it from scratch, i.e. having >> "git pull&&git clean -xdf" done before if that matters) I discover >> about 400 files wi

Re: Junk *.tmp files in /tmp after compilation

2013-01-03 Thread Michael Meeks
Hi Ruslan, On Thu, 2013-01-03 at 01:31 +0300, Ruslan Kabatsayev wrote: > Each time after LibO compilation (doing it from scratch, i.e. having > "git pull&&git clean -xdf" done before if that matters) I discover > about 400 files with names like "luxy1e20.tmp" in my /tmp. > Shouldn't these temp fil

Junk *.tmp files in /tmp after compilation

2013-01-02 Thread Ruslan Kabatsayev
Hi all, Each time after LibO compilation (doing it from scratch, i.e. having "git pull&&git clean -xdf" done before if that matters) I discover about 400 files with names like "luxy1e20.tmp" in my /tmp. Shouldn't these temp files have been removed automatically? Regards, Ruslan __