Date: Thu, 12 Jul 2007 15:28:30 -0500 (CDT) From: "Sean C. Farley" <scf@FreeBSD.org> To: Abdullah Ibn Hamad Al-Marri <almarrie@gmail.com> Cc: FreeBSD Current <freebsd-current@FreeBSD.org> Subject: Re: FreeBSD 7.0 with corrupted sh in AMD64 MySQL issue Message-ID: <20070712152607.P8789@thor.farley.org> In-Reply-To: <499c70c0707121212t446c52b1o9f6e930b756f75e5@mail.gmail.com> References: <499c70c0707121212t446c52b1o9f6e930b756f75e5@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Jul 2007, Abdullah Ibn Hamad Al-Marri wrote: > Hello, > > FreeBSD 7.0-CURRENT #1: Thu Jul 12 18:55:28 GMT 2007 *snip* > sh: environment corrupt; missing value for LC_TIME > sh: environment corrupt; missing value for LC_MONETARY > sh: environment corrupt; missing value for LC_CTYPE > sh: environment corrupt; missing value for LC_COLLATE > sh: environment corrupt; missing value for LANG > sh: environment corrupt; missing value for LC_ALL > sh: environment corrupt; missing value for LC_NUMERIC That was my mistake related to the *env() function updates. It was fixed in r1.37 of src/bin/sh/var.c. Here is the patch[1]. Sean 1. http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/sh/var.c.diff?r1=1.36;r2=1.37 -- scf@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070712152607.P8789>