Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545942 - [bumblebee overlay] x11-misc/virtualgl-9999-r1 server/vglrun was renamed
Summary: [bumblebee overlay] x11-misc/virtualgl-9999-r1 server/vglrun was renamed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vadim A. Misbakh-Soloviov (mva)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 10:00 UTC by Sven Eden
Modified: 2022-12-29 00:04 UTC (History)
3 users (show)

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


Attachments

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