pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: boost-1.67.0 vs NetBSD: locale



Thomas Klausner wrote:

> I had this problem before, but at some point it disappeared, but now
> it's back with boost-1.67: Starting (some) boost applications (my
> particular example is gnucash) with LC_CTYPE set causes them to dump
> core like this:
> 
> terminate called after throwing an instance of 'std::runtime_error'
>   what():  locale::facet::_S_create_c_locale name not valid
> 
> # env | grep LC
> LC_CTYPE=de_AT.UTF-8
> LC_TIME=de_AT.UTF-8

What happens if you start with "LC_CTYPE=C your_programme"? Also,
I don't specify LC_CTYPE or any LC for that matter in /etc/profile; I
usually set LANG; for example in your case it'd be LANG=de_AT.UTF-8.
Maybe try that, and remove LC_* from your profile.

--
caóc



Home | Main Index | Thread Index | Old Index