Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 95533

Summary: fsh gets broken after installing dev-lang/python-2.4.1
Product: Gentoo Linux Reporter: Paul Ortyl <ortylp>
Component: Current packagesAssignee: Rob Cakebread (RETIRED) <pythonhead>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: High    
Version: 2005.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Ortyl 2005-06-09 01:32:18 UTC
after installing 
dev-lang/python-2.4.1  +X +berkdb -bootstrap -build -debug -doc +gdbm -ipv6 +ncurses -nocxx +readline +ssl +tcltk -ucs2
(and starting /usr/sbin/python-updater, which is here irrelevant to the bug)

fsh shows such an error:
============================================
Traceback (most recent call last):
  File "/usr/bin/fsh", line 6, in ?
    import fsh
  File "/usr/share/fsh/fsh.py", line 28, in ?
    import fshlib
  File "/usr/share/fsh/fshlib.py", line 24, in ?
    import fshcompat
  File "/usr/share/fsh/fshcompat.py", line 67, in ?
    import FCNTL
ImportError: No module named FCNTL
==================================================
unmerging  'emerge --unmerge python-2.4.1' helps
Comment 1 Paul Ortyl 2005-06-09 01:34:49 UTC
(the system is build with ACCEPT_KEYWORDS="~x86")
Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2005-06-09 09:25:30 UTC
Thanks Paul, I added a patch that should make it work with all versions of Python.
Fixed in CVS.