-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Milestone
Description
Instructions
I've been testing building with Boost 1.67.0, and the compilation succeeded despite it is not supported, so I decided to run tests (*_test
) to check for errors.
When running chain_test
, I've met one error:
unknown location:0: fatal error: in "uia_tests/asset_name_test": std::runtime_error: collate_byname<char>::collate_byname failed to construct for en_US.UTF8
/Users/MrX/src/bitshares-core/tests/tests/uia_tests.cpp:503: last checkpoint
other tests except es_test
(didn't have es installation locally) succeeded without errors.
Additional info:
$ locale
LANG="ja_JP.UTF-8"
LC_COLLATE="ja_JP.UTF-8"
LC_CTYPE="ja_JP.UTF-8"
LC_MESSAGES="ja_JP.UTF-8"
LC_MONETARY="ja_JP.UTF-8"
LC_NUMERIC="ja_JP.UTF-8"
LC_TIME="ja_JP.UTF-8"
LC_ALL=
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
- API (the application programming interface)
- Build (the build process or something prior to compiled code)
- CLI (the command line wallet)
- Deployment (the deployment process after building such as Docker, Travis, etc.)
- DEX (the Decentralized EXchange, market engine, etc.)
- P2P (the peer-to-peer network for transaction/block propagation)
- Performance (system or user efficiency, etc.)
- Protocol (the blockchain logic, consensus, validation, etc.)
- Security (the security of system or user data, etc.)
- UX (the User Experience)
- Other (please add below)
Host Environment
- Host OS: macOS 10.13.6
- Host Physical RAM: 16 GB
- BitShares Version: 2.0.171025-minor-fix-1-1293-g0e86ff5 NOTE: I think this string is broken for a while
- OpenSSL Version: 1.1.1-dev it is using a self compiled version, I even forgot when I compiled it, but seems running fine
- Boost Version: 1.67.0
CORE TEAM TASK LIST
- Evaluate / Prioritize Bug Report
- Refine User Stories / Requirements
- Define Test Cases
- Design / Develop Solution
- Perform QA/Testing
- Update Documentation
Metadata
Metadata
Assignees
Labels
No labels