Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358501 - emerge sys-boot/grub-9999 fails with python-3 (util/import_gcry.py)
Summary: emerge sys-boot/grub-9999 fails with python-3 (util/import_gcry.py)
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 08:35 UTC by intense
Modified: 2011-03-15 19:38 UTC (History)
0 users

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


Attachments
build log (build.log,1.95 KB, text/plain)
2011-03-12 08:38 UTC, intense
Details
emerge info + system info (output&info.log,5.87 KB, text/plain)
2011-03-12 08:39 UTC, intense
Details

Note You need to log in before you can comment on or make changes to this bug.
Description intense 2011-03-12 08:35:53 UTC
Script is using bad python version (I think), because /usr/bin/python if pointing to python3.1 emerging grub will fail butif I replace /usr/bin/python to point to python2 everythink is OK and it will be successfully emerged.

Reproducible: Didn't try

Steps to Reproduce:
1.get latest stage3
2.follow gentoo installation handbook CZ version
3.install grub2 instead grub which is in handbook
Actual Results:  
Grub2 failed to emerge because is using python3

Expected Results:  
using python version 2
Comment 1 intense 2011-03-12 08:38:22 UTC
Created attachment 265607 [details]
build log
Comment 2 intense 2011-03-12 08:39:19 UTC
Created attachment 265609 [details]
emerge info + system info
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-03-15 17:53:00 UTC
Looks like this is happening in
52:    (. ./autogen.sh) || die
Comment 4 SpanKY gentoo-dev 2011-03-15 19:38:21 UTC
this is the sort of thing that goes upstream