Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352461 - =app-admin/python-updater always want to build the same package
Summary: =app-admin/python-updater always want to build the same package
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 01:05 UTC by Agostino Sarubbo
Modified: 2011-01-23 02:19 UTC (History)
0 users

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 Agostino Sarubbo gentoo-dev 2011-01-23 01:05:57 UTC
$summary

When i launche python-updater, it add always boost to his list:

amd64box ~ # python-updater 
 * Starting Python Updater...
 * Main active version of Python:  2.6
 * Active version of Python 2:     2.6
 * Active version of Python 3:     3.1
 *   Adding to list: dev-libs/boost:1.42

I see this also on all my other machines:


devil ago # python-updater 
 * Starting Python Updater...
 * Main active version of Python:  2.6
 * Active version of Python 2:     2.6
 * Active version of Python 3:     3.1
 *   Adding to list: dev-libs/boost:1.42
Comment 1 Rafał Mużyło 2011-01-23 02:19:15 UTC
If you checked the docs, you'd noticed that boost is always added to the list,
as there's no good way implemented in python-updater for checking what python version it uses.