Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: Updating libtool
       [not found] <48E0D65A.3010801@redhat.com>
@ 2008-09-29 15:45 ` Steve Ellcey
  2008-09-29 15:48   ` NightStrike
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Ellcey @ 2008-09-29 15:45 UTC (permalink / raw)
  To: gdb-patches, binutils, newlib; +Cc: nickc, pogma, bonzini

The new libtool has been checked in to the src tree and the necessary files
reconfigured.  Let me know if there are any problems.  The GCC and Src trees
should now be in sync.

Steve Ellcey
sje@cup.hp.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updating libtool
  2008-09-29 15:45 ` Updating libtool Steve Ellcey
@ 2008-09-29 15:48   ` NightStrike
  2008-09-29 16:56     ` H.J. Lu
  0 siblings, 1 reply; 5+ messages in thread
From: NightStrike @ 2008-09-29 15:48 UTC (permalink / raw)
  To: Steve Ellcey; +Cc: gdb-patches, binutils, newlib, nickc, pogma, bonzini

On Mon, Sep 29, 2008 at 11:44 AM, Steve Ellcey <sje@cup.hp.com> wrote:
> The new libtool has been checked in to the src tree and the necessary files
> reconfigured.  Let me know if there are any problems.  The GCC and Src trees
> should now be in sync.
>
> Steve Ellcey
> sje@cup.hp.com
>

I think perhaps you missed a few:

libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.1a.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[4]: *** [disassemble.lo] Error 63
make[4]: *** Waiting for unfinished jobs....
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.1a.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.1a.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[4]: *** [dis-buf.lo] Error 63
make[4]: *** [dis-init.lo] Error 63
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.1a.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.1a.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[4]: *** [i386-dis.lo] Error 63
make[4]: *** [i386-opc.lo] Error 63
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-opcodes] Error 2
make: *** [all] Error 2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updating libtool
  2008-09-29 15:48   ` NightStrike
@ 2008-09-29 16:56     ` H.J. Lu
  2008-09-30  3:22       ` NightStrike
  0 siblings, 1 reply; 5+ messages in thread
From: H.J. Lu @ 2008-09-29 16:56 UTC (permalink / raw)
  To: NightStrike
  Cc: Steve Ellcey, gdb-patches, binutils, newlib, nickc, pogma, bonzini

On Mon, Sep 29, 2008 at 8:47 AM, NightStrike <nightstrike@gmail.com> wrote:
> On Mon, Sep 29, 2008 at 11:44 AM, Steve Ellcey <sje@cup.hp.com> wrote:
>> The new libtool has been checked in to the src tree and the necessary files
>> reconfigured.  Let me know if there are any problems.  The GCC and Src trees
>> should now be in sync.
>>
>> Steve Ellcey
>> sje@cup.hp.com
>>
>
> I think perhaps you missed a few:
>

It should be fixed now.


-- 
H.J.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Updating libtool
  2008-09-29 16:56     ` H.J. Lu
@ 2008-09-30  3:22       ` NightStrike
  0 siblings, 0 replies; 5+ messages in thread
From: NightStrike @ 2008-09-30  3:22 UTC (permalink / raw)
  To: H.J. Lu
  Cc: Steve Ellcey, gdb-patches, binutils, newlib, nickc, pogma, bonzini

On Mon, Sep 29, 2008 at 12:56 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
>
> On Mon, Sep 29, 2008 at 8:47 AM, NightStrike <nightstrike@gmail.com> wrote:
> > On Mon, Sep 29, 2008 at 11:44 AM, Steve Ellcey <sje@cup.hp.com> wrote:
> >> The new libtool has been checked in to the src tree and the necessary files
> >> reconfigured.  Let me know if there are any problems.  The GCC and Src trees
> >> should now be in sync.
> >>
> >> Steve Ellcey
> >> sje@cup.hp.com
> >>
> >
> > I think perhaps you missed a few:
> >
>
> It should be fixed now.
>
>
> --
> H.J.

Fix verified.  Thank ye kindly.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Updating libtool
@ 2008-09-26 20:25 sje
  0 siblings, 0 replies; 5+ messages in thread
From: sje @ 2008-09-26 20:25 UTC (permalink / raw)
  To: gdb-patches


I realized I sent this to gdb instead of gdb-patches.  So let me send
it again to this email list.  I have just updated the libtool in the
GCC tree to 2.2.6, it is OK to go ahead and do the same update in the
src tree in order to sync it up with GCC?

The libtool patch that I applied to GCC is the one from:

http://gcc.gnu.org/ml/gcc-patches/2008-09/msg00973.html

The regenerated files in the src tree are:

	bfd/Makefile.in
	bfd/aclocal.m4
	bfd/configure
	bfd/doc/Makefile.in
	binutils/Makefile.in
	binutils/aclocal.m4
	binutils/configure
	binutils/doc/Makefile.in
	gas/Makefile.in
	gas/aclocal.m4
	gas/configure
	gas/doc/Makefile.in
	gprof/Makefile.in
	gprof/aclocal.m4
	gprof/configure
	ld/Makefile.in
	ld/aclocal.m4
	ld/configure
	newlib/Makefile.in
	newlib/aclocal.m4
	newlib/configure
	newlib/newlib.hin
	newlib/doc/Makefile.in
	newlib/doc/configure
	newlib/iconvdata/Makefile.in
	newlib/iconvdata/aclocal.m4
	newlib/iconvdata/configure
	newlib/libc/Makefile.in
	newlib/libc/aclocal.m4
	newlib/libc/configure
	newlib/libc/argz/Makefile.in
	newlib/libc/ctype/Makefile.in
	newlib/libc/errno/Makefile.in
	newlib/libc/iconv/Makefile.in
	newlib/libc/iconv/ccs/Makefile.in
	newlib/libc/iconv/ccs/binary/Makefile.in
	newlib/libc/iconv/ces/Makefile.in
	newlib/libc/iconv/lib/Makefile.in
	newlib/libc/locale/Makefile.in
	newlib/libc/machine/Makefile.in
	newlib/libc/machine/aclocal.m4
	newlib/libc/machine/configure
	newlib/libc/machine/a29k/Makefile.in
	newlib/libc/machine/a29k/configure
	newlib/libc/machine/arm/Makefile.in
	newlib/libc/machine/arm/configure
	newlib/libc/machine/bfin/Makefile.in
	newlib/libc/machine/bfin/configure
	newlib/libc/machine/cris/Makefile.in
	newlib/libc/machine/cris/configure
	newlib/libc/machine/crx/Makefile.in
	newlib/libc/machine/crx/configure
	newlib/libc/machine/d10v/Makefile.in
	newlib/libc/machine/d10v/configure
	newlib/libc/machine/d30v/Makefile.in
	newlib/libc/machine/d30v/configure
	newlib/libc/machine/fr30/Makefile.in
	newlib/libc/machine/fr30/configure
	newlib/libc/machine/frv/Makefile.in
	newlib/libc/machine/frv/configure
	newlib/libc/machine/h8300/Makefile.in
	newlib/libc/machine/h8300/configure
	newlib/libc/machine/h8500/Makefile.in
	newlib/libc/machine/h8500/configure
	newlib/libc/machine/hppa/Makefile.in
	newlib/libc/machine/hppa/configure
	newlib/libc/machine/i386/Makefile.in
	newlib/libc/machine/i386/aclocal.m4
	newlib/libc/machine/i386/configure
	newlib/libc/machine/i960/Makefile.in
	newlib/libc/machine/i960/configure
	newlib/libc/machine/iq2000/Makefile.in
	newlib/libc/machine/iq2000/configure
	newlib/libc/machine/m32c/Makefile.in
	newlib/libc/machine/m32c/configure
	newlib/libc/machine/m32r/Makefile.in
	newlib/libc/machine/m32r/configure
	newlib/libc/machine/m68hc11/Makefile.in
	newlib/libc/machine/m68hc11/configure
	newlib/libc/machine/m68k/Makefile.in
	newlib/libc/machine/m68k/configure
	newlib/libc/machine/m88k/Makefile.in
	newlib/libc/machine/m88k/configure
	newlib/libc/machine/mep/Makefile.in
	newlib/libc/machine/mep/configure
	newlib/libc/machine/mips/Makefile.in
	newlib/libc/machine/mips/configure
	newlib/libc/machine/mn10200/Makefile.in
	newlib/libc/machine/mn10200/configure
	newlib/libc/machine/mn10300/Makefile.in
	newlib/libc/machine/mn10300/configure
	newlib/libc/machine/mt/Makefile.in
	newlib/libc/machine/mt/configure
	newlib/libc/machine/necv70/Makefile.in
	newlib/libc/machine/necv70/configure
	newlib/libc/machine/powerpc/Makefile.in
	newlib/libc/machine/powerpc/configure
	newlib/libc/machine/sh/Makefile.in
	newlib/libc/machine/sh/configure
	newlib/libc/machine/sparc/Makefile.in
	newlib/libc/machine/sparc/configure
	newlib/libc/machine/spu/Makefile.in
	newlib/libc/machine/spu/configure
	newlib/libc/machine/tic4x/Makefile.in
	newlib/libc/machine/tic4x/configure
	newlib/libc/machine/tic80/Makefile.in
	newlib/libc/machine/tic80/configure
	newlib/libc/machine/v850/Makefile.in
	newlib/libc/machine/v850/configure
	newlib/libc/machine/w65/Makefile.in
	newlib/libc/machine/w65/configure
	newlib/libc/machine/x86_64/Makefile.in
	newlib/libc/machine/x86_64/configure
	newlib/libc/machine/xscale/Makefile.in
	newlib/libc/machine/xscale/configure
	newlib/libc/machine/xstormy16/Makefile.in
	newlib/libc/machine/xstormy16/configure
	newlib/libc/machine/z8k/Makefile.in
	newlib/libc/machine/z8k/configure
	newlib/libc/misc/Makefile.in
	newlib/libc/posix/Makefile.in
	newlib/libc/reent/Makefile.in
	newlib/libc/search/Makefile.in
	newlib/libc/signal/Makefile.in
	newlib/libc/stdio/Makefile.in
	newlib/libc/stdio64/Makefile.in
	newlib/libc/stdlib/Makefile.in
	newlib/libc/string/Makefile.in
	newlib/libc/sys/Makefile.in
	newlib/libc/sys/aclocal.m4
	newlib/libc/sys/configure
	newlib/libc/sys/a29khif/Makefile.in
	newlib/libc/sys/a29khif/configure
	newlib/libc/sys/arc/Makefile.in
	newlib/libc/sys/arc/configure
	newlib/libc/sys/arm/Makefile.in
	newlib/libc/sys/arm/configure
	newlib/libc/sys/d10v/Makefile.in
	newlib/libc/sys/d10v/configure
	newlib/libc/sys/decstation/Makefile.in
	newlib/libc/sys/decstation/configure
	newlib/libc/sys/h8300hms/Makefile.in
	newlib/libc/sys/h8300hms/configure
	newlib/libc/sys/h8500hms/Makefile.in
	newlib/libc/sys/h8500hms/configure
	newlib/libc/sys/linux/Makefile.in
	newlib/libc/sys/linux/aclocal.m4
	newlib/libc/sys/linux/configure
	newlib/libc/sys/linux/argp/Makefile.in
	newlib/libc/sys/linux/cmath/Makefile.in
	newlib/libc/sys/linux/dl/Makefile.in
	newlib/libc/sys/linux/iconv/Makefile.in
	newlib/libc/sys/linux/intl/Makefile.in
	newlib/libc/sys/linux/linuxthreads/Makefile.in
	newlib/libc/sys/linux/linuxthreads/aclocal.m4
	newlib/libc/sys/linux/linuxthreads/configure
	newlib/libc/sys/linux/linuxthreads/machine/Makefile.in
	newlib/libc/sys/linux/linuxthreads/machine/aclocal.m4
	newlib/libc/sys/linux/linuxthreads/machine/configure
	newlib/libc/sys/linux/linuxthreads/machine/i386/Makefile.in
	newlib/libc/sys/linux/linuxthreads/machine/i386/aclocal.m4
	newlib/libc/sys/linux/linuxthreads/machine/i386/configure
	newlib/libc/sys/linux/machine/Makefile.in
	newlib/libc/sys/linux/machine/aclocal.m4
	newlib/libc/sys/linux/machine/configure
	newlib/libc/sys/linux/machine/i386/Makefile.in
	newlib/libc/sys/linux/machine/i386/aclocal.m4
	newlib/libc/sys/linux/machine/i386/configure
	newlib/libc/sys/linux/net/Makefile.in
	newlib/libc/sys/linux/stdlib/Makefile.in
	newlib/libc/sys/m88kbug/Makefile.in
	newlib/libc/sys/m88kbug/configure
	newlib/libc/sys/mmixware/Makefile.in
	newlib/libc/sys/mmixware/configure
	newlib/libc/sys/netware/Makefile.in
	newlib/libc/sys/netware/configure
	newlib/libc/sys/rdos/Makefile.in
	newlib/libc/sys/rdos/configure
	newlib/libc/sys/rtems/Makefile.in
	newlib/libc/sys/rtems/configure
	newlib/libc/sys/sh/Makefile.in
	newlib/libc/sys/sh/configure
	newlib/libc/sys/sparc64/Makefile.in
	newlib/libc/sys/sparc64/configure
	newlib/libc/sys/sun4/Makefile.in
	newlib/libc/sys/sun4/configure
	newlib/libc/sys/sysmec/Makefile.in
	newlib/libc/sys/sysmec/configure
	newlib/libc/sys/sysnec810/Makefile.in
	newlib/libc/sys/sysnec810/configure
	newlib/libc/sys/sysnecv850/Makefile.in
	newlib/libc/sys/sysnecv850/configure
	newlib/libc/sys/sysvi386/Makefile.in
	newlib/libc/sys/sysvi386/configure
	newlib/libc/sys/sysvnecv70/Makefile.in
	newlib/libc/sys/sysvnecv70/configure
	newlib/libc/sys/tic80/Makefile.in
	newlib/libc/sys/tic80/configure
	newlib/libc/sys/w65/Makefile.in
	newlib/libc/sys/w65/configure
	newlib/libc/sys/z8ksim/Makefile.in
	newlib/libc/sys/z8ksim/configure
	newlib/libc/syscalls/Makefile.in
	newlib/libc/time/Makefile.in
	newlib/libc/unix/Makefile.in
	newlib/libm/Makefile.in
	newlib/libm/aclocal.m4
	newlib/libm/configure
	newlib/libm/common/Makefile.in
	newlib/libm/machine/Makefile.in
	newlib/libm/machine/aclocal.m4
	newlib/libm/machine/configure
	newlib/libm/machine/i386/Makefile.in
	newlib/libm/machine/i386/aclocal.m4
	newlib/libm/machine/i386/configure
	newlib/libm/machine/spu/Makefile.in
	newlib/libm/machine/spu/configure
	newlib/libm/math/Makefile.in
	newlib/libm/mathfp/Makefile.in


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-30  3:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <48E0D65A.3010801@redhat.com>
2008-09-29 15:45 ` Updating libtool Steve Ellcey
2008-09-29 15:48   ` NightStrike
2008-09-29 16:56     ` H.J. Lu
2008-09-30  3:22       ` NightStrike
2008-09-26 20:25 sje

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox