Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652992 - x11-drivers/nvidia-drivers-396.18 should install libnvidia-glvkspirv.so
Summary: x11-drivers/nvidia-drivers-396.18 should install libnvidia-glvkspirv.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-04-12 07:33 UTC by Manuel Lauss
Modified: 2018-04-12 08:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Lauss 2018-04-12 07:33:02 UTC
The following file to install is missing from the ebuild:
libnvidia-glvkspirv.so.396.18

This leads to a segfault in the driver with all vulkan-using things...

Something like this applied to the ebuild should be enough:

--- nvidia-drivers-396.18.ebuild        2018-04-12 09:32:09.187309510 +0200
+++ nvidia-drivers-396.18.ebuild        2018-04-12 09:29:07.000000000 +0200
@@ -480,6 +480,7 @@ src_install-libs() {
                        "libnvidia-fbc.so.${NV_SOVER}"
                        "libnvidia-glcore.so.${NV_SOVER}"
                        "libnvidia-glsi.so.${NV_SOVER}"
+                       "libnvidia-glvkspirv.so.${NV_SOVER}"
                        "libnvidia-ifr.so.${NV_SOVER}"
                        "libnvidia-opencl.so.${NV_SOVER}"
                        "libnvidia-ptxjitcompiler.so.${NV_SOVER}"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2018-04-12 08:26:27 UTC
Fixed. Thanks!