Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255762 - python-2.5.4.ebuild contains syntactic error causing incorrect warning to be displayed
Summary: python-2.5.4.ebuild contains syntactic error causing incorrect warning to be ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 15:45 UTC by ferret
Modified: 2009-01-22 12:38 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 ferret 2009-01-21 15:45:35 UTC
Ebuild contains:

        use xml ||
                ewarn "You have configured Python without XML support."
                ewarn "This is NOT a recommended configuration as you"
                ewarn "may face problems parsing any XML documents."

Clearly this should be:

        if ! use xml; then
                ewarn "You have configured Python without XML support."
                ewarn "This is NOT a recommended configuration as you"
                ewarn "may face problems parsing any XML documents."
        fi
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-01-22 12:38:29 UTC
It should be fixed in python-2.5.4-r1.