Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1041 - sys-apps/portage/portage-1.8.9_pre24.ebuild
Summary: sys-apps/portage/portage-1.8.9_pre24.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-10 04:09 UTC by Matthew Kennedy
Modified: 2003-02-04 19:42 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 Matthew Kennedy 2002-03-10 04:09:22 UTC
Howdy,

Recently I did an 

   ebuild portage-1.8.9_pre24.ebuild merge

(thanks, trin :P)

Running "emerge" gives the following error:

gentoo pym # emerge
Traceback (most recent call last):
  File "/usr/bin/emerge", line 6, in ?
    import output
ImportError: No module named output

I have both Python 2.1.1 and 2.2 installed. in /usr/bin/emerge, #!/bin/env
python invokes python 2.1.1. I replaced #!/bin/env python in /usr/bin/emerge
(line 1) with #!/bin/env/python2.2 and now emerge functions correctly.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-12 12:48:04 UTC
Yes, you need python2.2 for the new Portage.  Closing this bug.