Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284342 - www-plugins/gnash-0.8.5 fails to build with USE=-gtk kde
Summary: www-plugins/gnash-0.8.5 fails to build with USE=-gtk kde
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Romain Perier (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 19:55 UTC by Andrei Slavoiu
Modified: 2009-09-10 19:23 UTC (History)
0 users

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


Attachments
gnash-0.8.5.ebuild.patch (gnash-0.8.5.ebuild.patch,666 bytes, patch)
2009-09-09 19:57 UTC, Andrei Slavoiu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Slavoiu 2009-09-09 19:55:37 UTC
When trying to emerge gnash with "USE=-gtk kde" the it fails with the following error:
configure: error: invalid gui sdlkde4 given (accept: gtk|kde3|kde4|fltk|sdl|riscos|aqua|fb|hildon|alp|qtopia3|qtopia4|dump)

Reproducible: Always

Steps to Reproduce:
USE=-gtk kde emerge -1 gnash
Comment 1 Andrei Slavoiu 2009-09-09 19:57:36 UTC
Created attachment 203626 [details, diff]
gnash-0.8.5.ebuild.patch

Avoid creating a $gui string that has the first comma between 2 values
Comment 2 Romain Perier (RETIRED) gentoo-dev 2009-09-10 19:13:30 UTC
Re-assign to myself as maintainer.
Comment 3 Romain Perier (RETIRED) gentoo-dev 2009-09-10 19:23:28 UTC
+10 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+  gnash-0.8.5.ebuild:
+  Fix bug #284342, sdl was added into $gui local var from src_configure()
+  even with USE=-sdl gtk -kde, which also introduiced a syntax error caused
+  by the sed expression (which drops the first matched comma).

Fixed into the main tree without a bump, thanks for reporting