It looks like another issue. I've traced a problem to function bundle_julia_libraries, particularly to cp(julia_libdir(), app_libdir; force=true) line. julia_libdir() value is "/usr/lib/x86_64-linux-gnu", so package actually attempts to copy all system libs into package. I'll open an upstream issue.
-- Best regards, S.V. Matsievskiy On Mon, 2020-04-13 at 10:33 +0200, Graham Inggs wrote: > Hi > > On Sat, 7 Mar 2020 at 12:24, Matsievskiy S.V. < > [email protected]> wrote: > > Looks like it is an upstream issue. I've opened a PR > > https://github.com/JuliaLang/PackageCompiler.jl/pull/367 > > Thanks for the update. I see your PR was accepted. > Is the issue fixed for you now? > I tried the example create_app("MyApp", "MyAppCompiled") now and got: > ERROR: IOError: open: permission denied (EACCES) > > Regards > Graham

