From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 15:19:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9E716A4CE for ; Tue, 3 Feb 2004 15:19:22 -0800 (PST) Received: from messenger.m00is.net (messenger.m00is.net [62.3.100.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B48F43D1D for ; Tue, 3 Feb 2004 15:19:18 -0800 (PST) (envelope-from edmund@m00is.net) Received: from alpha (openwall.m00is.net [62.3.100.169]) by messenger.m00is.net (Postfix) with ESMTP id 4F4CA407A; Tue, 3 Feb 2004 23:17:50 +0000 (GMT) From: "Edmund Craske" To: "'Dan B'" , Date: Tue, 3 Feb 2004 23:19:16 -0000 Message-ID: <002301c3eaac$24e92700$0464a8c0@alpha> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: Importance: Normal Subject: RE: Error on buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 23:19:22 -0000 Try it without the -j4, then if it still breaks at least we'll be able to make sense of the log. Ed > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Dan B > Sent: 03 February 2004 23:04 > To: freebsd-questions@freebsd.org > Subject: Error on buildworld > > > Hey guys, this is my first time attempting a make buildworld, > so I'm sure > this is a blatant error on my fault. Maybe not, so here's the info: > > 'uname -r' - 5.2-RELEASE > > Last few lines of mw.out: > > rt.pl > easy-import^M > ===> gnu/usr.bin/cvs/cvsbug^M > version=`sed < > /usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/configure > -e '/^[ ]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`; sed -e > "s,@VERSION@, > ${version}-FreeBSD,g" > /usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/sr > c/cvsbug.in > cvsbug^M > gzip -cn > /usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/man/cv > sbug.8 > cvsbug.8.gz^M ===> gnu/usr.bin/cvs/doc^M makeinfo > --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I > /usr/src/gnu/usr.bin/cvs/ > doc/../../../../contrib/cvs/doc > /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib > /cvs/doc/cvs.texinfo -o cvs.info^M > makeinfo --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I > /usr/src/gnu/usr.bin/cvs/ > doc/../../../../contrib/cvs/doc > /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib > /cvs/doc/cvsclient.texi -o cvsclient.info^M > gzip -cn cvsclient.info > cvsclient.info.gz^M > gzip -cn cvs.info > cvs.info.gz^M > 1 error^M > *** Error code 2^M > 1 error^M > *** Error code 2^M > 1 error^M > # > > My mostly copy-an-pasted make.conf: > > PERL_VERSION=5.6.1 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > CPUTYPE?=p2 > CFLAGS= -O -pipe > CXXFLAGS+= -fmemoize-lookups -fsave-memoized > MAKE_SHELL?=sh > INSTALL=install -C > PPP_NOSUID= true > ENABLE_SUID_SSH= true > ENABLE_SUID_NEWGRP= true > SUP_UPDATE= yes > SUP= /usr/local/bin/cvsup > SUPFLAGS= -g -L 2 > SUPHOST= cvsup.uk.FreeBSD.org > SUPFILE= /usr/share/examples/cvsup/standard-supfile > PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile > DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile > > All I really did was update src-all and ports-all via cvsup, > copied most of > the example make.conf and uncommented some of the stuff I > understood, then > followed the make world instructions. (I did a make -j4 > buildworld, by the > way) > > Any ideas? > > -Dan Beauchesne > > _________________________________________________________________ > Help STOP SPAM with the new MSN 8 and get 2 months FREE* > http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a > %2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >