Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240360 - dev-python/lxml - IUSE=thread
Summary: dev-python/lxml - IUSE=thread
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 09:14 UTC by Øystein Senneset Haaland
Modified: 2009-06-23 13:38 UTC (History)
0 users

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


Attachments
Added threads use-flag. (lxml-2.1.2.ebuild.diff,956 bytes, patch)
2008-10-07 09:18 UTC, Øystein Senneset Haaland
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Øystein Senneset Haaland 2008-10-07 09:14:06 UTC
lxml sometimes does not work well with mod_python and apache when it is compiled with threading support. See: http://codespeak.net/lxml/FAQ.html#my-program-crashes-when-run-with-mod-python-pyro-zope-plone. It would be nice to be able to switch off threading with the threads use-flag.

Reproducible: Always
Comment 1 Øystein Senneset Haaland 2008-10-07 09:18:33 UTC
Created attachment 167522 [details, diff]
Added threads use-flag.

Also version bump 2.1.1 -> 2.1.2
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-06-07 22:40:21 UTC
The "$@" means that you thoughtlessly copied the call to setup.py from distutils_src_compile() in distutils.eclass :) .
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-06-08 00:39:33 UTC
Fixed.
Comment 4 Øystein Senneset Haaland 2009-06-23 13:38:03 UTC
(In reply to comment #2)
> The "$@" means that you thoughtlessly copied the call to setup.py from
> distutils_src_compile() in distutils.eclass :) .
> 

That might very well be. I don't remember anymore where i got it from, but it worked. Thanks a lot for adding the use flag.