mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: ccache: FATAL: Could not create /scratch/kisskb/ccache
       [not found] ` <20121103101926.4e48cf8e7f3f1d3de90e45a2@canb.auug.org.au>
@ 2012-11-14  8:03   ` Geert Uytterhoeven
  2012-12-05  7:53     ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2012-11-14  8:03 UTC (permalink / raw)
  To: Stephen Rothwell, Michael Ellerman; +Cc: Linux-Next, linux-kernel

Hi Stephen,

On Sat, Nov 3, 2012 at 12:19 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Fri, 2 Nov 2012 19:44:48 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>> http://kisskb.ellerman.id.au/kisskb/buildresult/7458505/
>>
>> ccache: FATAL: Could not create
>> /scratch/kisskb/ccache/d/7/f9e308f728ef43aaa482aefb9a00a2-852386.o.tmp.stdout.Sprygo.5748
>> (permission denied?)
>> make[4]: *** [drivers/media/rc/ene_ir.o] Error 1
>>
>> http://kisskb.ellerman.id.au/kisskb/buildresult/7461979/
>>
>> ccache: FATAL: Could not create
>> /scratch/kisskb/ccache/5/e/47d893acad42c07542edec1f826579-1842636.o.tmp.stdout.Sprygo.557
>> (permission denied?)
>> make[3]: *** [net/core/sock.o] Error 1
>
> Well, that is weird.  I can't find any reason for that to happen :-(
>
> I'll have a chat with the kisskb guy when I next see him.  Thanks for the
> heads up.

As code is migrating to Linus' tree, it's spreading from the linux-next to the
linus branch, e.g.:
http://kisskb.ellerman.id.au/kisskb/buildresult/7536268/
ccache: FATAL: Could not create
/scratch/kisskb/ccache/1/3/a44cddb2457ad89fe496b0c82b0a09-1211932.o.tmp.stdout.Sprygo.2788
(permission denied?)
make[3]: *** [drivers/block/aoe/aoecmd.o] Error 1

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ccache: FATAL: Could not create /scratch/kisskb/ccache
  2012-11-14  8:03   ` ccache: FATAL: Could not create /scratch/kisskb/ccache Geert Uytterhoeven
@ 2012-12-05  7:53     ` Michael Ellerman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2012-12-05  7:53 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Stephen Rothwell, Linux-Next, linux-kernel

On Wed, 2012-11-14 at 09:03 +0100, Geert Uytterhoeven wrote:
> Hi Stephen,
> 
> On Sat, Nov 3, 2012 at 12:19 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > On Fri, 2 Nov 2012 19:44:48 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> >> http://kisskb.ellerman.id.au/kisskb/buildresult/7458505/
> >>
> >> ccache: FATAL: Could not create
> >> /scratch/kisskb/ccache/d/7/f9e308f728ef43aaa482aefb9a00a2-852386.o.tmp.stdout.Sprygo.5748
> >> (permission denied?)
> >> make[4]: *** [drivers/media/rc/ene_ir.o] Error 1
> >>
> >> http://kisskb.ellerman.id.au/kisskb/buildresult/7461979/
> >>
> >> ccache: FATAL: Could not create
> >> /scratch/kisskb/ccache/5/e/47d893acad42c07542edec1f826579-1842636.o.tmp.stdout.Sprygo.557
> >> (permission denied?)
> >> make[3]: *** [net/core/sock.o] Error 1
> >
> > Well, that is weird.  I can't find any reason for that to happen :-(
> >
> > I'll have a chat with the kisskb guy when I next see him.  Thanks for the
> > heads up.
> 
> As code is migrating to Linus' tree, it's spreading from the linux-next to the
> linus branch, e.g.:
> http://kisskb.ellerman.id.au/kisskb/buildresult/7536268/
> ccache: FATAL: Could not create
> /scratch/kisskb/ccache/1/3/a44cddb2457ad89fe496b0c82b0a09-1211932.o.tmp.stdout.Sprygo.2788
> (permission denied?)
> make[3]: *** [drivers/block/aoe/aoecmd.o] Error 1

Hi Geert,

This has started happening because of a change in ccache (v3.1.7). It
has always checked that the stdout file exists (via stat), but
previously if it was missing it would fall back to a full compile,
whereas now it is a fatal error.

However looking at the ccache code it makes no sense for the file not to
exist, because we just created it. So it's a bit of a mystery.

At the moment I'm running with a slightly hacked ccache (too much and
the bug vanishes), and auditing enabled, to try and work out if someone
is actually unlinking the file or what.

Hopefully we can sort it out in the next few days.

cheers




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-05  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAMuHMdXhYNQ_7JOC3u7CS41mxgSKkuFYA7QdjZgeBawqMZQ9-g@mail.gmail.com>
     [not found] ` <20121103101926.4e48cf8e7f3f1d3de90e45a2@canb.auug.org.au>
2012-11-14  8:03   ` ccache: FATAL: Could not create /scratch/kisskb/ccache Geert Uytterhoeven
2012-12-05  7:53     ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®