Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161456 - app-portage/portage-utils - duff USE=python
Summary: app-portage/portage-utils - duff USE=python
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Utils Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-11 02:09 UTC by Jakub Moc (RETIRED)
Modified: 2007-01-11 10:26 UTC (History)
0 users

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


Attachments
app-portage/portage-utils fixed ebuild (portage-utils-0.1.22-r1.ebuild,2.20 KB, text/plain)
2007-01-11 10:26 UTC, Jakub Moc (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-01-11 02:09:41 UTC
The flag doesn't do anything useful at all...

<snip>
use python && export PYTHON=1
unset PYTHON
</snip>

# export PYTHON=1; echo PYTHON=$PYTHON; unset PYTHON; echo PYTHON=$PYTHON
PYTHON=1
PYTHON=

What are you after there?
Comment 1 solar (RETIRED) gentoo-dev 2007-01-11 06:17:57 UTC
python support at the c level is not ready for portage-utils due to a defunct 
build system in python.o which leads to textrels on hardened.

expect to see the use flag but it doing nothing for several releases.
Comment 2 solar (RETIRED) gentoo-dev 2007-01-11 06:18:42 UTC
the code there is just a placeholder FYI
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-11 10:26:37 UTC
Created attachment 106516 [details]
app-portage/portage-utils fixed ebuild

I really fail to see how is this bug invalid; anyway in case you ever decide to commit an ebuild that does not violate QA in multiple places (duff IUSE, creating orphaned files and dirs in pkg_postinst() etc.), here's one attached.