[Pkg-julia-devel] Bug#953290: julia: PackageCompiler create_app requires root priveleges

Matsievskiy S.V. matsievskiysv at gmail.com
Mon Apr 13 10:37:30 BST 2020


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. <
> matsievskiysv at gmail.com> 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



More information about the Pkg-julia-devel mailing list