Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271098 - x11-wm/awesome-3.3_rc3 needs lua compiled with USE=deprecated
Summary: x11-wm/awesome-3.3_rc3 needs lua compiled with USE=deprecated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 18:45 UTC by Tassilo Horn
Modified: 2009-05-26 00:05 UTC (History)
1 user (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 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.