Bug 718021 - [abrt] guake-0.4.2-3.fc15: guake.py:27:<module>:ImportError: /lib/libncurses.so.5: undefined symbol: _nc_screen_of
Summary: [abrt] guake-0.4.2-3.fc15: guake.py:27:<module>:ImportError: /lib/libncurses....
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: ncurses
Version: 15
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:06f3d96e7ec647f9e7d7c072926...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-30 17:35 UTC by Alejandro
Modified: 2012-08-07 17:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 17:25:27 UTC
Type: ---


Attachments (Terms of Use)

Description Alejandro 2011-06-30 17:35:31 UTC
abrt version: 2.0.1
architecture:   i686
cmdline:        
component:      guake
executable:     /usr/lib/guake/guake.py
kernel:         2.6.38.8-32.fc15.i686.PAE
os_release:     Fedora release 15 (Lovelock)
package:        guake-0.4.2-3.fc15
reason:         guake.py:27:<module>:ImportError: /lib/libncurses.so.5: undefined symbol: _nc_screen_of
time:           Thu Jun 30 12:00:31 2011
uid:            500
username:       iwar

backtrace:
:guake.py:27:<module>:ImportError: /lib/libncurses.so.5: undefined symbol: _nc_screen_of
:
:Traceback (most recent call last):
:  File "/usr/lib/guake/guake.py", line 27, in <module>
:    import vte
:ImportError: /lib/libncurses.so.5: undefined symbol: _nc_screen_of
:
:Local variables in innermost frame:
:__builtins__: <module '__builtin__' (built-in)>
:__file__: '/usr/lib/guake/guake.py'
:gtk: <module 'gtk' from '/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.pyo'>
:pygtk: <module 'pygtk' from '/usr/lib/python2.7/site-packages/pygtk.pyo'>
:__package__: None
:GPollableInputStream: <class 'gio.__main__.GPollableInputStream'>
:gobject: <module 'gobject' from '/usr/lib/python2.7/site-packages/gobject/__init__.pyo'>
:GInitiallyUnowned: <class 'gtk.__main__.GInitiallyUnowned'>
:__name__: '__main__'
:GPollableOutputStream: <class 'gio.__main__.GPollableOutputStream'>
:__doc__: None

comment:
:Ejecute la aplicacin y marco este error
: run guake and show error

Comment 1 Pierre-YvesChibon 2011-08-10 13:14:42 UTC
Could you provide some information on how to reproduce this bug ?

Comment 2 Thomas E. Dickey 2011-08-10 22:41:59 UTC
Possibly related, I had a patch from Miroslav Lichvar which I added
in 20100123 (no bugzilla number) which addressed this symbol in
conjunction with the normal/wide libtinfo's.

Comment 3 Pierre-YvesChibon 2011-08-11 05:20:26 UTC
I am a little bit confused about your comment Thomas. Could you give a bit more info/context ?

Comment 4 Thomas E. Dickey 2011-08-11 08:39:47 UTC
I added _nc_screen_of in 20080531 (between 5.6 and 5.7) as part of some
changes to allow improved reentrancy.  That happens to be associated
with the lower-level terminfo functions.  At some point (I don't recall)
Red Hat started packaging ncurses using the --with-termlib option, which
provides the low-level terminfo functions as a separate library (typically
referred to as libtinfo).

An application can have problems loading libtinfo automatically as part
of loading libncurses / libncursesw for several reasons.  One (the fix
mentioned in Comment #2) was that the binary compatibility between the
copies of libtinfo built as part of building libncurses differed from
the libncursesw.  However, Red Hat was delivering one copy of libtinfo
to satisfy dependencies from both libraries.

My comment was suggesting that perhaps some similar issue had crept
in, and that it might require getting more information.

(My own builds use libtinfo in some platforms, but usually use rpath
so that I can install/use these separately from whatever the different
distributors provide as system libraries - so I'm testing it in a
different configuration, and can overlook things).

Comment 5 Pierre-YvesChibon 2011-08-11 09:57:59 UTC
So the problem is from ncurses.

I am reassigning the bug to the ncurses component.

Thanks for the information.

Comment 6 Miroslav Lichvar 2011-08-12 15:17:12 UTC
This is odd. The symbol is in libtinfo.so.5. If it wasn't all ncurses applications would probably fail. The "import vte" command also works here.

Comment 7 Thomas E. Dickey 2011-08-12 19:18:39 UTC
I'm puzzled, too.  I don't see any likely conflicting library
paths in the log (such as /usr/local/lib).  I guess starting
by asking the reporter if it can still be reproduced is where
to start.

Comment 8 Fedora End Of Life 2012-08-07 17:25:29 UTC
This message is a notice that Fedora 15 is now at end of life. Fedora
has stopped maintaining and issuing updates for Fedora 15. It is
Fedora's policy to close all bug reports from releases that are no
longer maintained. At this time, all open bugs with a Fedora 'version'
of '15' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we were unable to fix it before Fedora 15 reached end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora, you are encouraged to click on
"Clone This Bug" (top right of this page) and open it against that
version of Fedora.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


Note You need to log in before you can comment on or make changes to this bug.