Re: [ccache] ccache 3.1 cache failure

2010-11-06 Thread H. Ingow
On Sat, Nov 06, 2010 at 02:49:19PM +0100, Joel Rosdahl wrote: > > This change will be included in ccache 3.1.1. Does it work for you, H? > > --- a/ccache.c > +++ b/ccache.c > @@ -314,6 +314,11 @@ remember_include_file(char *path, size_t path_len, > struct mdfour *cpp_hash) > /*

Re: [ccache] ccache 3.1 cache failure

2010-11-06 Thread Joel Rosdahl
On 2010-10-31 22:50, Joel Rosdahl wrote: > [...] I managed to reproduce the problem in my virtual FreeBSD 7.3 box. The thing is that nslexer.c is built like this: lex -P_nsyy -o/dev/stdout /usr/src/lib/libc/net/nslexer.l>nslexer.c And lex adds lines like '#line 21 "/dev/stdout"' to nslexer.c.

Re: [ccache] ccache 3.1 cache failure

2010-10-31 Thread Joel Rosdahl
On 2010-10-31 18:56, Joel Rosdahl wrote: > ccache hangs because it has written down /dev/stdout as one of the > include files to check and then tries to read it. Please send me > (off-list) the preprocessor output [...] >From H. Ingow off-list: > # 1 "nslexer.c" > # 1 "" > # 1 "" > # 1 "nslexer.c

Re: [ccache] ccache 3.1 cache failure

2010-10-31 Thread Joel Rosdahl
On 2010-10-30 22:28, H. Ingow wrote: > The size uf this file is 963B and I send it to you directly in a seperate > Mail. Hope that doesn't bother you. Thank you! ccache hangs because it has written down /dev/stdout as one of the include files to check and then tries to read it. Please send me (off

Re: [ccache] ccache 3.1 cache failure

2010-10-30 Thread H. Ingow
Hi thanks for the answer and excuse the delay on my side, but here we go: On Thu, Oct 28, 2010 at 10:20:54PM +0200, Joel Rosdahl wrote: > > Thanks for the bug report! > > Is ccache busy consuming CPU cycles or is it idle? It is idle. Actually all related processes just wait for ccache to carr

Re: [ccache] ccache 3.1 cache failure

2010-10-28 Thread Joel Rosdahl
On 2010-10-28 21:09, H. Ingow wrote: > ### after a make clean, make cleanworld and make toolchain with the freshly > build cache: > > [2010-10-28T16:44:26.487828 24415] === CCACHE STARTED > = > [2010-10-28T16:44:26.488090 24415] Hostname: rasta > [2010-10-28