Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141367 - RTamd64 - python is broken on the InstallCD
Summary: RTamd64 - python is broken on the InstallCD
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: InstallCD (show other bugs)
Hardware: AMD64 Linux
: Highest normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-22 02:30 UTC by Andrei Slavoiu
Modified: 2006-08-10 09:56 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 Andrei Slavoiu 2006-07-22 02:30:55 UTC
livecd gentoo # mirrorselect -i -o >> /mnt/gentoo/etc/make.conf
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/sbin/mirrorselect", line 10, in ?
    import os, time, popen2, re, shutil, signal
ImportError: No module named os

md5sum 5399536f373ad73126afbe4776e64178
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2006-07-22 03:12:52 UTC
I guess this means that all of python on that installcd is broken.
Andrei: Please run python on the commandline and type 'import os'.
Comment 2 Andrei Slavoiu 2006-07-22 03:46:18 UTC
I guess you are right:

livecd root # python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Python 2.4.3 (#1, Jul 18 2006, 18:06:16)
[GCC 4.1.1 (Gentoo 4.1.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named os
>>>
Comment 3 Danny van Dyk (RETIRED) gentoo-dev 2006-07-23 13:00:14 UTC
Please test with latest minimal installcd:
cc084ffe3d0c5da0c8c6b8360bc7d934  install-amd64-minimal-2006.1.iso
Comment 4 Andrey Falko 2006-07-23 17:53:49 UTC
This  appears for me on the new iso...

No point in posting output, as everything is the same.
Comment 5 Andrei Slavoiu 2006-07-24 09:36:03 UTC
Yes, the same for me. I get the same output with the latest build.
Comment 6 Danny van Dyk (RETIRED) gentoo-dev 2006-07-28 12:32:53 UTC
Please test with latest minimal installcd:
0afaa8eac0cc27d0fe1d6e87d8861436  install-amd64-minimal-2006.1.iso
Comment 7 Andrei Slavoiu 2006-07-29 01:01:01 UTC
Are you sure it's been uploaded? I checked right now and I see:
[   ] install-amd64-minima..> 23-Jul-2006 14:07   39M  
[   ] install-amd64-minima..> 28-Jul-2006 19:29  163   

Looks like only the digest file has been changed. (Note: I did not download the iso to check the checksum, I'm just relying on the modified date reported by the server) 
Comment 8 Danny van Dyk (RETIRED) gentoo-dev 2006-07-29 01:47:57 UTC
I'm sorry, i copied iso.* instead of iso* :-/
Please test now :-)
Comment 9 Andrei Slavoiu 2006-07-30 10:02:49 UTC
Works on 0afaa8eac0cc27d0fe1d6e87d8861436
Comment 10 Andrei Slavoiu 2006-08-10 09:56:09 UTC
Closed.