From owner-freebsd-stable Sun Nov 17 9: 5:14 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 1EE6037B401 for ; Sun, 17 Nov 2002 09:05:13 -0800 (PST) Received: from pohoda.cz (pohoda.pohoda.cz [194.228.111.151]) by mx1.FreeBSD.org (Postfix) with SMTP id B0E7B43E77 for ; Sun, 17 Nov 2002 09:05:11 -0800 (PST) (envelope-from plusik@pohoda.cz) Received: (qmail 1655 invoked from network); 17 Nov 2002 17:05:14 -0000 Received: from plusik@pohoda.cz by pohoda.cz by uid 500 with qmail-scanner-1.15 ( Clear:. Processed in 0.051476 secs); 17 lis 2002 17:05:14 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Nov 2002 17:05:13 -0000 Date: Sun, 17 Nov 2002 18:05:13 +0100 (CET) From: Tomas Pluskal To: Dan Lukes Cc: Subject: Re: cannot compile stable In-Reply-To: <20021117174552.P587-100000@localhost.localdomain> 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 > > Well, so we must locate the point of problem. After my last cvsup of > stable, the files in question have following versions: ... > If you have other version, it is problem with cvsup. Versions are OK. > The result of running awk '/^[_A-Z]/ { print; }' $FILENAME: > ----------- confstr.gperf ---------------- ... > > If got other results, you may have problem with awk. This seems to be the problem, because in my awk result, there are lines that start with lovercase letters (eg. "int"), but not in yours. As I've read in the awk manpage, it should in default be case sensitive, so my awk is behaving abnormally. This seems to be because of my locale settings - it is set to cs_CZ.ISO8859-2 and when I unset it, awk becomes case sensitive. Now I know why compilation crashed, but I don't understand why awk is case insensitive with Czech locales set. My awk is: GNU Awk 3.0.6 (from 4.6 release) > After you locate the right point of problem, we may continue. Thank you very much for your "investigation", it was really helpful. Tomas Pluskal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message