* linux-next: kbuild-current build failure
@ 2008-06-10 1:08 Stephen Rothwell
2008-06-10 4:33 ` Sam Ravnborg
2008-06-10 19:03 ` Sam Ravnborg
0 siblings, 2 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-06-10 1:08 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-next, LKML, Andrew Morton, Linus
[-- Attachment #1: Type: text/plain, Size: 919 bytes --]
Hi Sam,
Today's linux-next build (powerpc ppc64_deconfig) failed like this:
LD vmlinux.o
/scratch/sfr/next/scripts/Makefile.modpost:44: scripts/Kbuild.include: No such file or directory
/scratch/sfr/next/scripts/Makefile.modpost:58: scripts/Makefile.lib: No such file or directory
make[2]: *** No rule to make target `scripts/Makefile.lib'. Stop.
make[1]: *** [vmlinux] Error 2
make: *** [sub-make] Error 2
This is Linus' tree with just the net-current, arm-current and
kbuild-current trees merged i.e. just bug fixes queued for Linus' current
tree. The build was done with "O=../powerpc_ppc64_defconfig -j24 -s"
i.e. separate object tree and parallel.
Reverting commit 68e9b79c8dad5245f28ab4f3527481b730dbdb61 ("kbuild:
simplify vmlinux link stage") makes the build work again.
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: kbuild-current build failure
2008-06-10 1:08 linux-next: kbuild-current build failure Stephen Rothwell
@ 2008-06-10 4:33 ` Sam Ravnborg
2008-06-10 4:42 ` Stephen Rothwell
2008-06-10 19:03 ` Sam Ravnborg
1 sibling, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2008-06-10 4:33 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, LKML, Andrew Morton, Linus
On Tue, Jun 10, 2008 at 11:08:42AM +1000, Stephen Rothwell wrote:
> Hi Sam,
>
> Today's linux-next build (powerpc ppc64_deconfig) failed like this:
>
> LD vmlinux.o
> /scratch/sfr/next/scripts/Makefile.modpost:44: scripts/Kbuild.include: No such file or directory
> /scratch/sfr/next/scripts/Makefile.modpost:58: scripts/Makefile.lib: No such file or directory
> make[2]: *** No rule to make target `scripts/Makefile.lib'. Stop.
> make[1]: *** [vmlinux] Error 2
> make: *** [sub-make] Error 2
Ups - I have not doen O=.. builds...
>
> This is Linus' tree with just the net-current, arm-current and
> kbuild-current trees merged i.e. just bug fixes queued for Linus' current
> tree. The build was done with "O=../powerpc_ppc64_defconfig -j24 -s"
> i.e. separate object tree and parallel.
>
> Reverting commit 68e9b79c8dad5245f28ab4f3527481b730dbdb61 ("kbuild:
> simplify vmlinux link stage") makes the build work again.
This commit is in kbuild-next.git (for the merge window)
My kbuild-fixes.git is empty at the moment.
I will fix tonight.
Sam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: kbuild-current build failure
2008-06-10 4:33 ` Sam Ravnborg
@ 2008-06-10 4:42 ` Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-06-10 4:42 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-next, LKML, Andrew Morton, Linus
[-- Attachment #1: Type: text/plain, Size: 849 bytes --]
Hi Sam,
On Tue, 10 Jun 2008 06:33:48 +0200 Sam Ravnborg <sam@ravnborg•org> wrote:
>
> > This is Linus' tree with just the net-current, arm-current and
> > kbuild-current trees merged i.e. just bug fixes queued for Linus' current
> > tree. The build was done with "O=../powerpc_ppc64_defconfig -j24 -s"
> > i.e. separate object tree and parallel.
> >
> > Reverting commit 68e9b79c8dad5245f28ab4f3527481b730dbdb61 ("kbuild:
> > simplify vmlinux link stage") makes the build work again.
>
> This commit is in kbuild-next.git (for the merge window)
> My kbuild-fixes.git is empty at the moment.
Oops, sorry my mistake - I have the same tree listed for kbuild-current
and kbuild (next). :-( I will fix it up for tomorrow.
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: kbuild-current build failure
2008-06-10 1:08 linux-next: kbuild-current build failure Stephen Rothwell
2008-06-10 4:33 ` Sam Ravnborg
@ 2008-06-10 19:03 ` Sam Ravnborg
2008-06-10 23:48 ` Stephen Rothwell
1 sibling, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2008-06-10 19:03 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, LKML, Andrew Morton, Linus
On Tue, Jun 10, 2008 at 11:08:42AM +1000, Stephen Rothwell wrote:
> Hi Sam,
>
> Today's linux-next build (powerpc ppc64_deconfig) failed like this:
>
> LD vmlinux.o
> /scratch/sfr/next/scripts/Makefile.modpost:44: scripts/Kbuild.include: No such file or directory
> /scratch/sfr/next/scripts/Makefile.modpost:58: scripts/Makefile.lib: No such file or directory
> make[2]: *** No rule to make target `scripts/Makefile.lib'. Stop.
> make[1]: *** [vmlinux] Error 2
> make: *** [sub-make] Error 2
>
> This is Linus' tree with just the net-current, arm-current and
> kbuild-current trees merged i.e. just bug fixes queued for Linus' current
> tree. The build was done with "O=../powerpc_ppc64_defconfig -j24 -s"
> i.e. separate object tree and parallel.
>
> Reverting commit 68e9b79c8dad5245f28ab4f3527481b730dbdb61 ("kbuild:
> simplify vmlinux link stage") makes the build work again.
Updated kbuild-next.git pushed out with this bug fixed.
Thanks for reporting/testing it.
Sam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: kbuild-current build failure
2008-06-10 19:03 ` Sam Ravnborg
@ 2008-06-10 23:48 ` Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-06-10 23:48 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-next, LKML, Andrew Morton, Linus
[-- Attachment #1: Type: text/plain, Size: 519 bytes --]
Hi Sam,
On Tue, 10 Jun 2008 21:03:51 +0200 Sam Ravnborg <sam@ravnborg•org> wrote:
>
> On Tue, Jun 10, 2008 at 11:08:42AM +1000, Stephen Rothwell wrote:
> >
> > Reverting commit 68e9b79c8dad5245f28ab4f3527481b730dbdb61 ("kbuild:
> > simplify vmlinux link stage") makes the build work again.
>
> Updated kbuild-next.git pushed out with this bug fixed.
> Thanks for reporting/testing it.
Thanks.
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-06-10 23:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-10 1:08 linux-next: kbuild-current build failure Stephen Rothwell
2008-06-10 4:33 ` Sam Ravnborg
2008-06-10 4:42 ` Stephen Rothwell
2008-06-10 19:03 ` Sam Ravnborg
2008-06-10 23:48 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox