-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build hangs #63
Comments
I modified a local copy of ApplicationBuilder to get more output. It appears that the problem occurs within PackageCompiler, where it hangs on I don't understand why it hangs here, so I'm still unsure what to try next. Here is the output:
|
I'm sorry i didn't respond for so long. I'm not sure why it's hanging.. This isn't a great answer, but PackageCompiler is basically unmaintained at this point, but there is a revival going on in https://github.com/KristofferC/PackageCompilerX.jl. If you still have need of package compilation, you might try looking there? Thanks! :) |
I've successfully used ApplicationBuilder on MacOS and Linux Mint using a couple of different source files. (Success meaning the build process completes and I'm able to run the resulting app.) I'm now trying to use the build function on an AWS instance of Linux (Ubuntu 18), but it hangs. (I've let this run for an hour or two). The results below are for the example file commandline_hello.jl.
Any suggestions on how to get this to work?
_ _ ()_ | Documentation: https://docs.julialang.org
() | () () |
_ _ | | __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ ` | |
| | || | | | (| | | Version 1.1.1 (2019-05-16)
/ |_'|||_'_| | Official https://julialang.org/ release
|__/ |
julia> using ApplicationBuilder
julia> build_app_bundle("/home/ubuntu/Documents/Software/Julia/Commandline_Hello/commandline_hello.jl", appname="hello")
[ Info: Building at path /home/ubuntu/Documents/Software/Julia/Commandline_Hello/builddir/hello
[ Info: Copying resources:
[ Info: Copying libraries
Julia program file:
"/home/ubuntu/Documents/Software/Julia/Commandline_Hello/commandline_hello.jl"
C program file:
"/home/ubuntu/.julia/packages/PackageCompiler/CJQcs/examples/program.c"
Build directory:
"/home/ubuntu/Documents/Software/Julia/Commandline_Hello/builddir/hello/core"
The text was updated successfully, but these errors were encountered: