Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279987 - python-updater "updates" from 3.1 to 2.6 after updating python to 3.1
Summary: python-updater "updates" from 3.1 to 2.6 after updating python to 3.1
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 01:29 UTC by Willard Dawson
Modified: 2009-08-02 03:28 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 Willard Dawson 2009-08-02 01:29:21 UTC
From past experience, I thought that python-updater would be required after updating python. However, the feedback from python-updater leads me to believe it is not working as expected.



Reproducible: Always

Steps to Reproduce:
1.emerge --update world
2.python-updater
3.

Actual Results:  
# python-updater                       
* Starting Python Updater from 3.1 to 2.6 :


Expected Results:  
Unknown.

# emerge --info
Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.3, glibc-2.10.1-r0, 2.6.30-gentoo-r4 i686)
=================================================================                             
System uname: Linux-2.6.30-gentoo-r4-i686-Intel-R-_Pentium-R-_M_processor_2.00GHz-with-gentoo-2.0.1
Timestamp of tree: Sun, 02 Aug 2009 00:30:01 +0000                                                 
app-shells/bash:     4.0_p28                                                                       
dev-java/java-config: 2.1.8-r1                                                                     
dev-lang/python:     2.5.4-r2, 2.6.2-r1, 3.1                                                       
dev-python/pycrypto: 2.0.1-r8                                                                      
dev-util/cmake:      2.6.4-r2                                                                      
sys-apps/baselayout: 2.0.1                                                                         
sys-apps/openrc:     0.4.3-r3                                                                      
sys-apps/sandbox:    2.0                                                                           
sys-devel/autoconf:  2.13, 2.63-r1                                                                 
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11                               
sys-devel/binutils:  2.19.1-r1                                                                     
sys-devel/gcc-config: 1.4.1                                                                        
sys-devel/libtool:   2.2.6a                                                                        
virtual/os-headers:  2.6.30-r1                                                                     
ACCEPT_KEYWORDS="x86 ~x86"                                                                         
CBUILD="i686-pc-linux-gnu"                                                                         
CFLAGS="-march=i686 -O2 -pipe -ggdb"                                                               
CHOST="i686-pc-linux-gnu"
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-02 03:28:43 UTC
python-updater works as intended. Defaultly it updates from the newest version other than the currently active version to the currently active version. You can specify the other version by using -o option.