Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: User

qbittorrent and icui18n lib

 

 

Gentoo user RSS feed   Index | Next | Previous | View Threaded


sayusi.ando at sayusi

Apr 28, 2012, 3:54 AM

Post #1 of 8 (545 views)
Permalink
qbittorrent and icui18n lib

Dear All,

I can't decide whether it's an issue which must be reported or not.
My qbittorent messed up everything in the last two days and now I
started it from Konsole to see what the output is. I can see this:

sayusi [at] sa-hom ~ $ qbittorrent &
[1] 19445
sayusi [at] sa-hom ~ $ Unable to load library icui18n "Cannot load library
icui18n: (libicui18n.so.48: cannot open shared object file: No such
file or directory)"
Couldn't set environment variable...

I remember a few days ago a part of my system rebuilt
(revdep-rebuild), for example libreoffice, because this library has
been changed. Should I report this issue in bugs.gentoo.org to handle
this dependency? I'm not familiar at writing ebuild files so my
question may be a little bit silly. :)

Thanks in advance!

András

--
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell


lists at binarywings

Apr 28, 2012, 5:55 AM

Post #2 of 8 (553 views)
Permalink
Re: qbittorrent and icui18n lib [In reply to]

Am 28.04.2012 12:54, schrieb András Csányi:
> Dear All,
>
> I can't decide whether it's an issue which must be reported or not.
> My qbittorent messed up everything in the last two days and now I
> started it from Konsole to see what the output is. I can see this:
>
> sayusi [at] sa-hom ~ $ qbittorrent &
> [1] 19445
> sayusi [at] sa-hom ~ $ Unable to load library icui18n "Cannot load library
> icui18n: (libicui18n.so.48: cannot open shared object file: No such
> file or directory)"
> Couldn't set environment variable...
>
> I remember a few days ago a part of my system rebuilt
> (revdep-rebuild), for example libreoffice, because this library has
> been changed. Should I report this issue in bugs.gentoo.org to handle
> this dependency? I'm not familiar at writing ebuild files so my
> question may be a little bit silly. :)
>
> Thanks in advance!
>
> András
>

Have you tried re-emerging qbittorrent? If the library was upgraded,
this seems to be necessary. revdep-rebuild should have reported this
issue but maybe qbittorrent uses dlopen() and friends to load the
library. revdep cannot handle this.

Regards,
Florian Philipp
Attachments: signature.asc (0.26 KB)


sayusi.ando at sayusi

Apr 28, 2012, 6:04 AM

Post #3 of 8 (523 views)
Permalink
Re: qbittorrent and icui18n lib [In reply to]

On 28 April 2012 14:55, Florian Philipp <lists [at] binarywings> wrote:

> Have you tried re-emerging qbittorrent? If the library was upgraded,
> this seems to be necessary. revdep-rebuild should have reported this
> issue but maybe qbittorrent uses dlopen() and friends to load the
> library. revdep cannot handle this.

Yes, I have tried but the issue is the same. On the other hand,
qbittorrent is not able to start for some other reason.

--
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell


sascha-ml at babbelbox

Apr 28, 2012, 6:59 AM

Post #4 of 8 (545 views)
Permalink
Re: qbittorrent and icui18n lib [In reply to]

Hi, András,

On Saturday, 28. April 2012 12:54:42 András Csányi wrote:
> Dear All,
>
> I can't decide whether it's an issue which must be reported or not.
> My qbittorent messed up everything in the last two days and now I
> started it from Konsole to see what the output is. I can see this:
>
> sayusi [at] sa-hom ~ $ qbittorrent &
> [1] 19445
> sayusi [at] sa-hom ~ $ Unable to load library icui18n "Cannot load library
> icui18n: (libicui18n.so.48: cannot open shared object file: No such
> file or directory)"

i've been faced with this, too.
revdev-rebuild does not catch some qt plugins that seem to link against or
dl() i18n from libicu. You can try to reemerge qt-core (which installs those
plugins):

emerge -1 qt-core


> Couldn't set environment variable...
>
This may be something unrelated.

SaCu


w41ter at gmail

Apr 28, 2012, 1:05 PM

Post #5 of 8 (520 views)
Permalink
Re: qbittorrent and icui18n lib [In reply to]

On 04/28/2012 06:04 AM, András Csányi wrote:
> On 28 April 2012 14:55, Florian Philipp <lists [at] binarywings> wrote:
>
>> Have you tried re-emerging qbittorrent? If the library was upgraded,
>> this seems to be necessary. revdep-rebuild should have reported this
>> issue but maybe qbittorrent uses dlopen() and friends to load the
>> library. revdep cannot handle this.
>
> Yes, I have tried but the issue is the same. On the other hand,
> qbittorrent is not able to start for some other reason.

If rebuilding qbittorrent didn't fix the missing library problem, then
some other library that qbittorrent uses also needs rebuilding.

One of my favorite tools is lddtree (app-misc/pax-utils) which will
make it obvious which other library is at fault.


hwoarang at gentoo

Apr 28, 2012, 1:24 PM

Post #6 of 8 (523 views)
Permalink
Re: Re: qbittorrent and icui18n lib [In reply to]

On 04/28/2012 09:05 PM, walt wrote:
> On 04/28/2012 06:04 AM, András Csányi wrote:
>> On 28 April 2012 14:55, Florian Philipp <lists [at] binarywings> wrote:
>>
>>> Have you tried re-emerging qbittorrent? If the library was upgraded,
>>> this seems to be necessary. revdep-rebuild should have reported this
>>> issue but maybe qbittorrent uses dlopen() and friends to load the
>>> library. revdep cannot handle this.
>>
>> Yes, I have tried but the issue is the same. On the other hand,
>> qbittorrent is not able to start for some other reason.
>
> If rebuilding qbittorrent didn't fix the missing library problem, then
> some other library that qbittorrent uses also needs rebuilding.
>
> One of my favorite tools is lddtree (app-misc/pax-utils) which will
> make it obvious which other library is at fault.
>
>
>
>
You should rebuild qt-core because this is the package that uses
dlopen() to load libicu. This should fix the problem with qbittorrent.

--
Regards,
Markos Chandras / Gentoo Linux Developer / Key ID: B4AFF2C2


sayusi.ando at sayusi

Apr 28, 2012, 1:33 PM

Post #7 of 8 (518 views)
Permalink
Re: Re: qbittorrent and icui18n lib [In reply to]

On 28 April 2012 22:24, Markos Chandras <hwoarang [at] gentoo> wrote:
> You should rebuild qt-core because this is the package that uses
> dlopen() to load libicu. This should fix the problem with qbittorrent.

Yes, it is solved now but for some other reason qbittorrent went
crazy. I mean, not possible to set the download location in a case of
particular torrent up. :(

--
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell


hwoarang at gentoo

Apr 28, 2012, 5:56 PM

Post #8 of 8 (524 views)
Permalink
Re: Re: qbittorrent and icui18n lib [In reply to]

On 04/28/2012 09:33 PM, András Csányi wrote:
> On 28 April 2012 22:24, Markos Chandras <hwoarang [at] gentoo> wrote:
>> You should rebuild qt-core because this is the package that uses
>> dlopen() to load libicu. This should fix the problem with qbittorrent.
>
> Yes, it is solved now but for some other reason qbittorrent went
> crazy. I mean, not possible to set the download location in a case of
> particular torrent up. :(
>
This is not related to libicu and you probably need to ask the upstream
developer

--
Regards,
Markos Chandras / Gentoo Linux Developer / Key ID: B4AFF2C2

Gentoo user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.