Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2002 18:05:13 +0100 (CET)
From:      Tomas Pluskal <plusik@pohoda.cz>
To:        Dan Lukes <dan@obluda.cz>
Cc:        <freebsd-stable@freebsd.org>
Subject:   Re: cannot compile stable
Message-ID:  <Pine.LNX.4.30L2.0211171750210.1513-100000@pohoda.cz>
In-Reply-To: <20021117174552.P587-100000@localhost.localdomain>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.30L2.0211171750210.1513-100000>