Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
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
|
DetailsDescription:
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
Saturday, 22 October 2016, 04:02 GMT
Reason for closing: Duplicate
Additional comments about closing:
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!