All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Daniel Hazelton <dhazelton@enter.net>,
	LKML <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>,
	Pavel Machek <pavel@suse.cz>,
	linux-next@vger.kernel.org
Subject: Re: Strange linux-next build error
Date: Sat, 3 May 2008 08:40:57 +0200	[thread overview]
Message-ID: <20080503064057.GA12546@uranus.ravnborg.org> (raw)
In-Reply-To: <20080503155252.0dc9c4d7.sfr@canb.auug.org.au>

On Sat, May 03, 2008 at 03:52:52PM +1000, Stephen Rothwell wrote:
> Just adding some cc's ... it is worth cc'ing linux-next for bugs in
> linux-next (instead, or as well, as me personally) since people who are
> interested are probably subscribed there.
> 
> On Sat, 3 May 2008 01:21:38 -0400 Daniel Hazelton <dhazelton@enter.net> wrote:
> >
> > After updating my local tree to the latest linux-next and starting a clean 
> > build I see this error *ONLY* the first time I start a "make bzImage"
> > 
> >   CC      arch/x86/kernel/acpi/sleep.o
> >   LDS     arch/x86/kernel/acpi/realmode/wakeup.lds
> > cc1: fatal error: opening output file 
> > arch/x86/kernel/acpi/realmode/wakeup.lds: Permission denied
> > compilation terminated.
> > make[4]: *** [arch/x86/kernel/acpi/realmode/wakeup.lds] Error 1
> > make[3]: *** [arch/x86/kernel/acpi/realmode/wakeup.bin] Error 2
> > make[2]: *** [arch/x86/kernel/acpi] Error 2
> > make[1]: *** [arch/x86/kernel] Error 2
> > make: *** [bzImage] Error 2

Hi Daniel.

It looks like we visit arch/x86/kernel/acpi/realmode/Makefile
twice in parallel as we have both make[4] and make[3] in play here.
Or maybe we have a dependency bug in the Makefile.

Can you try to do a:
make V=1 and post the output a few screen fulls before and until
the bug triggers.
They I will see if I can work out what is happening.

Thanks,
	Sam

  reply	other threads:[~2008-05-03  6:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-03  5:21 Strange linux-next build error Daniel Hazelton
2008-05-03  5:52 ` Stephen Rothwell
2008-05-03  6:40   ` Sam Ravnborg [this message]
2008-05-03 16:10     ` Daniel Hazelton
2008-05-03 22:25     ` Daniel Hazelton
2008-05-03 22:40       ` Ingo Molnar
2008-05-04  1:37         ` Daniel Hazelton
2008-05-04  5:36           ` Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080503064057.GA12546@uranus.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=dhazelton@enter.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=pavel@suse.cz \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.