hi there!
just downloaded the lastest roc version roc-linux_x86_64-alpha4-rolling.tar.gz on my beautiful fedora laptop and moved+renamed it to ~/roc(so no version in the parent dir of the roc binary anymore).
now when running the plain roc cmd i get the following warning/disclaimer: roc: /lib64/libtinfo.so.6: no version information available (required by roc) is this wanted/known, or not even at all related to the DIR name?
greetings!
Hi @Gabriel Voelkner,
This is a fedora specific issue, in my experience it is safe to ignore the warning. I'm not sure but I suspect it may not be a problem with the new compiler (not ready to replace the old compiler yet). Can you try out roc check temp.roc, with the new compiler release and this file:
app [main!] { pf: platform "../basic-cli/main.roc" }
get_name : { name: Str, age: U64 } -> Str
get_name = |person| person.name
main! = |_| {}
I also got this warning on the old compiler on Fedora and everything worked just fine.
Last updated: Nov 28 2025 at 12:16 UTC