* current TIP/master doesn't build on SLES10
@ 2010-09-28 14:31 Conny Seidel
2010-09-28 16:08 ` Jan Beulich
0 siblings, 1 reply; 7+ messages in thread
From: Conny Seidel @ 2010-09-28 14:31 UTC (permalink / raw)
To: jan.beulich, mingo; +Cc: LKML, borislav.petkov@, Andreas Herrmann3, hpa
[-- Attachment #1.1: Type: text/plain, Size: 1291 bytes --]
Hi
compiling TIP/master (44bc8c4f500fce7263803b4acd016fa03cf8a91a) on
SLES10 fails with the following build error:
arch/x86/kernel/entry_64.S: Assembler messages:
arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
make[1]: *** [arch/x86/kernel] Error 2
make: *** [arch/x86] Error 2
I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
Reverting it fixes the issue.
I know that this is caused by binutils 2.16.91.0.5 which is distributed
with SLES10.
.config is attached.
Thanks,
Conny
##
##################################################################
# Email : conny.seidel@amd.com GnuPG-Key : 0xA6AB055D #
# Fingerprint: 17C4 5DB2 7C4C C1C7 1452 8148 F139 7C09 A6AB 055D #
##################################################################
# Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach #
# General Managers: Alberto Bozzo, Andrew Bowd #
# Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen #
# HRB Nr. 43632 #
##################################################################
[-- Attachment #1.2: config_sles10.gz --]
[-- Type: application/x-gzip, Size: 17040 bytes --]
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: current TIP/master doesn't build on SLES10
2010-09-28 14:31 current TIP/master doesn't build on SLES10 Conny Seidel
@ 2010-09-28 16:08 ` Jan Beulich
2010-09-28 16:19 ` Andreas Herrmann
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Jan Beulich @ 2010-09-28 16:08 UTC (permalink / raw)
To: Conny Seidel
Cc: borislav.petkov@, Andreas Herrmann3, mingo@elte.hu, LKML,
hpa@zytor.com
>>> On 28.09.10 at 16:31, Conny Seidel <conny.seidel@amd.com> wrote:
> Hi
>
> compiling TIP/master (44bc8c4f500fce7263803b4acd016fa03cf8a91a) on
> SLES10 fails with the following build error:
>
> arch/x86/kernel/entry_64.S: Assembler messages:
> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
> make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
> make[1]: *** [arch/x86/kernel] Error 2
> make: *** [arch/x86] Error 2
>
> I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
>
> Reverting it fixes the issue.
>
> I know that this is caused by binutils 2.16.91.0.5 which is distributed
> with SLES10.
I'm generally doing almost all of my work on SLE10, and have not run
into this issue. Are you sure you've got it fully updated?
Jan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: current TIP/master doesn't build on SLES10
2010-09-28 16:08 ` Jan Beulich
@ 2010-09-28 16:19 ` Andreas Herrmann
2010-09-28 16:52 ` H. Peter Anvin
2010-09-28 16:20 ` H. Peter Anvin
2010-09-28 17:14 ` Conny Seidel
2 siblings, 1 reply; 7+ messages in thread
From: Andreas Herrmann @ 2010-09-28 16:19 UTC (permalink / raw)
To: Jan Beulich
Cc: Seidel, Conny, borislav.petkov, mingo@elte.hu, LKML,
hpa@zytor.com
On Tue, Sep 28, 2010 at 12:08:29PM -0400, Jan Beulich wrote:
> >>> On 28.09.10 at 16:31, Conny Seidel <conny.seidel@amd.com> wrote:
> > Hi
> >
> > compiling TIP/master (44bc8c4f500fce7263803b4acd016fa03cf8a91a) on
> > SLES10 fails with the following build error:
> >
> > arch/x86/kernel/entry_64.S: Assembler messages:
> > arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
> > arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
> > make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
> > make[1]: *** [arch/x86/kernel] Error 2
> > make: *** [arch/x86] Error 2
> >
> > I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
> >
> > Reverting it fixes the issue.
> >
> > I know that this is caused by binutils 2.16.91.0.5 which is distributed
> > with SLES10.
>
> I'm generally doing almost all of my work on SLE10, and have not run
> into this issue. Are you sure you've got it fully updated?
BTW, the build error looks similar to the build problem fixed by
commit e8a0e27662186f8856a0a6242e7a8386c9a64a53
Author: Ingo Molnar <mingo@elte.hu>
Date: Fri Nov 21 15:11:32 2008 +0100
x86: clean up after: move entry_64.S register saving out of the macros, fix
Andreas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: current TIP/master doesn't build on SLES10
2010-09-28 16:08 ` Jan Beulich
2010-09-28 16:19 ` Andreas Herrmann
@ 2010-09-28 16:20 ` H. Peter Anvin
2010-09-28 17:14 ` Conny Seidel
2 siblings, 0 replies; 7+ messages in thread
From: H. Peter Anvin @ 2010-09-28 16:20 UTC (permalink / raw)
To: Jan Beulich
Cc: Conny Seidel, borislav.petkov@, Andreas Herrmann3, mingo@elte.hu,
LKML
On 09/28/2010 09:08 AM, Jan Beulich wrote:
>>>> On 28.09.10 at 16:31, Conny Seidel <conny.seidel@amd.com> wrote:
>> Hi
>>
>> compiling TIP/master (44bc8c4f500fce7263803b4acd016fa03cf8a91a) on
>> SLES10 fails with the following build error:
>>
>> arch/x86/kernel/entry_64.S: Assembler messages:
>> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
>> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
>> make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
>> make[1]: *** [arch/x86/kernel] Error 2
>> make: *** [arch/x86] Error 2
>>
>> I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
>>
>> Reverting it fixes the issue.
>>
>> I know that this is caused by binutils 2.16.91.0.5 which is distributed
>> with SLES10.
>
> I'm generally doing almost all of my work on SLE10, and have not run
> into this issue. Are you sure you've got it fully updated?
>
It definitely sounds like the binutils 2.16 brainscrewage, perhaps one
of the question is for you: what version is on your system...
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: current TIP/master doesn't build on SLES10
2010-09-28 16:19 ` Andreas Herrmann
@ 2010-09-28 16:52 ` H. Peter Anvin
0 siblings, 0 replies; 7+ messages in thread
From: H. Peter Anvin @ 2010-09-28 16:52 UTC (permalink / raw)
To: Andreas Herrmann
Cc: Jan Beulich, Seidel, Conny, borislav.petkov, mingo@elte.hu, LKML
On 09/28/2010 09:19 AM, Andreas Herrmann wrote:
> On Tue, Sep 28, 2010 at 12:08:29PM -0400, Jan Beulich wrote:
>>>>> On 28.09.10 at 16:31, Conny Seidel <conny.seidel@amd.com> wrote:
>>> Hi
>>>
>>> compiling TIP/master (44bc8c4f500fce7263803b4acd016fa03cf8a91a) on
>>> SLES10 fails with the following build error:
>>>
>>> arch/x86/kernel/entry_64.S: Assembler messages:
>>> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
>>> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
>>> make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
>>> make[1]: *** [arch/x86/kernel] Error 2
>>> make: *** [arch/x86] Error 2
>>>
>>> I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
>>>
>>> Reverting it fixes the issue.
>>>
>>> I know that this is caused by binutils 2.16.91.0.5 which is distributed
>>> with SLES10.
>>
>> I'm generally doing almost all of my work on SLE10, and have not run
>> into this issue. Are you sure you've got it fully updated?
>
> BTW, the build error looks similar to the build problem fixed by
>
> commit e8a0e27662186f8856a0a6242e7a8386c9a64a53
> Author: Ingo Molnar <mingo@elte.hu>
> Date: Fri Nov 21 15:11:32 2008 +0100
>
> x86: clean up after: move entry_64.S register saving out of the macros, fix
>
Well, yes of course... it can be summarized as "macros in binutils 2.16
are broken beyond anyone's wildest beliefs".
-hpa
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: current TIP/master doesn't build on SLES10
2010-09-28 16:08 ` Jan Beulich
2010-09-28 16:19 ` Andreas Herrmann
2010-09-28 16:20 ` H. Peter Anvin
@ 2010-09-28 17:14 ` Conny Seidel
2010-09-28 17:51 ` H. Peter Anvin
2 siblings, 1 reply; 7+ messages in thread
From: Conny Seidel @ 2010-09-28 17:14 UTC (permalink / raw)
To: Jan Beulich
Cc: borislav.petkov, Herrmann3, Andreas, mingo@elte.hu, LKML,
hpa@zytor.com
[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]
On Tue, 28 Sep 2010 12:08:29 -0400
Jan Beulich <JBeulich@novell.com> wrote:
>>>> On 28.09.10 at 16:31, Conny Seidel <conny.seidel@amd.com> wrote:
>> Hi
>>
>> compiling TIP/master (44bc8c4f500fce7263803b4acd016fa03cf8a91a) on
>> SLES10 fails with the following build error:
>>
>> arch/x86/kernel/entry_64.S: Assembler messages:
>> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
>> arch/x86/kernel/entry_64.S:1181: Error: too many positional arguments
>> make[2]: *** [arch/x86/kernel/entry_64.o] Error 1
>> make[1]: *** [arch/x86/kernel] Error 2
>> make: *** [arch/x86] Error 2
>>
>> I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
>>
>> Reverting it fixes the issue.
>>
>> I know that this is caused by binutils 2.16.91.0.5 which is distributed
>> with SLES10.
>
>I'm generally doing almost all of my work on SLE10, and have not run
>into this issue. Are you sure you've got it fully updated?
>
>Jan
Just for the record:
The binutils from SLES10 SP3 (2.16.91.0.5-23.34.33) have fixed the build
issue for me.
Thanks,
Conny
##
##################################################################
# Email : conny.seidel@amd.com GnuPG-Key : 0xA6AB055D #
# Fingerprint: 17C4 5DB2 7C4C C1C7 1452 8148 F139 7C09 A6AB 055D #
##################################################################
# Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach #
# General Managers: Alberto Bozzo, Andrew Bowd #
# Registration: Dornach, Landkr. Muenchen; Registerger. Muenchen #
# HRB Nr. 43632 #
##################################################################
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: current TIP/master doesn't build on SLES10
2010-09-28 17:14 ` Conny Seidel
@ 2010-09-28 17:51 ` H. Peter Anvin
0 siblings, 0 replies; 7+ messages in thread
From: H. Peter Anvin @ 2010-09-28 17:51 UTC (permalink / raw)
To: Conny Seidel
Cc: Jan Beulich, borislav.petkov, Herrmann3, Andreas, mingo@elte.hu,
LKML
On 09/28/2010 10:14 AM, Conny Seidel wrote:
>>>
>>> I've bisected it to commit df5d1874ce1a1f0e0eceff4fa3a9d45620243a68.
>>>
>>> Reverting it fixes the issue.
>>>
>>> I know that this is caused by binutils 2.16.91.0.5 which is distributed
>>> with SLES10.
>>
>> I'm generally doing almost all of my work on SLE10, and have not run
>> into this issue. Are you sure you've got it fully updated?
>>
>> Jan
>
> Just for the record:
> The binutils from SLES10 SP3 (2.16.91.0.5-23.34.33) have fixed the build
> issue for me.
>
OK, thanks for confirming that. Presumably it contains a backport of
some fix.
-hpa
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-09-28 17:51 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 14:31 current TIP/master doesn't build on SLES10 Conny Seidel
2010-09-28 16:08 ` Jan Beulich
2010-09-28 16:19 ` Andreas Herrmann
2010-09-28 16:52 ` H. Peter Anvin
2010-09-28 16:20 ` H. Peter Anvin
2010-09-28 17:14 ` Conny Seidel
2010-09-28 17:51 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox