Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 339773 - app-misc/task requires lua regardless of USE=lua
Summary: app-misc/task requires lua regardless of USE=lua
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-05 01:42 UTC by James Rowe
Modified: 2010-10-06 22:21 UTC (History)
0 users

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


Attachments
app-misc:task-1.9.2:20101005-011833.log (20101005-011833.log,7.24 KB, text/plain)
2010-10-05 01:42 UTC, James Rowe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2010-10-05 01:42:18 UTC
The lua checks in task's configure.ac are broken due to misuse of AC_ARG_WITH,
and lua support is defined regardless of USE=lua.  With USE=-lua and no 
previous lua install the build fails because of missing lua includes, see the 
attached build log.

Thanks,

James


Reproducible: Always
Comment 1 James Rowe 2010-10-05 01:42:59 UTC
Created attachment 249600 [details]
app-misc:task-1.9.2:20101005-011833.log
Comment 2 James Rowe 2010-10-05 01:54:01 UTC
On further inspection...

The ncurses check is also broken due to misuse of AC_ARG_WITH, and is always 
disabled regardless of USE=ncurses.
Comment 3 Tim Harder gentoo-dev 2010-10-06 22:21:31 UTC
Thanks for reporting. I've applied a patch which fixes the issue to a new ebuild revision and dropped the original ebuild. Note that the patch is more of a temporary fix while I push a better one upstream to fix the problem.