Your message dated Wed, 29 Mar 2006 17:57:24 +0100
with message-id <[EMAIL PROTECTED]>
and subject line fixed?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libgettext-ruby-util
Version: 0.8.0-1
Severity: grave
Tags: sarge

rgettext does not work due to dependency problem.
/usr/bin/ruby is symlinked to ruby1.8.
But apt installed libgettext-ruby1.6 to fix dependency.

# apt-get install libgettext-ruby-util 
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libgettext-ruby1.6
The following NEW packages will be installed:
  libgettext-ruby-util libgettext-ruby1.6
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 40.3kB of archives.
After unpacking 348kB of additional disk space will be used.
Do you want to continue? [Y/n] 

So, ruby is 1.8 but libgettext-ruby is for 1.6.
Therefore ruby does not find library.

libgettext-ruby-0.8.0% rgettext bin/rgettext -o hoge.pot
/usr/bin/rgettext:15:in `require': no such file to load -- 
gettext/parser/ruby.rb (LoadError)
        from /usr/bin/rgettext:15

I think you should change as below to fix this problem.

From:
  Depends: libgettext-ruby | libgettext-ruby1.8, ruby, irb

To:
  Depends: libgettext-ruby1.8, ruby (>= 1.8), irb

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.31-bcm5700-p4
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)

Versions of packages libgettext-ruby-util depends on:
ii  irb                           1.8.2-1    Interactive Ruby (irb)
ii  libgettext-ruby1.6 [libgettex 0.8.0-1    Gettext for ruby
ii  ruby                          1.8.2-1    An interpreter of object-oriented 

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.8.1-2

Looks like this has been fixed. I'm guessing this was the version that closed
it:

libgettext-ruby (0.8.1-2) unstable; urgency=low

  * fix broken dependency of libgettext-ruby1.6 (Closes: #309002)

 -- Tatsuki Sugiura <[EMAIL PROTECTED]>  Thu,  7 Apr 2005 19:59:52 +0900

-- 
Dafydd

--- End Message ---

Reply via email to