hi José

On Sat, May 13, 2006 at 12:45:59PM -0700, José H. Espinosa wrote:
> make[1]: Entering directory `/home/jhe/deb/ncurses-ruby-1.0'
> gcc -fPIC -g -O2 -g  -I. -I/usr/local/lib/ruby/1.8/i686-linux -I/usr/ 
> local/lib/ruby/1.8/i686-linux -I. -DHAVE_UNISTD_H -DHAVE_NCURSES_H - 

now that taking a closer look at your build log i see that your installed ruby
version seems to search its includes in /usr/local/lib/ruby/1.8/i686-linux.
This is definitly not the default directory for debians ruby packages (debian
installs its ruby librarys and includes to /usr/lib/ruby/. 

> [EMAIL PROTECTED]:~$ /usr/bin/env ruby --version
> ruby 1.8.3 (2005-09-21) [i686-linux]

according to your first message to the BTS you are running testing/unstable.
Neither sid nor etch do include ruby 1.8.3 but ruby 1.8.4. I guess you have
installed a ruby version from other sources at some point in the past (to
/usr/local/) which is now in your $PATH and gets executed instead of debians
ruby version. As there is no ncurses.rb in /usr/local/ raggle fails to start.

I think this Bug is caused by a misconfiguration of your system.

bye,
    - michael

Reply via email to