This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: src/ltcf-c.sh
- To: Scott Bambrough <scottb at netwinder dot org>
- Subject: Re: src/ltcf-c.sh
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Mon, 4 Sep 2000 18:11:11 -0700
- Cc: gdb at sources dot redhat dot com, Nick Clifton <nickc at cygnus dot com>,Andrew Cagney <ac131313 at cygnus dot com>
- References: <00b201c016d5$2f8d2c00$LocalHost@netbackup>
On Mon, Sep 04, 2000 at 09:04:02PM -0400, Scott Bambrough wrote:
> The autobuild at netwinder.org fails with the following error:
>
> /home/build-rpm/BUILD/gdb/opcodes/../ltconfig:
> /home/build-rpm/BUILD/gdb/opcodes/../ltcf-c.sh: No such file or directory
> configure: error: libtool configure failed
> Configure in /home/build-rpm/BUILD/obj-gdb-20000904/opcodes failed, exiting.
> Bad exit status from /var/tmp/rpm-tmp.88907 (%build)
>
> The problem is a cvs checkout of gdb is not updating this file. It isn't
> there so the build fails. I had a look at the modules file, and it is
> included in the alias src-support, which is included in gdb-support which is
> used by the gdb module. If I update my binutils tree, and my insight trees
> the file is not checked out, though I expect it to be. If I check it out
> manually by cvs co ltcf-c.sh, it works.
>
It works for me. I did
# cd gdb
# cvs -z 9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src co gdb
to update my gdb checkout tree. src/ltcf-c.sh is there.
H.J.