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

Bug 545942

Summary: [bumblebee overlay] x11-misc/virtualgl-9999-r1 server/vglrun was renamed
Product: Gentoo Linux Reporter: Sven Eden <sven.eden>
Component: Current packagesAssignee: Vadim A. Misbakh-Soloviov (mva) <mva>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny, pacho, rei4dan
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sven Eden 2015-04-08 10:00:12 UTC
The prepare phase of x11-misc/virtualgl-9999-r1 fails with the following message:

--------
sed: can't read server/vglrun: No such file or directory
 * ERROR: x11-misc/virtualgl-9999-r1::bumblebee failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_prepare
 *   environment, line 3325:  Called die
 * The specific snippet of code:
 *       sed -e "s#/etc/opt#/var/lib#g" -i doc/unixconfig.txt doc/index.html doc/advancedopengl.txt server/vglrun server/vglgenkey server/vglserver_config || die;
 * 
--------

The file in question no longer exists. Instead it has been replaced by an .in file:

--------
 # ls -lh server/vglrun*
-rw-r--r-- 1 portage portage 9,2K  8. Apr 11:55 server/vglrun.in
-rw-r--r-- 1 portage portage 1,2K  8. Apr 11:55 server/vglrun.vars.in
--------

The other two SED'ed files, server/vglgenkey and server/vglserver_config are still there.