Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 22:41:08 +0200
From:      Torfinn Ingolfsen <torfinn.ingolfsen@getmail.no>
To:        freebsd-arm@FreeBSD.org
Subject:   Re: stm32flash under FreeBSD?
Message-ID:  <20130919224108.6bfa2926fcbeee3aa040877f@getmail.no>
In-Reply-To: <1379548973.1197.76.camel@revolution.hippie.lan>
References:  <20130918101235.e1737d4bd839f71ebf554803@getmail.no> <1379511626.1197.69.camel@revolution.hippie.lan> <20130918215217.24905fd7f91523a0b70170b5@getmail.no> <1379548973.1197.76.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Sep 2013 18:02:53 -0600
Ian Lepore <ian@FreeBSD.org> wrote:

> It looks to me like it's complaining about not finding libc's nls files
> (which I would think would be in /usr/local/share), as if a required

Are you sure about that? Isn't libc part of base?
Anyway, both /usr/local/share/nls and /usr/share/nls exist (with subdirectories).
But the "libc.cat" files only exist under /usr/share/nls:
tingo@kg-core1$ find /usr/share/nls -name libc.cat -print
/usr/share/nls/sk_SK.ISO8859-2/libc.cat
/usr/share/nls/fr_FR.ISO8859-1/libc.cat
/usr/share/nls/be_BY.UTF-8/libc.cat
/usr/share/nls/zh_CN.GB2312/libc.cat
/usr/share/nls/es_ES.ISO8859-1/libc.cat
/usr/share/nls/pl_PL.ISO8859-2/libc.cat
/usr/share/nls/ja_JP.eucJP/libc.cat
/usr/share/nls/it_IT.ISO8859-15/libc.cat
/usr/share/nls/ko_KR.eucKR/libc.cat
/usr/share/nls/ca_ES.ISO8859-1/libc.cat
/usr/share/nls/el_GR.ISO8859-7/libc.cat
/usr/share/nls/de_DE.ISO8859-1/libc.cat
/usr/share/nls/ko_KR.UTF-8/libc.cat
/usr/share/nls/zh_CN.GB18030/libc.cat
/usr/share/nls/fi_FI.ISO8859-1/libc.cat
/usr/share/nls/no_NO.ISO8859-1/libc.cat
/usr/share/nls/pt_BR.ISO8859-1/libc.cat
/usr/share/nls/nl_NL.ISO8859-1/libc.cat
/usr/share/nls/ja_JP.UTF-8/libc.cat
/usr/share/nls/sv_SE.ISO8859-1/libc.cat
/usr/share/nls/zh_CN.UTF-8/libc.cat
/usr/share/nls/hu_HU.ISO8859-2/libc.cat
/usr/share/nls/uk_UA.UTF-8/libc.cat
/usr/share/nls/ru_RU.KOI8-R/libc.cat
/usr/share/nls/mn_MN.UTF-8/libc.cat
tingo@kg-core1$ find /usr/local/share/nls -name libc.cat -print

But interestingly enough, there isn't a libc.cat file in /usr/share/nls/C. I don't know why.
FWIW, LANG is set:
tingo@kg-core1$ echo $LANG
en_US.ISO8859-1


-- 
Torfinn Ingolfsen <torfinn.ingolfsen@getmail.no>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130919224108.6bfa2926fcbeee3aa040877f>