First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 128175
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Chris Bainbridge (RETIRED) <chrb@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tuan Van (RETIRED) <langthang@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 128175 depends on: Show dependency tree
Bug 128175 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-30 14:40 0000
python built without ncurses USE flag causes traceback.

# xenmon.py
Traceback (most recent call last):
  File "/usr/sbin/xenmon.py", line 32, in ?
    import curses as _c
  File "/usr/lib/python2.4/curses/__init__.py", line 15, in ?
    from _curses import *
ImportError: No module named _curses

------- Comment #1 From Aron Griffis (RETIRED) 2006-03-31 18:08:06 0000 -------
I added a warning to pkg_postinst.  This seems like the appropriate response
since not all xen users care about xenmon.py.  Thanks for the report.

if ! built_with_use dev-lang/python ncurses; then
        echo
        ewarn "NB: Your dev-lang/python is built without USE=ncurses."
        ewarn "Please rebuild python with USE=ncurses to make use of
xenmon.py."
fi

First Last Prev Next    No search results available      Search page      Enter new bug