Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 500710

Summary: x11-drivers/nvidia-drivers-334.16-r? - usr/lib??/opengl/nvidia/lib/libGLESv2.so.2 -> libGLESv2.so.334.16
Product: Gentoo Linux Reporter: Mariusz Ceier <mceier>
Component: [OLD] LibraryAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: normal CC: sven.koehler, xarthisius
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fixed ebuild

Description Mariusz Ceier 2014-02-08 20:30:08 UTC
* QA Notice: Missing soname symlink(s):
 * 
 *      usr/lib64/opengl/nvidia/lib/libGLESv2.so.2 -> libGLESv2.so.334.16
 *      usr/lib32/opengl/nvidia/lib/libGLESv2.so.2 -> libGLESv2.so.334.16
 *


Reproducible: Always

Steps to Reproduce:
1. emerge nvidia-drivers -v
2.
3.
Actual Results:  
usr/lib64/opengl/nvidia/lib/libGLESv2.so.2 doesn't exist
usr/lib32/opengl/nvidia/lib/libGLESv2.so.2 doesn't exist

Expected Results:  
usr/lib64/opengl/nvidia/lib/libGLESv2.so.2 should exists, and be symlink to libGLESv2.so.334.16
usr/lib64/opengl/nvidia/lib/libGLESv2.so.2 should exists, and be symlink to libGLESv2.so.334.16
Comment 1 Mariusz Ceier 2014-02-08 20:31:39 UTC
Created attachment 369906 [details]
Fixed ebuild

Ebuild that fixes bugs #500708 and #500710 (this bug)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-08 21:29:19 UTC
Try with -r3.
Comment 3 Mariusz Ceier 2014-02-08 21:37:58 UTC
(In reply to Jeroen Roovers from comment #2)
> Try with -r3.

Yes, with -r3 should be fine (just synced portage) - that bug is for -r2.
But the second bug I reported is also for -r3.
Comment 4 Mariusz Ceier 2014-02-08 22:21:04 UTC
(In reply to Jeroen Roovers from comment #2)
> Try with -r3.

(In reply to Mariusz Ceier from comment #3)
> (In reply to Jeroen Roovers from comment #2)
> > Try with -r3.
> 
> Yes, with -r3 should be fine (just synced portage) - that bug is for -r2.
> But the second bug I reported is also for -r3.

Hmm, looking at ebuild, shouldn't ${PV} in

        doexe libGLESv2.so.${PV}
        dosym libGLESv2.so.${PV} ${GL_ROOT}/libGLESv2.so.2
        dosym libGLESv2.so.2 ${GL_ROOT}/libGLESv2.so

be ${NV_SOVER} ? 
Won't this fail for FreeBSD/Gentoo ?
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2014-02-09 00:02:23 UTC
(In reply to Mariusz Ceier from comment #4)
> Won't this fail for FreeBSD/Gentoo ?

I'll be looking forward to the bug report.