* Re: GIT head doesn't seem to want to build on 32bit..
[not found] ` <20081216183817.GA25108@uranus.ravnborg.org>
@ 2008-12-17 10:07 ` Alan Cox
2008-12-17 11:30 ` Sam Ravnborg
2008-12-19 22:02 ` Sam Ravnborg
0 siblings, 2 replies; 7+ messages in thread
From: Alan Cox @ 2008-12-17 10:07 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linus Torvalds, linux-kernel, linux-kbuild
> Smells like a kbuild issue.
> Please copy me and linux-kbuild@vger.kernel.org on any findings.
>
> [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
Yes I do indeed need to build x86_64 first, then make distclean or
mrproper and then 32bit build fails
Alan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT head doesn't seem to want to build on 32bit..
2008-12-17 10:07 ` GIT head doesn't seem to want to build on 32bit Alan Cox
@ 2008-12-17 11:30 ` Sam Ravnborg
2008-12-17 23:48 ` Randy Dunlap
2008-12-20 2:02 ` Alexey Zaytsev
2008-12-19 22:02 ` Sam Ravnborg
1 sibling, 2 replies; 7+ messages in thread
From: Sam Ravnborg @ 2008-12-17 11:30 UTC (permalink / raw)
To: Alan Cox; +Cc: Linus Torvalds, linux-kernel, linux-kbuild
On Wed, Dec 17, 2008 at 10:07:27AM +0000, Alan Cox wrote:
>
> > Smells like a kbuild issue.
> > Please copy me and linux-kbuild@vger.kernel.org on any findings.
> >
> > [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
>
> Yes I do indeed need to build x86_64 first, then make distclean or
> mrproper and then 32bit build fails
I will fix my 64 bit build soonish.
In the meantime could someone do:
1) git clean -dxf
2) Make a 64 bit x86 build.
3) make distclean
4) git ls-files -o
And post the output of 4)
Something is left that causes us to fail and I wonder what it is.
[I'm afraid it is not this simple but I hope this can tell us what it is]
Sam
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT head doesn't seem to want to build on 32bit..
2008-12-17 11:30 ` Sam Ravnborg
@ 2008-12-17 23:48 ` Randy Dunlap
2008-12-20 2:02 ` Alexey Zaytsev
1 sibling, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2008-12-17 23:48 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Alan Cox, Linus Torvalds, linux-kernel, linux-kbuild
On Wed, 17 Dec 2008 12:30:29 +0100 Sam Ravnborg wrote:
> On Wed, Dec 17, 2008 at 10:07:27AM +0000, Alan Cox wrote:
> >
> > > Smells like a kbuild issue.
> > > Please copy me and linux-kbuild@vger.kernel.org on any findings.
> > >
> > > [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
> >
> > Yes I do indeed need to build x86_64 first, then make distclean or
> > mrproper and then 32bit build fails
>
> I will fix my 64 bit build soonish.
> In the meantime could someone do:
>
> 1) git clean -dxf
> 2) Make a 64 bit x86 build.
without using O=dir, correct?
> 3) make distclean
> 4) git ls-files -o
>
> And post the output of 4)
> Something is left that causes us to fail and I wonder what it is.
>
> [I'm afraid it is not this simple but I hope this can tell us what it is]
Afraid not; git ls-files -o only listed the build output file for me. Sorry.
---
~Randy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT head doesn't seem to want to build on 32bit..
2008-12-17 10:07 ` GIT head doesn't seem to want to build on 32bit Alan Cox
2008-12-17 11:30 ` Sam Ravnborg
@ 2008-12-19 22:02 ` Sam Ravnborg
2008-12-19 22:08 ` Sam Ravnborg
2008-12-20 0:27 ` Alan Cox
1 sibling, 2 replies; 7+ messages in thread
From: Sam Ravnborg @ 2008-12-19 22:02 UTC (permalink / raw)
To: Alan Cox; +Cc: Linus Torvalds, linux-kernel, linux-kbuild
On Wed, Dec 17, 2008 at 10:07:27AM +0000, Alan Cox wrote:
>
> > Smells like a kbuild issue.
> > Please copy me and linux-kbuild@vger.kernel.org on any findings.
> >
> > [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
>
> Yes I do indeed need to build x86_64 first, then make distclean or
> mrproper and then 32bit build fails
Hi Alan.
Can I ask you to persuade this a bit more?
1) when it fails try using "make V=1" and post the command executed.
1a) Do the same when it works and compare the two
2) try to do: make path/file.i and check if the generated .i file
differ when it fails and when it is ok.
Other than that I have no ideas for the moment.
Sam
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT head doesn't seem to want to build on 32bit..
2008-12-19 22:02 ` Sam Ravnborg
@ 2008-12-19 22:08 ` Sam Ravnborg
2008-12-20 0:27 ` Alan Cox
1 sibling, 0 replies; 7+ messages in thread
From: Sam Ravnborg @ 2008-12-19 22:08 UTC (permalink / raw)
To: Alan Cox; +Cc: Linus Torvalds, linux-kernel, linux-kbuild
On Fri, Dec 19, 2008 at 11:02:10PM +0100, Sam Ravnborg wrote:
> On Wed, Dec 17, 2008 at 10:07:27AM +0000, Alan Cox wrote:
> >
> > > Smells like a kbuild issue.
> > > Please copy me and linux-kbuild@vger.kernel.org on any findings.
> > >
> > > [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
> >
> > Yes I do indeed need to build x86_64 first, then make distclean or
> > mrproper and then 32bit build fails
>
> Hi Alan.
>
> Can I ask you to persuade this a bit more?
>
> 1) when it fails try using "make V=1" and post the command executed.
> 1a) Do the same when it works and compare the two
> 2) try to do: make path/file.i and check if the generated .i file
> differ when it fails and when it is ok.
>
> Other than that I have no ideas for the moment.
One additional request.
Can you check if your .config differ when it fails and when it succeeds.
[The code fails due to DECLARE_PER_CPU() does not do it's job I think].
Thanks,
Sam
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT head doesn't seem to want to build on 32bit..
2008-12-19 22:02 ` Sam Ravnborg
2008-12-19 22:08 ` Sam Ravnborg
@ 2008-12-20 0:27 ` Alan Cox
1 sibling, 0 replies; 7+ messages in thread
From: Alan Cox @ 2008-12-20 0:27 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linus Torvalds, linux-kernel, linux-kbuild
On Fri, 19 Dec 2008 23:02:10 +0100
Sam Ravnborg <sam@ravnborg.org> wrote:
> On Wed, Dec 17, 2008 at 10:07:27AM +0000, Alan Cox wrote:
> >
> > > Smells like a kbuild issue.
> > > Please copy me and linux-kbuild@vger.kernel.org on any findings.
> > >
> > > [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
> >
> > Yes I do indeed need to build x86_64 first, then make distclean or
> > mrproper and then 32bit build fails
>
> Hi Alan.
>
> Can I ask you to persuade this a bit more?
I will take a serious look at it when I get time. I hit it while fighting
a pair of ATA controller problems and really I have to sort those out
before I got back and beat up the other stuff.
Alan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: GIT head doesn't seem to want to build on 32bit..
2008-12-17 11:30 ` Sam Ravnborg
2008-12-17 23:48 ` Randy Dunlap
@ 2008-12-20 2:02 ` Alexey Zaytsev
1 sibling, 0 replies; 7+ messages in thread
From: Alexey Zaytsev @ 2008-12-20 2:02 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Alan Cox, linux-kernel, linux-kbuild
On Wed, Dec 17, 2008 at 14:30, Sam Ravnborg <sam@ravnborg.org> wrote:
> On Wed, Dec 17, 2008 at 10:07:27AM +0000, Alan Cox wrote:
>>
>> > Smells like a kbuild issue.
>> > Please copy me and linux-kbuild@vger.kernel.org on any findings.
>> >
>> > [My 64 bit toolchain is br0ken atm so I could not try to reproduce]
>>
>> Yes I do indeed need to build x86_64 first, then make distclean or
>> mrproper and then 32bit build fails
>
> I will fix my 64 bit build soonish.
> In the meantime could someone do:
>
I can't reproduce this on a 64-bit host no matter what I do.
Alan, could you please provide your 64-bit .config?
Also, I could give Sam ssh to this machine.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-12-20 2:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20081216172859.5bc030b6@lxorguk.ukuu.org.uk>
[not found] ` <alpine.LFD.2.00.0812160946410.14014@localhost.localdomain>
[not found] ` <20081216181133.2342b49e@lxorguk.ukuu.org.uk>
[not found] ` <20081216183817.GA25108@uranus.ravnborg.org>
2008-12-17 10:07 ` GIT head doesn't seem to want to build on 32bit Alan Cox
2008-12-17 11:30 ` Sam Ravnborg
2008-12-17 23:48 ` Randy Dunlap
2008-12-20 2:02 ` Alexey Zaytsev
2008-12-19 22:02 ` Sam Ravnborg
2008-12-19 22:08 ` Sam Ravnborg
2008-12-20 0:27 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox