From owner-freebsd-current@FreeBSD.ORG Mon May 28 17:01:22 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 4302016A41F for ; Mon, 28 May 2007 17:01:22 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id B2DE313C43E for ; Mon, 28 May 2007 17:01:21 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4SGjQOi017843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 28 May 2007 19:45:35 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l4SGj55I003144; Mon, 28 May 2007 19:45:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l4SGj4xY003143; Mon, 28 May 2007 19:45:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 28 May 2007 19:45:04 +0300 From: Giorgos Keramidas To: Odhiambo Washington , current@FreeBSD.org Message-ID: <20070528164504.GD2188@kobe.laptop> References: <20070528140644.GB94266@ns2.wananchi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070528140644.GB94266@ns2.wananchi.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.526, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.67, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Subject: Re: persistent problem with buildworld on -CURRENT 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: Mon, 28 May 2007 17:01:22 -0000 On 2007-05-28 17:06, Odhiambo Washington wrote: > What could I be missing, so that buildworld always fails for me? > This is -current, sources as of today (20070528). > I believe it is something I am missing. > This is an HP DC 7600...and I am running FreeBSD within vmware, > which I must swear I have done before, until I decided I had > dirty-fied my system and so needed to start afresh. > > [...] > ===> 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 Are you running make(1) with -j options? If yes, what are they? Another thing to check is that you have permissions to write in the "/usr/obj" tree, while doing the build (or wherever ${MAKEOBJDIRPREFIX} points).