Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160903 - www-servers/lighttpd-1.4.13: mod_magnet should not be installed with USE="-lua"
Summary: www-servers/lighttpd-1.4.13: mod_magnet should not be installed with USE="-lua"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Elfyn McBratney (beu) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 14:40 UTC by Christian Hoffmann (RETIRED)
Modified: 2007-01-09 18:10 UTC (History)
2 users (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 Christian Hoffmann (RETIRED) gentoo-dev 2007-01-08 14:40:52 UTC
While remove_non_essential() in lighttpd-1.4.13.ebuild prevents mod_cml from being installed when the lua use flag is not set, mod_magnet (the successor of mod_cml) is not removed from the source directory and thus will get installed (it was probably forgotten, it's new in 1.4.13...).
This only affects 1.4.13, as this is the first version of lighttpd in the tree which contains mod_magnet (it was introduced in 1.4.12, but this version never hit the tree).
(the lua dependency in the official documentation: http://trac.lighttpd.net/trac/wiki/Docs%3AModMagnet)

Reproducible: Always

Steps to Reproduce:
USE="-lua" emerge =lighttpd-1.4.13
Actual Results:  
/usr/lib/lighttpd/mod_magnet.{la,so} do exist.

Expected Results:  
/usr/lib/lighttpd/mod_magnet.{la,so} should not be there.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-01-09 18:10:54 UTC
fixed in cvs.