-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
Description
After compiling Core on a fresh NetBSD 8.0 install (you can recreate using this Vagrantfile). The
fsbridge_fstream test is failing:
vagrant ssh netbsd8
...
src/test/test_bitcoin --log_level=all --run_test=fs_tests
Running 1 test case...
Entering test module "Bitcoin Test Suite"
test/fs_tests.cpp(10): Entering test suite "fs_tests"
test/fs_tests.cpp(12): Entering test case "fsbridge_fstream"
unknown location(0): fatal error: in "fs_tests/fsbridge_fstream": boost::system::system_error: boost::filesystem::path codecvt to string: error
test/fs_tests.cpp(12): last checkpoint: "fsbridge_fstream" test entry
test/fs_tests.cpp(12): Leaving test case "fsbridge_fstream"; testing time: 30ms
test/fs_tests.cpp(10): Leaving test suite "fs_tests"; testing time: 30ms
Leaving test module "Bitcoin Test Suite"; testing time: 30ms