Issue with doing the install process #739
Unanswered
MORvfx67
asked this question in
Build Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an issue with doing the
cmake --install _build --prefix _install
command or using the alias rvinst.Rocky linux 9.5, gnome
The build went fine as far as I can tell. No major errors. I tested the build and rv loads and seems to run ok, after some clip playbacks etc.
However, when I went to do the install to my /opt/openrv directory, there was a problem running the program. The install itself seemed to go ok. No errors. I am assuming the install process just copies the files over and cleans up any non essential files and directories. However, when I run the rv ./rv in does a dump and crashes.
The output is as follows:
Version 2.2.0 (RELEASE), built on Apr 3 2025 at 15:44:50 (HEAD=59cee81). Copyright Contributors to the Open RV Project Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Segmentation fault (core dumped)
I also, after using ./rv -d get this result:
Thread 1 "rv.bin" received signal SIGSEGV, Segmentation fault. 0x00007fffe816de3c in __strlen_evex () from /lib64/libc.so.6
Which is strange as this library is there and it should find it. So basically a null string seems to be passed through or something like that and it just crashes.
I would love to know if anyone else has done the install process.
Thanks
Mark
Beta Was this translation helpful? Give feedback.
All reactions