What we know: On clean (Manjaro) Docker environment - it is working.
Question: What is the differences?
- only you can find this - because I can’t replicate the error
Some hint:
- Can you replicate your error in (Manjaro) Docker environment? ( add julia files, settings, .bashrc )
- Testing PackageCompiler is OK ? (
pkg> test PackageCompiler
) - What is the result of :
# export | grep -i julia
# set | grep -i julia
- What is your full $PATH?
# echo $PATH
If you don’t see any problems - try cleaning your environment:
- backup !!!
- remove ~/.julia ; ~/.juliarc.jl
- remove all julia versions
- check no libjulia in your system:
- `find / -name “libjulia*”
- clean/verify environment variables, $PATH
- reinstall only Julia-v1.0.3
- add packages
- your testcase is working?
it can be a complex issue:
- JULIA_BINDIR? ( v1.0.0 segfaults on macOS X if JULIA_BINDIR set wrongly · Issue #28636 · JuliaLang/julia · GitHub )
- Multiple julia versions? ( How to set path after running juliac.jl? )
- bad cache somewhere ?
- LD_LIBRARY_PATH problems?
- some strange problems? (https://github.com/JuliaLang/PackageCompiler.jl/search?q=hello&type=Issues )
- Heisenbug - Wikipedia ??
- …