-
-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Hi,
I've installed nicely julia 1.12.2 on FreeBSD 15 via curl -fsSL https://install.julialang.org | sh.
but this command julia --project=. -e 'using PackageCompiler create_app(".", "build/MyApp")' conducts to :
_ERROR: unknown os
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:44
[2] glob_pattern_lib(lib::String)
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:1244
[3] bundle_julia_libraries(dest_dir::String, stdlibs::Vector{String})
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:1305
[4] create_app(package_dir::String, app_dir::String; executables::Nothing, precompile_execution_file::Vector{String}, precompile_statements_file::Vector{String}, incremental::Bool, filter_stdlibs::Bool, force::Bool, c_driver_program::String, cpu_target::String, include_lazy_artifacts::Bool, sysimage_build_args::Cmd, include_transitive_dependencies::Bool, include_preferences::Bool, script::Nothing)
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:877
[5] create_app(package_dir::String, app_dir::String)
@ PackageCompiler ~/.julia/packages/PackageCompiler/FE8YQ/src/PackageCompiler.jl:843
[6] top-level scope
@ none:3
[7] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[8] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:283
[9] start()