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

Bug 271098

Summary: x11-wm/awesome-3.3_rc3 needs lua compiled with USE=deprecated
Product: Gentoo Linux Reporter: Tassilo Horn <tsdh>
Component: Current packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal CC: skrattaren
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tassilo Horn 2009-05-24 18:45:44 UTC
In this awesome release there are some functions with vararg parameters (...), and they're accessed via the special variable `arg'.  Starting with lua 5.1 this `arg' special variable is deprecated.

To make awesome 3.3_rc3 working, lua-5.1 has to be compiled with the "deprecated" USE flag. (Another option might be to use lua 5.0 where this syntax was right.)
Comment 1 Tassilo Horn 2009-05-25 13:55:19 UTC
I've talked to the awesome devs, and in git (and thus the next (pre-) release)
they will use lua 5.1 syntax only.
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2009-05-26 00:05:07 UTC
hmm, latest git still needs lua with USE=deprecated.
fixed dependency in cvs. thanks.