FS#51485 - [virtualbox-guest-utils] VBoxEGL.so missing

Attached to Project: Community Packages
Opened by Omri Mor (omor1) - Saturday, 22 October 2016, 00:32 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 22 October 2016, 04:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

10 Months ago, in revision 59112 in SVN (not sure what release), VirtualBox added a libEGL implementation.
The current version of the virtualbox-guest-utils does not install this library, VBoxEGL.so.
A line, `install -m755 VBoxEGL.so "$pkgdir/usr/lib"`, needs to be added to package_virtualbox-guest-utils() in the PKGBUILD.

Additional info:
I'm not quite sure what release the library was added, but it's somewhere between 5.0.12 and 5.1.6.
I suspect it is 5.0.28 (the changelog mentions "several fixes for X11 guests running non-root X servers", which is what the library is supposed to help with).
This is a first step to fixing #49752. Once this is done, then a script adding VBoxEGL.so and VBoxOGL.so to /etc/ld.conf.d when 3D acceleration is enabled can be written and added to vboxservice.service as an ExecStartPost.

Steps to reproduce:
Install package.
Notice VBoxEGL.so is missing from /usr/lib.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 22 October 2016, 04:02 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#49752 
Comment by Omri Mor (omor1) - Saturday, 22 October 2016, 00:36 GMT
[omor1@ArchVBox release]$ ls --format='single-column' bin/additions/VBox*.so
bin/additions/VBoxEGL.so
bin/additions/VBoxOGLarrayspu.so
bin/additions/VBoxOGLcrutil.so
bin/additions/VBoxOGLerrorspu.so
bin/additions/VBoxOGLfeedbackspu.so
bin/additions/VBoxOGLpackspu.so
bin/additions/VBoxOGLpassthroughspu.so
bin/additions/VBoxOGL.so

[omor1@ArchVBox release]$ ls --format='single-column' /usr/lib/VBox*
/usr/lib/VBoxOGLarrayspu.so
/usr/lib/VBoxOGLcrutil.so
/usr/lib/VBoxOGLerrorspu.so
/usr/lib/VBoxOGLfeedbackspu.so
/usr/lib/VBoxOGLpackspu.so
/usr/lib/VBoxOGLpassthroughspu.so
/usr/lib/VBoxOGL.so

No /usr/lib/VBoxEGL.so!

Loading...