List Info

Thread: gdb-6.8.50.20080507 not building.




gdb-6.8.50.20080507 not building.
user name
2008-05-07 11:32:12
Hello,

  I am trying to build gdb-6.8.50.20080507, configured as
follows:

  CC=gcc 
  ../../../src/gdb-6.8.50.20080507-original/configure 
  --target=powerpc-unknown-linux-gnu 
  --program-prefix=powerpc-unknown-linux-gnu- 
  --program-suffix=-6.8.50.20080507-original 
  --prefix=/proj/ppc/sysperf/labhome/b07584/gnu/tools >
configure-invocation.log 2>&1

  However, the build fails:

------------------------------------------------------------
------------------------------------------------------------
-------------
mv string.h-t string.h
make  all-am
make[5]: Entering directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb/gnulib'
source='../../../../../src/gdb-6.8.50.20080507-original/gdb/
gnulib/dummy.c' object='dummy.o' libtool=no 
DEPDIR=.deps depmode=none /bin/sh
../../../../../src/gdb-6.8.50.20080507-original/gdb/../depco
mp 
gcc -DHAVE_CONFIG_H -I.
-I../../../../../src/gdb-6.8.50.20080507-original/gdb/gnulib
-I..      -c
../../../../../src/gdb-6.8.50.20080507-original/gdb/gnulib/d
ummy.c
/bin/sh:
../../../../../src/gdb-6.8.50.20080507-original/gdb/../depco
mp: No such file or directory
make[5]: *** [dummy.o] Error 127
make[5]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb/gnulib'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb/gnulib'
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb'
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu'
make: *** [all] Error 2
------------------------------------------------------------
------------------------------------------------------------
--------------

  Is there something I am missing here?

  Any help greatly appreciated.

Thanks,
Anmol.

PS: I have the same problem with gdb-6.8.50.20080506 -
yesterday's snapshot.


RE: gdb-6.8.50.20080507 not building.
user name
2008-05-07 11:41:08
I got the same error the last time I tried to build gdb.  I
obtained depcomp by installing GNU automake and copying
depcomp to the gdb source directory.

Dennis

-----Original Message-----
From: gdb-ownersourceware.org [mailto:gdb-ownersourceware.org] On Behalf Of Anmol P. Paralkar
Sent: Wednesday, May 07, 2008 9:32 AM
To: gdbsourceware.org
Subject: gdb-6.8.50.20080507 not building.

Hello,

  I am trying to build gdb-6.8.50.20080507, configured as
follows:

  CC=gcc 
  ../../../src/gdb-6.8.50.20080507-original/configure 
  --target=powerpc-unknown-linux-gnu 
  --program-prefix=powerpc-unknown-linux-gnu- 
  --program-suffix=-6.8.50.20080507-original 
  --prefix=/proj/ppc/sysperf/labhome/b07584/gnu/tools >
configure-invocation.log 2>&1

  However, the build fails:

------------------------------------------------------------
------------------------------------------------------------
-------------
mv string.h-t string.h
make  all-am
make[5]: Entering directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb/gnulib'
source='../../../../../src/gdb-6.8.50.20080507-original/gdb/
gnulib/dummy.c' object='dummy.o' libtool=no  DEPDIR=.deps
depmode=none /bin/sh
../../../../../src/gdb-6.8.50.20080507-original/gdb/../depco
mp 
gcc -DHAVE_CONFIG_H -I.
-I../../../../../src/gdb-6.8.50.20080507-original/gdb/gnulib
-I..      -c
../../../../../src/gdb-6.8.50.20080507-original/gdb/gnulib/d
ummy.c
/bin/sh:
../../../../../src/gdb-6.8.50.20080507-original/gdb/../depco
mp: No such file or directory
make[5]: *** [dummy.o] Error 127
make[5]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb/gnulib'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb/gnulib'
make[3]: *** [subdir_do] Error 1
make[3]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb'
make[2]: *** [all-lib] Error 2
make[2]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory
`/proj/.ppc_07/labhome/b07584/gnu/build/gdb-6.8.50.20080507-
original/powerpc-unknown-linux-gnu'
make: *** [all] Error 2
------------------------------------------------------------
------------------------------------------------------------
--------------

  Is there something I am missing here?

  Any help greatly appreciated.

Thanks,
Anmol.

PS: I have the same problem with gdb-6.8.50.20080506 -
yesterday's snapshot.


Re: gdb-6.8.50.20080507 not building.
country flaguser name
United States
2008-05-07 11:56:12
On Wed, May 07, 2008 at 09:41:08AM -0700, Roberts, Dennis
wrote:
> I got the same error the last time I tried to build
gdb.  I obtained
> depcomp by installing GNU automake and copying depcomp
to the gdb
> source directory.

Interesting.  Here are the files from our repository which
are not
included in all src-based releases:

./.cvsignore
./COPYING.NEWLIB
./COPYING.LIBGLOSS
./ChangeLog
./MAINTAINERS
./README-maintainer-mode
./ltgcc.m4
./depcomp
./makefile.vms
./mkdep
./setup.com
./djunpack.bat
./compile
./lt~obsolete.m4

I'm not sure which of those are necessary.  Anyone know? 
I'm guessing
depcomp, mkdep, and compile.  Not sure about ltgcc.m4 or
lt~obsolete.m4.

-- 
Daniel Jacobowitz
CodeSourcery

RE: gdb-6.8.50.20080507 not building.
user name
2008-05-07 12:05:39
> I'm not sure which of those are necessary.  Anyone
know?  I'm
> guessing depcomp, mkdep, and compile.  Not sure about
> ltgcc.m4 or lt~obsolete.m4.

The only file that I had to get was depcomp, but that was a
while ago and I don't remember whether or not the other
files were present (the source directory that I used has
been deleted since then).

Dennis

Re: gdb-6.8.50.20080507 not building.
country flaguser name
Germany
2008-05-07 12:49:28
Daniel Jacobowitz <drowfalse.org> writes:

> Not sure about ltgcc.m4 or lt~obsolete.m4.

ltgcc.m4 overrides a macro in libtool.m4 and is only needed
by gcc, but
it shouldn't hurt to included it.  lt~obsolete.m4 appears to
only be
needed inside libtool itself, although libtoolize will
install it
anyway.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwabsuse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg,
Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5
214B 8276 4ED5
"And now for something completely different."

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )