roc: REPL broken on Fedora Linux

This is about a week old, as it happens with either the Sept 5th nightly build & the September 10th nightly build.

[jan@framey ~]$ ls .local/bin
crates         lib      roc_nightly-linux_x86_64-2022-09-10-90923c5.tar.gz
examples       LICENSE  zig-linux-x86_64-0.9.1
LEGAL_DETAILS  roc      zig-linux-x86_64-0.9.1.tar.xz
[jan@framey ~]$ which roc
~/.local/bin/roc
[jan@framey ~]$ roc _code/_roc/roc/examples/hello-world/main.roc
roc: /lib64/libtinfo.so.6: no version information available (required by roc)
πŸ”¨ Rebuilding host...
Hello, World!
[jan@framey ~]$ roc repl
roc: /lib64/libtinfo.so.6: no version information available (required by roc)

  The rockin’ roc repl
────────────────────────

Enter an expression, or :help, or :q to quit.

Β» 123
ld: /usr/lib/libgcc_s.so.1: error adding symbols: file in wrong format
thread 'main' panicked at 'we produce a valid Dylib: DlOpen { desc: "/tmp/.tmpH4oBgE/app.so.1.0: cannot open shared object file: No such file or directory" }', crates/repl_cli/src/lib.rs:353:65
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[jan@framey ~]$ 

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Comments: 15 (9 by maintainers)

Most upvoted comments

I have the same version, I’ll try to think of next steps.