Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 1999 21:53:53 +0200 (CEST)
From:      Alban Hertroys <dalroi@wit401310.student.utwente.nl>
To:        freebsd-stable@freebsd.org
Subject:   problem building world target
Message-ID:  <19991007195354.840911DD0@wit401310.student.utwente.nl>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991007195354.840911DD0>