Stream: beginners

Topic: Roc warning on linux


view this post on Zulip Nathan Kramer (Oct 20 2024 at 08:49):

Hi,
I'm just setting up a new Framework laptop :D it's pretty nice.

Anyway, I get this warning when I run roc, any idea what it means and what I should do about it?
This is x86 64 bit, fedora

./roc version
./roc: /lib64/libtinfo.so.6: no version information available (required by ./roc)
roc nightly pre-release, built from commit 573d433 on Mi 16 Okt 2024 09:02:03 UTC

As far as I can tell roc seems to be working so it's probably not a big deal, but I thought I would ask just in case someone had some ideas.

view this post on Zulip Brendan Hansknecht (Oct 20 2024 at 15:55):

I have never seen that error. Don't think anyone else has hit it. Probably doesn't matter besides the noise. I'm not really sure why we are pulling in that library in general.

This looks most relevant online: https://stackoverflow.com/questions/72103046/libtinfo-so-6-no-version-information-available-message-using-conda-environment

view this post on Zulip Andreas Kröpelin (Oct 20 2024 at 21:50):

I also get this warning on Fedora. I searched for "libtinfo" on this Zulip server and there already has been some discussion about it.

view this post on Zulip Andreas Kröpelin (Oct 20 2024 at 22:07):

Found it: https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/libtinfo.3A.20no.20version.20information/near/403260803

view this post on Zulip Anton (Oct 21 2024 at 07:54):

I've looked at it in the past, but was not able to fix it, as far as I know it does not actually break anything

view this post on Zulip seeker (Nov 28 2024 at 03:08):

I too have this warning on Fedora 41 (x86_64), but so far I too haven't found anything to be broken, just a warning message on every roc cli command :shrug: It would be nice to not have the message but I'm glad to hear everything should still work


Last updated: Jul 06 2025 at 12:14 UTC