Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472352 - bootstrap-prefix fails due to out-of-date python version in prefix tree
Summary: bootstrap-prefix fails due to out-of-date python version in prefix tree
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: Normal blocker (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
: 471686 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-04 23:29 UTC by the_mgt
Modified: 2013-08-20 18:44 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 the_mgt 2013-06-04 23:29:28 UTC
The stable version of python in the prefix tree is 3.3.0, which has been removed from the regular tree, so tarballs for the python-patches are no longer on any mirror. Therefore the fetch phase fails and the whole bootstrapping comes to a full stop. 

Reproducible: Always

Steps to Reproduce:
1. run bootstrap-prefix.sh
2. wait till it tries to rebuild python
3. boom
Actual Results:  
emerge throws an error about being unable to fetch the patches tarball

Expected Results:  
working bootstrap process
Comment 1 Benda Xu gentoo-dev 2013-06-05 02:06:58 UTC
python in x86 is 2.7.5, while that in prefix is 2.7.4.

python-3 is drawn in by python-r1.eclass if we don't add PYTHON_TARGETS or PYTHON_SINGLE_TARGET during bootstrap[1].

1. http://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml
Comment 2 Fabian Groffen gentoo-dev 2013-06-05 05:41:45 UTC
can you try latest_tree please?
Comment 3 Fabian Groffen gentoo-dev 2013-06-05 05:43:44 UTC
that is, export LATEST_TREE_YES=1 in your environment, and restart the bootstrap process
Comment 4 the_mgt 2013-06-05 13:06:57 UTC
Somebody provided me with an appropriate tarball of the 3.3.0 patches, so I am already past that bug. And since I am on an SSD, I do not want to nuke the Gentoo dir again. But I will try at home on my Desktop Mac.

I am hanging on another bug on the desktop now. Will open another report.
Comment 5 Fabian Groffen gentoo-dev 2013-06-08 16:45:37 UTC
2.7.5 is in the making
Comment 6 Fabian Groffen gentoo-dev 2013-06-08 18:17:15 UTC
*** Bug 471686 has been marked as a duplicate of this bug. ***
Comment 7 the_mgt 2013-06-14 20:57:53 UTC
I did try latest tree and it worked almost flawless: the dreaded findutils bug was still present (#469206).
So, python from latest tree is fine.
Comment 8 Fabian Groffen gentoo-dev 2013-06-15 11:07:26 UTC
thanks!
Comment 9 Fabian Groffen gentoo-dev 2013-08-20 18:44:25 UTC
python 2.7.5 and 3.2.0 as well as 3.3.2 are in the repo and working nowadays