[Nix-dev] Re: Boost and Locale issues
Yury G. Kudryashov
urkud+nix at ya.ru
Fri Mar 25 07:35:37 CET 2011
roconnor at theorem.ca wrote:
> I've almost completed a package for bitcoin, but I'm having a locale issue
>
> $ result/bin/bitcoin
> terminate called after throwing an instance of 'std::runtime_error'
> what(): locale::facet::_S_create_c_locale name not valid
> Aborted
>
> However the programs run correctly in an environment where LANG=C or
> LC_ALL=C.
>
> I *think* this is a boost related issue.
No, locale::facet is general C++, not boost-specific. AFAIR, last time I had
such problem switching to stdenv-updates helped but I'm not sure.
More information about the nix-dev
mailing list