From owner-freebsd-current@FreeBSD.ORG Fri May 25 07:07:24 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F05616A421; Fri, 25 May 2007 07:07:24 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.freebsd.org (Postfix) with ESMTP id 9E09213C48A; Fri, 25 May 2007 07:07:22 +0000 (UTC) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.67 #0 (FreeBSD 4.11-STABLE)) id 1HrTtM-0002RQ-VA by authid ; Fri, 25 May 2007 10:07:17 +0300 Date: Fri, 25 May 2007 10:07:16 +0300 From: Odhiambo Washington To: freebsd-current@freebsd.org, current Message-ID: <20070525070716.GA7016@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-current@freebsd.org, current MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.13 (2006-08-11) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: -CURRENT buildworld problems... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 07:07:24 -0000 Hi, I decided to blow away my -CURRENT setup to start afresh! Mad I know, but I wanted to start on a clean slate. I grabbed the CD1 via ftp. This is the May 2007 snapshot. I had funny problems during direct installation like panics.. So I decided to install inside a VMware env and later transfer to a disk. Now, after grabbing latest sources (yesterday and this morning), buildworld fails for me as shown below: rm -f yp.h rpcgen -I -C -h -o yp.h /usr/src/libexec/ypxfr/../../include/rpcsvc/yp.x rm -f yp_clnt.c rpcgen -I -C -DYPSERV_ONLY -l -o yp_clnt.c /usr/src/libexec/ypxfr/../../include/rpcsvc/yp.x rm -f ypxfr_clnt.c rpcgen -I -C -DYPPUSH_ONLY -l -o ypxfr_clnt.c /usr/src/libexec/ypxfr/../../include/rpcsvc/yp.x rm -f .depend mkdep -f .depend -a -I. /usr/src/libexec/ypxfr/../../usr.sbin/ypserv/yp_dblookup.c /usr/src/libexec/ypxfr/yp_dbwrite.c /usr/src/libexec/ypxfr/../../usr.sbin/ypserv/yp_error.c /usr/src/libexec/ypxfr/ypxfr_getmap.c /usr/src/libexec/ypxfr/ypxfr_main.c /usr/src/libexec/ypxfr/ypxfr_misc.c /usr/src/libexec/ypxfr/ypxfrd_getmap.c yp_clnt.c ypxfr_clnt.c echo ypxfr: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/librpcsvc.a >> .depend ===> bin (depend) ===> bin/cat (depend) rm -f .depend mkdep -f .depend -a /usr/src/bin/cat/cat.c echo cat: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend ===> bin/chflags (depend) rm -f .depend mkdep -f .depend -a /usr/src/bin/chflags/chflags.c echo chflags: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend ===> bin/chio (depend) rm -f .depend mkdep -f .depend -a /usr/src/bin/chio/chio.c echo chio: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend ===> bin/chmod (depend) rm -f .depend mkdep -f .depend -a /usr/src/bin/chmod/chmod.c echo chmod: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend ===> bin/cp (depend) rm -f .depend mkdep -f .depend -a -DVM_AND_BUFFER_CACHE_SYNCHRONIZED /usr/src/bin/cp/cp.c /usr/src/bin/cp/utils.c echo cp: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend ===> bin/csh (depend) grep '[FV]_' /usr/src/bin/csh/../../contrib/tcsh/ed.defns.c | grep '^#define' >> ed.defns.h cc -E -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -DHAVE_ICONV -Wno-pointer-sign /usr/src/bin/csh/../../contrib/tcsh/tc.const.c /usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h /usr/src/bin/csh/../../contrib/tcsh/config_f.h /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | grep 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | sort >> tc.const.h cc -o gethost -O2 -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -DHAVE_ICONV -Wno-pointer-sign /usr/src/bin/csh/../../contrib/tcsh/gethost.c ./gethost /usr/src/bin/csh/host.defs >> tc.defs.c *** Error code 1 Stop in /usr/src/bin/csh. *** Error code 1 Stop in /usr/src/bin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. How do I address this? Another funny crash I am getting is when I try to ftp from the Virtual Machine to another host. It's a panic kind of crash, which takes the machine into the debugger, but I am not sure I know how to capture the details shown, bar for manually writing them down, which is a little tideous. Is there a way to capture such output into a file that I can send? -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ Harrisberger's Fourth Law of the Lab: Experience is directly proportional to the amount of equipment ruined.