From owner-freebsd-stable Thu Oct 7 12:53:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wit401310.student.utwente.nl (wit401310.student.utwente.nl [130.89.236.150]) by hub.freebsd.org (Postfix) with ESMTP id A0985152DC for ; Thu, 7 Oct 1999 12:53:44 -0700 (PDT) (envelope-from dalroi@wit401310.student.utwente.nl) Received: from wit401310.student.utwente.nl (localhost [127.0.0.1]) by wit401310.student.utwente.nl (Postfix) with ESMTP id 840911DD0 for ; Thu, 7 Oct 1999 21:53:54 +0200 (CEST) Date: Thu, 7 Oct 1999 21:53:53 +0200 (CEST) From: Alban Hertroys Subject: problem building world target To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Message-Id: <19991007195354.840911DD0@wit401310.student.utwente.nl> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to upgrade from 3.2-STABLE to 3.3-STABLE. make upgrade runs fine, but make buildworld bails out building 'top'. I get: ============= cc -O -pipe -DHAVE_GETOPT -I/usr/src/usr.bin/top -I/usr/src/usr.bin/top/../../contrib/top -DORDER -D"Table_size=6:wq" -c /usr/src/usr.bin/top/../../contrib/top/username.c /usr/src/usr.bin/top/../../contrib/top/username.c:53: parse error before `:' /usr/src/usr.bin/top/../../contrib/top/username.c: In function `username': /usr/src/usr.bin/top/../../contrib/top/username.c:72: parse error before `:' /usr/src/usr.bin/top/../../contrib/top/username.c:73: `hash_table' undeclared (first use this function) /usr/src/usr.bin/top/../../contrib/top/username.c:73: (Each undeclared identifier is reported only once /usr/src/usr.bin/top/../../contrib/top/username.c:73: for each function it appears in.) /usr/src/usr.bin/top/../../contrib/top/username.c: In function `enter_user': /usr/src/usr.bin/top/../../contrib/top/username.c:117: parse error before `:' /usr/src/usr.bin/top/../../contrib/top/username.c:119: `hash_table' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. =============== Though I think I *am* building 3.3-STABLE I suspect it is actually building 4.0. I just don't know for sure. My make.conf says: =============== SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 -z SUPFILE= /usr/tmp/cvsup-files/stable-supfile =============== Which says: =============== *default host=cvsup.uk.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_3 *default delete use-rel-suffix *default compress =============== That *should* build 3.3-STABLE, right? I think I saw "4.0"'s running past during the build. Is that normal? In the mean time I'll try to fix this with just inserting headerfiles in the right places, if that is what's going awry. I don't really feel like putting more effort in it than that in the sparse spare time I have. -- Alban Hertroys. http://wit401310.student.utwente.nl --- If I had a sig it would be fun. The quest for the Holy Sig has begun. I have not yet a clue, What will you see next issue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message