From owner-freebsd-stable Fri Nov 15 8:29:46 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 BB1BA37B401 for ; Fri, 15 Nov 2002 08:29:44 -0800 (PST) Received: from pohoda.cz (pohoda.pohoda.cz [194.228.111.151]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B0B643E3B for ; Fri, 15 Nov 2002 08:29:43 -0800 (PST) (envelope-from plusik@pohoda.cz) Received: (qmail 4922 invoked from network); 15 Nov 2002 16:29:48 -0000 Received: from plusik@pohoda.cz by pohoda.cz by uid 500 with qmail-scanner-1.15 ( Clear:. Processed in 0.051249 secs); 15 lis 2002 16:29:48 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Nov 2002 16:29:47 -0000 Date: Fri, 15 Nov 2002 17:29:47 +0100 (CET) From: Tomas Pluskal To: Subject: Re: 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 > You can override a definition in a argument list. The only comparison > would be with modules that call find_sysconf. You do that all of the > time with things like (int)a. What do you mean by overriding a definition in argument list ? I still can't believe, that it can work for anyone. Look at the Makefile in usr.bin/getconf, and commands it invokes (below). It just can't work :) > Look in the stable archives for gperf. I have to go someplace but I > have a visual recall of seeing problems and a fix for gperf. It will > be 3 or 4 hours before I get back. I believe the problem is not in gperf, it is not being run anyway: [root@eddie getconf]# make awk '/^[_A-Z]/ { print; }' confstr.gperf | sed -e 's/,$//' >confstr.names awk '/^[_A-Z]/ { print; }' limits.gperf | sed -e 's/,$//' >limits.names awk '/^[_A-Z]/ { print; }' sysconf.gperf | sed -e 's/,$//' >sysconf.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 Tomas Pluskal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message