Date: Tue, 4 Mar 1997 11:42:36 -0600 From: Jonathan Lemon <jlemon@americantv.com> To: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de> Cc: hackers@freebsd.org Subject: Re: 2.2-GAMMA - gdb.1 Message-ID: <19970304114236.19668@right.PCS> In-Reply-To: <Mutt.19970303235017.j@uriah.heep.sax.de>; from J Wunsch on Mar 03, 1997 at 11:50:17PM %2B0100 References: <199703031601.QAA16829@njl2.materials.ox.ac.uk> <Mutt.19970303194235.j@uriah.heep.sax.de> <19970303145038.39150@right.PCS> <Mutt.19970303235017.j@uriah.heep.sax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 03, 1997 at 11:50:17PM +0100, J Wunsch wrote: > As Jonathan Lemon wrote: > > > > > make: don't know how to make gdb.1. Stop > > > > *** Error code 2 > > > > > > Have you removed you stale .depend files? > > > > Uh, this was during a 'make world'. I believe that making the world is > > supposed to blow everything away, and rebuild all dependencies, no? > > Maybe, but there's been a major restructuring of the source tree, most > of the stuff has been moved to /usr/src/contrib. Maybe this confused > the make system. > > I've just checked my /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/.depend file > inside the chroot tree used for my release tests. It doesn't contain > any reference to gdb.1. I don't have any references to gdb.1 either: cd /usr/obj/usr/src/gnu find . -name .depend | xargs fgrep gdb.1 [ no output ] If I put a 'NOMAN=1' in the gdb/gdb/Makefile, then it will get through the build. I think that what's happening is that the Makefile wants to build a manpage by default, and it can't figure out how. Since gdb.1 does not exist any more, it's causing an error. I don't think that dependencies have anything to do with this one. Either the gdb.1 file should be put back (was it erroneously removed?) or a rule should be added somewhere telling it how to make the man page. -- Jonathan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970304114236.19668>