Closed issue by kaihendry on void-packages repository https://github.com/void-linux/void-packages/issues/18659 Description: ``` hendry@knuckles ~ $ bitcoin-cli terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Aborted ``` Workaround: `LANG=C bitcoin-cli` ``` hendry@knuckles ~ $ xbps-query -S bitcoin architecture: x86_64-musl build-date: 2020-01-26 01:06 CST conflicts: litecoin>=0 filename-sha256: d8c0ea89f1cc36aa3717b9678a86324ecdfb45df02494094e6a9a1b8d76cb847 filename-size: 2610KB homepage: https://bitcoin.org/ install-date: 2020-01-29 17:31 +08 installed_size: 12MB license: MIT maintainer: Orphaned metafile-sha256: 4c615a7eff063999e362ba8ac58f6c6c97415abc33ba4a5e2c21f878f49e2188 pkgver: bitcoin-0.19.0.1_3 repository: https://void.webconverger.org/current/musl shlib-provides: libbitcoinconsensus.so.0 shlib-requires: libboost_filesystem.so.1.72.0 libboost_thread.so.1.72.0 libboost_chrono.so.1.72.0 libdb_cxx-5.3.so libcrypto.so.45 libevent-2.1.so.7 libstdc++.so.6 libgcc_s.so.1 libc.so libminiupnpc.so.17 libevent_pthreads-2.1.so.7 short_desc: Bitcoin is a peer-to-peer network based digital currency source-revisions: bitcoin:c607b659ff state: installed ```