Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95533 - fsh gets broken after installing dev-lang/python-2.4.1
Summary: fsh gets broken after installing dev-lang/python-2.4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Rob Cakebread (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 01:32 UTC by Paul Ortyl
Modified: 2005-06-09 09:25 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 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.