Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278125 - app-emulation/virtualbox-ose-3.0.2 failed with "doins: VBoxTestOGL does not exist" if USE="-opengl"
Summary: app-emulation/virtualbox-ose-3.0.2 failed with "doins: VBoxTestOGL does not e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
: 278128 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-17 09:01 UTC by Claer
Modified: 2009-07-25 15:34 UTC (History)
3 users (show)

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


Attachments
Ebuild fix (virtualbox-ose-3.0.2-opengl.patch,865 bytes, text/plain)
2009-07-17 10:35 UTC, Piotr Radkowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Claer 2009-07-17 09:01:38 UTC
virtualbox-ose failed to build if the use flags contains '-opengl'

The error seems to be line 160 on the ebuild
160     for each in VBox{Manage,SVC,XPCOMIPCD,Tunctl,NetAdpCtl,NetDHCP,TestOGL} *so *r0 *gc ; do
161         doins $each || die
162         fowners root:vboxusers /usr/$(get_libdir)/${PN}/${each}
163         fperms 0750 /usr/$(get_libdir)/${PN}/${each}
164     done

The binary VBoxTestOGL  is only built with the USE flag opengl. 

Adding the flag to my package.use make the ebuild compiled OK.


Reproducible: Always

Steps to Reproduce:
1. remove opengl from USE flags for virtualbox-ose
2. emerge virtualbox-ose-3.0.2
3.

Actual Results:  
Build failed with no error compile but with doins error

Expected Results:  
Build successed
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-07-17 09:50:50 UTC
*** Bug 278128 has been marked as a duplicate of this bug. ***
Comment 2 Piotr Radkowski 2009-07-17 10:35:13 UTC
Created attachment 198280 [details]
Ebuild fix

Simple fix.
Comment 3 Claer 2009-07-17 13:00:26 UTC
Applied the simple patch, simple bug fixed :)

Have a nice day.
Comment 4 Cassio Lange 2009-07-17 20:31:02 UTC
work for me too :)

Comment 5 Marco Clocchiatti 2009-07-18 14:56:11 UTC
the problem lies with headless use.
Comment 6 Alessio Cassibba (X-Drum) 2009-07-21 00:46:23 UTC
fixed on jokey's overlay[1], thanks for reporting 

[1] http://overlays.gentoo.org/dev/jokey
Comment 7 Patrick Lauer gentoo-dev 2009-07-25 15:34:35 UTC
+  25 Jul 2009; Patrick Lauer <patrick@gentoo.org>
+  +virtualbox-ose-3.0.2-r1.ebuild:
+  Fixing #278125, thanks to Piotr Radkowski and Alessio Cassibba for the
+  patch

Sorry for the long wait, real life interfered :)