Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 500710 - x11-drivers/nvidia-drivers-334.16-r? - usr/lib??/opengl/nvidia/lib/libGLESv2.so.2 -> libGLESv2.so.334.16
Summary: x11-drivers/nvidia-drivers-334.16-r? - usr/lib??/opengl/nvidia/lib/libGLESv2....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-08 20:30 UTC by Mariusz Ceier
Modified: 2014-02-09 00:02 UTC (History)
2 users (show)

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


Attachments
Fixed ebuild (nvidia-drivers-334.16-r3.ebuild,12.48 KB, text/plain)
2014-02-08 20:31 UTC, Mariusz Ceier
Details

Note You need to log in before you can comment on or make changes to this bug.
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.