Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB 5.3.91 available
@ 2003-09-02 14:52 gdbadmin
  2003-09-04 17:47 ` Joel Brobecker
  0 siblings, 1 reply; 6+ messages in thread
From: gdbadmin @ 2003-09-02 14:52 UTC (permalink / raw)
  To: gdb

GDB 5.3.91 (a pre-release of GDB 6.0) is available for download.
ftp://sources.redhat.com/pub/gdb/snapshots/branch/

Andrew


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: GDB 5.3.91 available
@ 2003-09-03  2:36 Michael Elizabeth Chastain
  2003-09-03  2:42 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Elizabeth Chastain @ 2003-09-03  2:36 UTC (permalink / raw)
  To: gdb, gdbadmin

ac> GDB 5.3.91 (a pre-release of GDB 6.0) is available for download.
ac> ftp://sources.redhat.com/pub/gdb/snapshots/branch/

Just shoot me ...

First gcc HEAD ICE's during in the bootstrap.  When I go to
date-search it, I find two different dates with two different ICE's.
No idea when gcc HEAD will be available for testing again.

So I back up to an old version of gcc HEAD, and my BuildGcc.pl coughs up:

  assembler not found: /berman/fsf/_today_/berman/install/target/native/binutils/HEAD/bin/as at /berman/home/mgnu/migbat/BuildGcc.pl line 128.

That's funny, I wonder if I screwed up my scripts.

  [mgnu@berman _today_]$ ls /berman/fsf/_today_/berman/install/target/native/binutils/HEAD/bin/
  addr2line             ld                    readelf
  ar                    nm                    size
  c++filt               objcopy               strings
  gprof                 objdump               strip
  i686-pc-linux-gnu-as  ranlib

That ain't cool.  It looks like binutils HEAD has a regression bug
in the name handling for installing 'as'.

Fortunately, regression-searching binutils is a lot easier than
regression-searching gcc.  In fact someone is likely to say 'aha'
before I even get a proper bug write-up.

At least my test bed is doing its job of exposing bugs.  :)

But it might be a while before I can test gdb 5.3.91.  :(

Michael C


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: GDB 5.3.91 available
@ 2003-09-03  2:55 Michael Elizabeth Chastain
  2003-09-03  3:24 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Elizabeth Chastain @ 2003-09-03  2:55 UTC (permalink / raw)
  To: drow; +Cc: gdb

Here is the standard output:

  creating cache ./config.cache
  checking host system type... i686-pc-linux-gnu
  checking target system type... i686-pc-linux-gnu
  checking build system type... i686-pc-linux-gnu
  checking for a BSD compatible install... /usr/bin/install -c
  checking for i686-pc-linux-gnu-ar... no
  checking for ar... ar
  checking for i686-pc-linux-gnu-as... no
  checking for as... as
  checking for i686-pc-linux-gnu-dlltool... no
  checking for dlltool... dlltool
  checking for i686-pc-linux-gnu-ld... /berman/migchain/install/host/binutils-baseline/bin/ld
  checking for i686-pc-linux-gnu-nm... no
  checking for nm... nm
  checking for i686-pc-linux-gnu-ranlib... no
  checking for ranlib... ranlib
  checking for i686-pc-linux-gnu-windres... no
  checking for windres... windres
  checking for i686-pc-linux-gnu-objcopy... no
  checking for objcopy... objcopy
  checking for i686-pc-linux-gnu-objdump... no
  checking for objdump... objdump
  checking for i686-pc-linux-gnu-ar... no
  checking for ar... ar
  checking for i686-pc-linux-gnu-as... no
  checking for as... as
  checking for i686-pc-linux-gnu-dlltool... no
  checking for dlltool... dlltool
  checking for i686-pc-linux-gnu-ld... no
  checking for ld... ld
  checking for i686-pc-linux-gnu-nm... no
  checking for nm... nm
  checking for i686-pc-linux-gnu-ranlib... no
  checking for ranlib... ranlib
  checking for i686-pc-linux-gnu-windres... no
  checking for windres... windres
  checking whether to enable maintainer-specific portions of Makefiles... no
  updating cache ./config.cache
  creating ./config.status
  creating Makefile

Here is config.log:

  This file contains any messages produced by compilers while
  running configure, to aid debugging if configure makes a mistake.

  configure:581: checking host system type
  configure:602: checking target system type
  configure:620: checking build system type
  configure:675: checking for a BSD compatible install
  configure:2789: checking for i686-pc-linux-gnu-ar
  configure:2822: checking for ar
  configure:2861: checking for i686-pc-linux-gnu-as
  configure:2894: checking for as
  configure:2933: checking for i686-pc-linux-gnu-dlltool
  configure:2966: checking for dlltool
  configure:3005: checking for i686-pc-linux-gnu-ld
  configure:3077: checking for i686-pc-linux-gnu-nm
  configure:3110: checking for nm
  configure:3149: checking for i686-pc-linux-gnu-ranlib
  configure:3182: checking for ranlib
  configure:3221: checking for i686-pc-linux-gnu-windres
  configure:3254: checking for windres
  configure:3293: checking for i686-pc-linux-gnu-objcopy
  configure:3326: checking for objcopy
  configure:3365: checking for i686-pc-linux-gnu-objdump
  configure:3398: checking for objdump
  configure:3446: checking for i686-pc-linux-gnu-ar
  configure:3479: checking for ar
  configure:3518: checking for i686-pc-linux-gnu-as
  configure:3551: checking for as
  configure:3590: checking for i686-pc-linux-gnu-dlltool
  configure:3623: checking for dlltool
  configure:3662: checking for i686-pc-linux-gnu-ld
  configure:3695: checking for ld
  configure:3734: checking for i686-pc-linux-gnu-nm
  configure:3767: checking for nm
  configure:3806: checking for i686-pc-linux-gnu-ranlib
  configure:3839: checking for ranlib
  configure:3878: checking for i686-pc-linux-gnu-windres
  configure:3911: checking for windres
  configure:3978: checking whether to enable maintainer-specific portions of Makefiles

My BuildBinutils.pl script sets the path to:

  /berman/migchain/install/host/bison-1.875/bin
  /berman/migchain/install/host/flex-2.5.4/bin
  /berman/migchain/install/host/gcc-baseline/bin
  /berman/migchain/install/host/binutils-baseline/bin
  /berman/migchain/install/host/make-baseline-bin
  /bin
  /usr/bin

binutils-baseline is an install directory for binutils 2.14.
Its contents are:

  [mgnu@berman _today_]$ ls /berman/migchain/install/host/binutils-baseline/bin/
  addr2line  as       gprof  nm       objdump  readelf  strings
  ar         c++filt  ld     objcopy  ranlib   size     strip

I configure with:

    /berman/fsf/_today_/source/binutils/HEAD/src/configure --prefix=/berman/fsf/_today_/berman/install/target/native/binutils/HEAD > /berman/fsf/_today_/berman/install/target/native/binutils/HEAD/Migbat-Configure.log 2>&1

I will try stripping off my layer of perl automation and see whether the
problem still occurs.

Michael C


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

end of thread, other threads:[~2003-09-04 17:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02 14:52 GDB 5.3.91 available gdbadmin
2003-09-04 17:47 ` Joel Brobecker
2003-09-03  2:36 Michael Elizabeth Chastain
2003-09-03  2:42 ` Daniel Jacobowitz
2003-09-03  2:55 Michael Elizabeth Chastain
2003-09-03  3:24 ` Daniel Jacobowitz

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