Hi all,
I'm trying to build NVIDIA driver from the negativo17 repository for Qubes4.0 and I'm encountering some trouble when building nvidia-kmod. With the current config of stable-4.14 (even master) of the kernel (CONFIG_UNWINDER_ORC=y).
- A first try gives the error:
"Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please
install libelf-dev, libelf-devel or elfutils-libelf-devel"
I installed the package, and now, I'm having an issue similar to:
https://gist.github.com/ivan/2ab781098efced0dc725f33c60c6666f,
related to linking non existent objects files.
- Following the idea posted there for testing, I rebuilt a kernel with:
# CONFIG_UNWINDER_ORC is not set CONFIG_UNWINDER_FRAME_POINTER=yand in order to have the kmod build fine, I have to now remove in the chroot the elfutils-libelf-devel package (which breaks some dependencies)...