Hi Michael, This is all what I have in ncurses in my machine
[ [EMAIL PROTECTED]: ] dpkg -l "*ncurses*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-=============================-=============================-========================================================================== pn evms-ncurses <none> (no description available) un libncurses-dev <none> (no description available) pn libncurses-ruby <none> (no description available) ii libncurses-ruby1.8 1.0-2 ruby Extension for the ncurses C library pn libncurses4 <none> (no description available) ii libncurses5 5.5-1.1 Shared libraries for terminal handling pn libncurses5-dbg <none> (no description available) ii libncurses5-dev 5.5-1.1 Developer's libraries and docs for ncurses ii libncursesw5 5.5-1.1 Shared libraries for terminal handling (wide character support) pn libncursesw5-dbg <none> (no description available) pn libncursesw5-dev <none> (no description available) un ncurses <none> (no description available) ii ncurses-base 5.5-1.1 Descriptions of common terminal types ii ncurses-bin 5.5-1.1 Terminal-related programs and man pages un ncurses-dev <none> (no description available) un ncurses-developer <none> (no description available) pn ncurses-hexedit <none> (no description available) un ncurses-runtime <none> (no description available) ii ncurses-term 5.5-1.1 Additional terminal type definitions I also installed raggle 4.0-2 and get the same error so it is not raggle's fault. So it must be something on ncurses but I can't figure out what. What sould I remove/install/reinstall? Thanks a lot!! Jose On 5/12/06, Michael Ablassmeier <[EMAIL PROTECTED]> wrote:
hi again, On Fri, May 12, 2006 at 10:06:45AM +0200, Michael Ablassmeier wrote: > On Thu, May 11, 2006 at 11:58:35AM -0700, Jose H. Espinosa wrote: > > $raggle > > Raggle: Loading config... > > Raggle: Loading feed list... > > Raggle: Loading theme... > > /usr/bin/raggle:4221:in `init': uninitialized constant > > Raggle::Interfaces::NcursesInterface::Ncurses (NameError) > > from /usr/bin/raggle:5613:in `main' > > from /usr/bin/raggle:6656 > > > > $ > > > > I haven't used or installed raggle before on this machine. I just > > install it today for the first time. > > im sorry to say im unable to reproduce this failure. Ive just > debootstraped a clean etch chroot and installed raggle, works out of the > box. According to the error message, there seems to be something messy > with the Ncurses Interface. What version of ruby does your installed > raggle use? Is libncurses-ruby1.8 the latest version and cleanly > installed? said that, the only way i can reproduce this bug is by removing ncurses.rb: [EMAIL PROTECTED]:~$ sudo rm /usr/lib/ruby/1.8/ncurses.rb [EMAIL PROTECTED]:~$ raggle Raggle: Loading config... Raggle: Loading feed list... Raggle: Loading theme... /usr/bin/raggle:4221:in `init': uninitialized constant Raggle::Interfaces::NcursesInterface::Ncurses (NameError) from /usr/bin/raggle:5613:in `main' from /usr/bin/raggle:6656 so it seems that you either have a ruby version in your path for which no ncurses library has been installed or some files the libncurses package includes are missing. bye, - michael