Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 1998 10:35:49 +0100
From:      erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: "make buildworld" fails on 2.2.6-BETA
Message-ID:  <199803200935.KAA00877@kk662.kk.etx.ericsson.se>

next in thread | raw e-mail | index | archive | help
> > Probably a "make depend" and/or a
> >"make clean" will fix things, but this should be automatic.
> 
> `make cleandir' from a top level directory might work by deleting
> all the object subdirectories.

No luck with these suggestions :-( According to cvsup everything is
up-to-date but the compilation still fails.

/Martti

...
Connected to cvsup.FreeBSD.org
Updating collection src-all/cvs
Finished successfully

ROOT arnold:/usr/src>date
Fre 20 Mar 1998 10:18:04 CET

ROOT arnold:/usr/src>uname -a
FreeBSD arnold 2.2.6-BETA FreeBSD 2.2.6-BETA #0: Wed Mar 18 10:17:46 CET 1998     root@arnold:/usr/src/sys/compile/ARNOLD  i386

ROOT arnold:/usr/src>make -DNOGAMES buildworld
...
===> gnu/usr.bin/cc/cpp
".depend", line 9: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

ROOT arnold:/usr/src>make cleandir
...
===> gnu/usr.bin/cc/cpp
".depend", line 9: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

ROOT arnold:/usr/src>make clean
...
".depend", line 9: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

ROOT arnold:/usr/src>make depend
...
===> lib/libncurses
awk -f /usr/src/lib/libncurses/MKkeys.awk /usr/src/lib/libncurses/keys.list > keys.tries
awk -f /usr/src/lib/libncurses/MKkeyname.awk /usr/src/lib/libncurses/keys.list > lib_keyname.c
rm -f .depend
mkdep -f .depend -a  -I. -I/usr/src/lib/libncurses -DMYTINFO  lib_kernel.c lib_pad.c lib_bkgd.c lib_unctrl.c lib_raw.c lib_vidattr.c lib_trace.c lib_beep.c lib_doupdate.c lib_refresh.c lib_initscr.c lib_newwin.c lib_addch.c lib_addstr.c lib_scroll.c lib_clreol.c lib_touch.c lib_mvcur.c lib_keyname.c lib_delwin.c lib_endwin.c lib_clrbot.c lib_move.c lib_printw.c lib_scanw.c lib_erase.c lib_getch.c lib_options.c lib_acs.c lib_slk.c lib_box.c lib_clear.c lib_delch.c lib_insch.c lib_instr.c lib_getstr.c lib_mvwin.c lib_longname.c lib_tstp.c lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c
cpp: lib_keyname.c: No such file or directory
lib_options.c:152: keys.tries: No such file or directory
mkdep: compile failed
*** Error code 1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803200935.KAA00877>