Re: [boost] Help in setupping regression tests on ARM

Now it fails with the following error: # Running Boost.Build tests # Using bjam binary in '/home/pi/boost_maintain/run_trunk/tools_bjam/bin.linuxarm' # Getting test case results out of "/home/pi/boost_maintain/run_trunk/results/bjam.log"... terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Aborted Traceback (most recent call last): File "run.py", line 60, in <module> runner(root) File "/home/pi/boost_maintain/run_trunk/tools_regression_src/regression.py", line 205, in __init__ self.main() File "/home/pi/boost_maintain/run_trunk/tools_regression_src/regression.py", line 566, in main getattr(self,action_m)() File "/home/pi/boost_maintain/run_trunk/tools_regression_src/regression.py", line 531, in command_regression self.command_test() File "/home/pi/boost_maintain/run_trunk/tools_regression_src/regression.py", line 333, in command_test self.command_test_process() File "/home/pi/boost_maintain/run_trunk/tools_regression_src/regression.py", line 393, in command_test_process self.regression_log ) File "/home/pi/boost_maintain/run_trunk/tools_regression/xsl_reports/utils/checked_system.py", line 21, in checked_system raise Exception( 'Command sequence "%s" failed with return code %d' % ( commands, rc ) ) Exception: Command sequence "['"/home/pi/boost_maintain/run_trunk/tools_regression/build/bin/gcc-4.6/release/process_jam_log" "/home/pi/boost_maintain/run_trunk/results" <"/home/pi/boost_maintain/run_trunk/results/bjam.log"']" failed with return code 34304 Any ideas how to fix it? -- Best regards, Antony Polukhin

2013/3/9 Antony Polukhin
Now it fails with the following error: <...> <"/home/pi/boost_maintain/run_trunk/results/bjam.log"']" failed with return code 34304
Any ideas how to fix it?
Looks like reinstalling all the locales helped. Thanks anyway. -- Best regards, Antony Polukhin
participants (1)
-
Antony Polukhin