Open
Description
$ git clone https://github.com/K4rakara/freshfetch.git
$ cd freshfetch
$ make
<snip>
--- stderr
during GIMPLE pass: vrp
lj_asm.c: In function ‘lj_asm_trace’:
lj_asm.c:2328:6: internal compiler error: Segmentation fault
2328 | void lj_asm_trace(jit_State *J, GCtrace *T)
| ^~~~~~~~~~~~
0x7f192c1d7d5f ???
./signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0
0x7f192c1c2d09 __libc_start_main
../csu/libc-start.c:308
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions.
make[1]: *** [Makefile:701: lj_asm.o] Error 1
thread 'main' panicked at '
Error building LuaJIT:
Command: "make" "-e"
Exit status: exit status: 2
', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/luajit-src-210.1.3+restyfe08842/src/lib.rs:177:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
warning: `clap` (lib) generated 77 warnings
error: build failed
make: *** [makefile:5: cargo] Error 101
$ cargo build --release -vv
<snip>
[mlua 0.6.6] cargo:rerun-if-changed=build
error: build failed
On debian stable, with apt updated. Does it require a newer rust? rustc 1.57.0 (f1edd0429 2021-11-29)
Metadata
Metadata
Assignees
Labels
No labels