From owner-freebsd-stable Thu Nov 14 7:47:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62C3937B401 for ; Thu, 14 Nov 2002 07:47:42 -0800 (PST) Received: from pohoda.cz (pohoda.pohoda.cz [194.228.111.151]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B3F443E4A for ; Thu, 14 Nov 2002 07:47:40 -0800 (PST) (envelope-from plusik@pohoda.cz) Received: (qmail 15964 invoked from network); 14 Nov 2002 15:47:42 -0000 Received: from plusik@pohoda.cz by pohoda.cz by uid 500 with qmail-scanner-1.15 ( Clear:. Processed in 0.228015 secs); 14 lis 2002 15:47:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Nov 2002 15:47:41 -0000 Date: Thu, 14 Nov 2002 16:47:41 +0100 (CET) From: Tomas Pluskal To: Subject: cannot compile stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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