bsdnooby <[EMAIL PROTECTED]> writes: > Dan Nelson wrote: > > >In the last episode (Feb 21), bsdnooby said: > > > >>When I run 'make buildworld' I get a series of errors like this: > >> > >>rm -f .depend GPATH GRTAGS GSYMS GTAGS > >>===> bin/domainname > >>"Makefile", line 3: Need an operator > >>... > >>"Makefile", line 33 Need an operator > >>make: fatal errors encountered -- cannot continue > >>*** Error code 1 > >>Stop in /usr/src/bin > >>*** Error code 1 > >>Stop in /usr/src > >>*** Error code 1 > >>Stop in /usr/src > >> > > > >The contents of bin/domainname/Makefile should read: > > > > # $FreeBSD: src/bin/domainname/Makefile,v 1.7 2001/12/04 01:57:40 obrien > > Exp $ > > PROG= domainname > > .include <bsd.prog.mk> > > > >Check to make sure your copy didn't get corrupted somehow. > > > > > Hm. After the header info at the top, there is only line in that file: > > #define _PATH_CH "/dev/ch0"
Sounds like your disk is pretty thoroughly corrupted. Try to shut down cleanly, then reboot into single-user mode and fsck(8) the disks. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
