-
Notifications
You must be signed in to change notification settings - Fork 37.8k
Closed
Labels
Description
While testing 17270 I noticed that master (bdda137) does not run on NetBSD. I assume this started after #17085 changed the fallback locale from C
to C.UTF-8
. There doesn't seem to be a C.UTF-8
locale on NetBSD.
src/bitcoind
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Abort trap (core dumped)
LC_ALL=C src/bitcoind
works, LC_ALL=en_US.UTF-8 src/bitcoind
does not.
locale
LANG=""
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=""