On Tue, 2008-09-16 at 13:03 +0530, Anil Gulecha wrote:
> On Mon, Sep 15, 2008 at 7:56 PM, Anil Gulecha <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I've been building various aspell packages. Most package fine into
> > debs, but almost all have the below issue when installing ( I've
> > uploaded the debs anyway.)
> >
> > Ex:
> > Setting up aspell-he (1.0-0-1nexenta1) ...
> > Unsupported conversion: Invalid argument at
> > /usr/share/perl5/Debian/DictionariesCommon.pm line 399, <DICT> line 1.
> >
> > What could be causing the above?
> >
> Ok.. I looked further, and this perl module needs to be fixed for Solaris.
> 
>         my $converter = Text::Iconv->new ($codingsystem, "utf8");
> to
>         my $converter = Text::Iconv->new ($codingsystem, "UTF-8");
> 
> How do I find out what package installs the file
> /usr/share/perl5/Debian/DictionariesCommon.pm ?

dpkg -S /usr/share/perl5/Debian/DictionariesCommon.pm

_______________________________________________
gnusol-devel mailing list
gnusol-devel@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-devel

Reply via email to