This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: error during configure/make sequence on GDB-CVS sources at Mac OS X
Am 23.04.2008 um 17:03 schrieb Daniel Jacobowitz:
On Wed, Apr 23, 2008 at 04:53:57PM -0300, Dr. Rolf Jansen wrote:
Building the current CVS (from today, 2008-04-23) stops during
configure
of src/gdb with the following error:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating .gdbinit
config.status: creating gnulib/Makefile
config.status: error: cannot find input file: gnulib/Makefile.in
make[1]: *** [configure-gdb] Error 1
make: *** [all] Error 2
Are you building from snapshot tarballs or from a CVS checkout? Looks
like CVS, and you didn't get the new gnulib directory. Use cvs co
to update, not cvs up.
I was talking about both.
Weekly snapshots
gdb-6.8.50.20080408: build completes successfully
gdb-6.8.50.20080415: build breaks
gdb-6.8.50.20080421: build breaks
gdb-cvs updated only today (checked out at the beginning of April)
build breaks
gdb-cvs just checked out (after your message)
build completes successfully
So the issue seems to be resolved. In fact the gnulib directory was
missing in my CVS working copy as well as in two of the snapshots at
the ftp server of sourceware.org.
I will use co in the future for keeping my CVS working directory up to
date.
Best regards
Dr. Rolf Jansen