Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 16:47:41 +0100 (CET)
From:      Tomas Pluskal <plusik@pohoda.cz>
To:        <freebsd-stable@freebsd.org>
Subject:   cannot compile stable
Message-ID:  <Pine.LNX.4.30L2.0211141646340.15884-100000@pohoda.cz>

next in thread | raw e-mail | index | archive | help

Hello,

I've been trying to compile recent -STABLE from CVS. I just downloaded the
source and typed "make buildworld".
It stopped in usr.bin/getconf with this message:

===> usr.bin/getconf
awk '/^[_A-Z]/ { print; }'
/usr/src/freebsd/src/usr.bin/getconf/confstr.gperf | sed -e 's/,$//' >con
fstr.names
awk '/^[_A-Z]/ { print; }'
/usr/src/freebsd/src/usr.bin/getconf/limits.gperf | sed -e 's/,$//' >limi
ts.names
awk '/^[_A-Z]/ { print; }'
/usr/src/freebsd/src/usr.bin/getconf/sysconf.gperf | sed -e 's/,$//' >sys
conf.names
cat confstr.names limits.names sysconf.names >conflicting.names
sort -u conflicting.names >unique.names
Name conflicts found!
*** Error code 1

Stop in /usr/src/freebsd/src/usr.bin/getconf.


I have tried it after few days with fresh sources from CVS, same result.
I am using 4.6 release, gcc 2.95.3.

I don't really understand what "Name conflicts" means. Am I doing anything
wrong ?

Thanks

Tomas Pluskal




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?Pine.LNX.4.30L2.0211141646340.15884-100000>