Failed to compile the Arrow package using JuliaC
- Dominant language
- Julia
- Stars
- 312
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
```
✓ Compiling...
ERROR: Failed to compile test/app
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:44
[2] compile_products(recipe::JuliaC.ImageRecipe)
@ JuliaC /online1/xxx/.julia/packages/JuliaC/be1HP/src/compiling.jl:199
[3] _main_cli(args::Vector{String}; io::Base.TTY)
@ JuliaC /online1/xxx/.julia/packages/JuliaC/be1HP/src/JuliaC.jl:210
[4] _main_cli(args::Vector{String})
@ JuliaC /online1/xxx/.julia/packages/JuliaC/be1HP/src/JuliaC.jl:201
[5] main(ARGS::Vector{String})
@ JuliaC /online1/xxx/.julia/packages/JuliaC/be1HP/src/JuliaC.jl:216
[6] _start()
@ Base ./client.jl:556
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the JuliaC stack trace, especially JuliaC/src/compiling.jl:199 and JuliaC/src/JuliaC.jl:201-216, and reproduce the failure for test/app. Check the compilation output and package setup to identify why the Arrow package fails to compile. Done means the test/app compilation completes successfully and the failure is covered by an appropriate regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100