Skip to content
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

Error building LuaJIT #38

Open
alexxroche opened this issue Oct 26, 2022 · 0 comments
Open

Error building LuaJIT #38

alexxroche opened this issue Oct 26, 2022 · 0 comments

Comments

@alexxroche
Copy link

$ 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant