* Re: Combined tree fails to build -- libtool version mismatch?
[not found] <571f6b511001090316h44fefc7k672f595117024475@mail.gmail.com>
@ 2010-01-09 14:26 ` Paolo Bonzini
2010-01-09 15:48 ` H.J. Lu
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Paolo Bonzini @ 2010-01-09 14:26 UTC (permalink / raw)
To: Steven Bosscher
Cc: binutils, GCC Mailing List, DJ Delorie, gdb, newlib, cygwin
On 01/09/2010 12:16 PM, Steven Bosscher wrote:
> This is with gcc SVN revision 155740, and src checked out yesterday
> (top of src/Changelog is the fix from Kaveh and FX for gcc PR42424).
>
> Not knowing a thing about libtool, I hope someone can tell me what's
> wrong here;-)
src and gcc's libtool are out-of-sync (2.2.6 vs. 2.2.7a respectively).
Since gcc's files dominate, you have ltmain.sh from GCC but bfd's
configure uses src's libtool configuration.
Binutils should adopt GCC's libtool.m4, ltmain.sh, lt~obsolete.m4,
ltoptions.m4, ltsugar.m4, ltversion.m4 and src should rerun autoconf on
all of its scripts (CCing gdb, newlib and cygwin mailing lists).
DJ, can you add these files to the list that we get email about?
Paolo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Combined tree fails to build -- libtool version mismatch?
2010-01-09 14:26 ` Combined tree fails to build -- libtool version mismatch? Paolo Bonzini
@ 2010-01-09 15:48 ` H.J. Lu
2010-01-09 18:06 ` Paolo Bonzini
2010-01-09 18:14 ` Ralf Wildenhues
2010-01-11 19:09 ` DJ Delorie
2 siblings, 1 reply; 5+ messages in thread
From: H.J. Lu @ 2010-01-09 15:48 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Steven Bosscher, binutils, GCC Mailing List, DJ Delorie, gdb,
newlib, cygwin
On Sat, Jan 9, 2010 at 6:26 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
> On 01/09/2010 12:16 PM, Steven Bosscher wrote:
>>
>> This is with gcc SVN revision 155740, and src checked out yesterday
>> (top of src/Changelog is the fix from Kaveh and FX for gcc PR42424).
>>
>> Not knowing a thing about libtool, I hope someone can tell me what's
>> wrong here;-)
>
> src and gcc's libtool are out-of-sync (2.2.6 vs. 2.2.7a respectively). Since
> gcc's files dominate, you have ltmain.sh from GCC but bfd's configure uses
> src's libtool configuration.
>
> Binutils should adopt GCC's libtool.m4, ltmain.sh, lt~obsolete.m4,
> ltoptions.m4, ltsugar.m4, ltversion.m4 and src should rerun autoconf on all
> of its scripts (CCing gdb, newlib and cygwin mailing lists).
>
> DJ, can you add these files to the list that we get email about?
>
Many files in the top directories between gcc and src are out of sync.
You can do a diff on them to check it out.
--
H.J.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Combined tree fails to build -- libtool version mismatch?
2010-01-09 15:48 ` H.J. Lu
@ 2010-01-09 18:06 ` Paolo Bonzini
0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2010-01-09 18:06 UTC (permalink / raw)
To: H.J. Lu
Cc: Steven Bosscher, binutils, GCC Mailing List, DJ Delorie, gdb,
newlib, cygwin
On 01/09/2010 04:48 PM, H.J. Lu wrote:
> On Sat, Jan 9, 2010 at 6:26 AM, Paolo Bonzini<bonzini@gnu.org> wrote:
>> On 01/09/2010 12:16 PM, Steven Bosscher wrote:
>>>
>>> This is with gcc SVN revision 155740, and src checked out yesterday
>>> (top of src/Changelog is the fix from Kaveh and FX for gcc PR42424).
>>>
>>> Not knowing a thing about libtool, I hope someone can tell me what's
>>> wrong here;-)
>>
>> src and gcc's libtool are out-of-sync (2.2.6 vs. 2.2.7a respectively). Since
>> gcc's files dominate, you have ltmain.sh from GCC but bfd's configure uses
>> src's libtool configuration.
>>
>> Binutils should adopt GCC's libtool.m4, ltmain.sh, lt~obsolete.m4,
>> ltoptions.m4, ltsugar.m4, ltversion.m4 and src should rerun autoconf on all
>> of its scripts (CCing gdb, newlib and cygwin mailing lists).
>>
>> DJ, can you add these files to the list that we get email about?
>
> Many files in the top directories between gcc and src are out of sync.
> You can do a diff on them to check it out.
I know (as hinted above build maintainers get emails about out-of-sync
email), but they do not break the build...
Paolo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Combined tree fails to build -- libtool version mismatch?
2010-01-09 14:26 ` Combined tree fails to build -- libtool version mismatch? Paolo Bonzini
2010-01-09 15:48 ` H.J. Lu
@ 2010-01-09 18:14 ` Ralf Wildenhues
2010-01-11 19:09 ` DJ Delorie
2 siblings, 0 replies; 5+ messages in thread
From: Ralf Wildenhues @ 2010-01-09 18:14 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Steven Bosscher, binutils, GCC Mailing List, DJ Delorie, gdb,
newlib, cygwin
* Paolo Bonzini wrote on Sat, Jan 09, 2010 at 03:26:33PM CET:
>
> Binutils should adopt GCC's libtool.m4, ltmain.sh, lt~obsolete.m4,
> ltoptions.m4, ltsugar.m4, ltversion.m4 and src should rerun autoconf
> on all of its scripts (CCing gdb, newlib and cygwin mailing lists).
I just pinged that very change this morning. I will commit it later
tonight.
Cheers,
Ralf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Combined tree fails to build -- libtool version mismatch?
2010-01-09 14:26 ` Combined tree fails to build -- libtool version mismatch? Paolo Bonzini
2010-01-09 15:48 ` H.J. Lu
2010-01-09 18:14 ` Ralf Wildenhues
@ 2010-01-11 19:09 ` DJ Delorie
2 siblings, 0 replies; 5+ messages in thread
From: DJ Delorie @ 2010-01-11 19:09 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: stevenb.gcc, binutils, gcc, gdb, newlib, cygwin
> DJ, can you add these files to the list that we get email about?
Added: ltgcc.m4 ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-01-11 19:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <571f6b511001090316h44fefc7k672f595117024475@mail.gmail.com>
2010-01-09 14:26 ` Combined tree fails to build -- libtool version mismatch? Paolo Bonzini
2010-01-09 15:48 ` H.J. Lu
2010-01-09 18:06 ` Paolo Bonzini
2010-01-09 18:14 ` Ralf Wildenhues
2010-01-11 19:09 ` DJ Delorie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox