From owner-freebsd-questions Thu Jan 18 12:41:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id A4E6C37B401 for ; Thu, 18 Jan 2001 12:40:58 -0800 (PST) Received: (qmail 10308 invoked by uid 0); 18 Jan 2001 20:40:57 -0000 Received: from chepe.cc.utexas.edu (HELO chepe.mail.utexas.edu) (128.83.135.25) by umbs-smtp-1 with SMTP; 18 Jan 2001 20:40:57 -0000 Message-Id: <4.3.2.7.2.20010118143727.00b1a9d0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 18 Jan 2001 14:40:04 -0600 To: questions@freebsd.org From: Oscar Ricardo Silva Subject: make buildworld fails on file std_rqs.c Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was trying to upgrade my system from 4.0 to 4.2 using cvsupit. I successfully downloaded the source and then, following the instructions in /usr/src/UPDATING, ran "make buildworld" (after clearing out /usr/obj). I got the following error message: ===> libss test -e std_rqs.ct || ln -s /usr/src/lib/libss/std_rqs.ct . mk_cmds std_rqs.ct test -h std_rqs.ct && rm -f std_rqs.ct rm -f .depend mkdep -f .depend -a -I. -I/usr/src/lib/libss -DPOSIX -DIN_LIBSS -I/usr/obj/usr/src/i386/usr/include /usr/src/lib/libss/data.c /usr/src/lib/libss/error.c /usr/src/lib/libss/execute_cmd.c /usr/src/lib/libss/help.c /usr/src/lib/libss/invocation.c /usr/src/lib/libss/list_rqs.c /usr/src/lib/libss/listen.c /usr/src/lib/libss/pager.c /usr/src/lib/libss/parse.c /usr/src/lib/libss/prompt.c /usr/src/lib/libss/request_tbl.c /usr/src/lib/libss/requests.c ss_err.c std_rqs.c cc: std_rqs.c: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libss. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Now, just in case there were any changes in the code, this is the third time I've tried running this in 12 hours. The only file resembling the one in the error messsage is /usr/src/lib/libss/std_rqs.ct . Any information would be appreciated. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message