From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 17:49:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EAFED16A422 for ; Mon, 6 Mar 2006 17:49:10 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A94243D4C for ; Mon, 6 Mar 2006 17:49:09 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 41448 invoked from network); 6 Mar 2006 17:49:09 -0000 Received: from unknown (HELO ?192.168.1.197?) (donaldj@ameritech.net@68.249.1.94 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 6 Mar 2006 17:49:09 -0000 From: "Donald J. O'Neill" To: Kristian Vaaf Date: Mon, 6 Mar 2006 11:49:04 -0600 User-Agent: KMail/1.9.1 References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060303153632.GA8472@flame.pc> <7.0.1.0.2.20060306172950.02299548@broadpark.no> In-Reply-To: <7.0.1.0.2.20060306172950.02299548@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603061149.04343.duncan.fbsd@gmail.com> Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 17:49:11 -0000 On Monday 06 March 2006 10:31, Kristian Vaaf wrote: > At 16:36 03.03.2006, Giorgos Keramidas wrote: > >On 2006-03-03 15:08, Kristian Vaaf wrote: > > > Sorry sorry sorry, I am so very sorry. > > > http://www.home.no/hedhnta/result.txt is indeed online now. > > > >This doesn't look right. Are you sure your source tree is clean and > > up to date? As Donald has posted latter: > > > >On 2006-03-03 09:09, "Donald J. O'Neill" wrote: > > > Alright Kristian, why don't you post your supfile, make.conf, > > > rc.conf, output of uname -a, a description of what equipment > > > your doing this with, what you're trying to accomplish and why, > > > what you're doing to make this come about, what you expected to > > > happen, what did happen. How you're taking all the advice > > > you've been given and bending it to suit yourself - which, I > > > have to tell you, IS NOT WORKING, or you would be singing a > > > different tune. > > > >Please post all the details Donald has requested. > > You all got the details I posted earlier? > > Alright, I just finished retrying the whole process after adding > these lines to my /etc/make.conf: > > CFLAGS= -O2 -pipe > COPTFLAGS= -O2 -pipe > > And there is no change, I still get: > > -------------------------------------------------------------- > > >>> stage 2.3: build tools > > -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh > /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy >/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/u >sr/bin WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m > /usr/src/tools/build/mk -m /usr/src/share/mk" > /usr/obj/usr/src/make.i386/make -f > Makefile.inc1 DESTDIR= BOOTSTRAPPING=504100 -DNO_LINT > -DNO_CPU_CFLAGS -DNO_WARNS build-tools > ===> bin/csh (obj,build-tools) > grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep > '^#define' >> sh.err.h > cc -E -O2 -pipe -I. -I/usr/src/bin/csh > -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' > -DHAVE_ICONV -I/usr/obj/usr/src/tmp/legacy/usr/include > /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 > In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, > from > /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33: > /usr/include/wchar.h:33:18: cwchar: No such file or directory cc -o > gethost -L/usr/obj/usr/src/tmp/legacy/usr/lib -O2 -pipe -I. > -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh > -D_PATH_TCSHELL='"/bin/csh"' > -DHAVE_ICONV -I/usr/obj/usr/src/tmp/legacy/usr/include > /usr/src/bin/csh/../../contrib/tcsh/gethost.c > In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, > from > /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: > /usr/include/wchar.h:33:18: cwchar: No such file or directory In file > included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, from > /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: > /usr/include/wchar.h:35: error: syntax error before "std" > In file included from > /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: > /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: error: syntax error > before "eChar" /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: warning: > data definition has no type or storage class > In file included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:1304, > from > /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33: > /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: error: syntax > error before "readc" > /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: warning: data > definition has no type or storage class > *** Error code 1 > Stop in /usr/src/bin/csh. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > > Just to be clear, this is on the Pentium 120MHz, as I have a make > buildworld problem on both of my FreeBSD 5.4-STABLE boxes. > > Good bye, > Vaaf Well Kristian, it looks to me like your procedure sucks, since it's failing on two computers. That should tell you something is wrong with the way you're doing things. This has been going on for over three weeks. Pick someone you think knows what they're doing and follow their suggestions. Running a script is not saving you any time if it fails. Do it without running a script. There is a difference between running a script and running script (the program) to make a record of what went on. In your supfile, I suggest the following changes: *default host=cvsup.no.FreeBSD.org Are you actually using this line? Or, are you trying to disguise it so we're more confused than already and assume you actually know something. *default base=/usr change this to: *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_6 change this to: default release=cvs tag=RELENG_6_0 *default delete use-rel-suffix src-all #ports-all tag=. #doc-all tag=. Just upgrade src. Don't be mucking around with ports and doc at this time. Leave them be. Blow away your sources and re-cvsup src. Follow somebodies procedure that is known to work. Don