[email protected] 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.
_______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
