When I run make testall
it fails at the cmdlineargs
test. I have uninstalled julia and set FFLAGS=-ff2c
but it still fails. My versioninfo()
is:
Julia Version 0.7.0-beta.182
Commit feaee9ebbc (2018-07-06 12:39 UTC)
Platform Info:
OS: Linux (x86_64-redhat-linux)
CPU: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, haswell)
Just before the test fails I get this warning:
┌ Warning: TerminalMenus: Unable to enter raw mode: ArgumentError("stream is closed or unusable")
└ @ REPL.TerminalMenus util.jl:21
From worker 2:
┌ Warning: TerminalMenus: Unable to enter raw mode: ArgumentError("stream is closed or unusable")
└ @ REPL.TerminalMenus util.jl:21
I think this warning has something to do with why the test failed.
The stacktrace of the error is on pastebin
Can I get some advice on this? Its getting to a point where I can’t spend more time debugging this.