public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] qbittorrent and icui18n lib
@ 2012-04-28 10:54 András Csányi
  2012-04-28 12:55 ` Florian Philipp
  2012-04-28 13:59 ` [gentoo-user] " Sascha Cunz
  0 siblings, 2 replies; 8+ messages in thread
From: András Csányi @ 2012-04-28 10:54 UTC (permalink / raw
  To: gentoo-user

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@sa-home ~ $ qbittorrent &
[1] 19445
sayusi@sa-home ~ $ 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] qbittorrent and icui18n lib
  2012-04-28 10:54 [gentoo-user] qbittorrent and icui18n lib András Csányi
@ 2012-04-28 12:55 ` Florian Philipp
  2012-04-28 13:04   ` András Csányi
  2012-04-28 13:59 ` [gentoo-user] " Sascha Cunz
  1 sibling, 1 reply; 8+ messages in thread
From: Florian Philipp @ 2012-04-28 12:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

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@sa-home ~ $ qbittorrent &
> [1] 19445
> sayusi@sa-home ~ $ 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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] qbittorrent and icui18n lib
  2012-04-28 12:55 ` Florian Philipp
@ 2012-04-28 13:04   ` András Csányi
  2012-04-28 20:05     ` [gentoo-user] " walt
  0 siblings, 1 reply; 8+ messages in thread
From: András Csányi @ 2012-04-28 13:04 UTC (permalink / raw
  To: gentoo-user

On 28 April 2012 14:55, Florian Philipp <lists@binarywings.net> 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] qbittorrent and icui18n lib
  2012-04-28 10:54 [gentoo-user] qbittorrent and icui18n lib András Csányi
  2012-04-28 12:55 ` Florian Philipp
@ 2012-04-28 13:59 ` Sascha Cunz
  1 sibling, 0 replies; 8+ messages in thread
From: Sascha Cunz @ 2012-04-28 13:59 UTC (permalink / raw
  To: gentoo-user

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@sa-home ~ $ qbittorrent &
> [1] 19445
> sayusi@sa-home ~ $ 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user] Re: qbittorrent and icui18n lib
  2012-04-28 13:04   ` András Csányi
@ 2012-04-28 20:05     ` walt
  2012-04-28 20:24       ` Markos Chandras
  0 siblings, 1 reply; 8+ messages in thread
From: walt @ 2012-04-28 20:05 UTC (permalink / raw
  To: gentoo-user

On 04/28/2012 06:04 AM, András Csányi wrote:
> On 28 April 2012 14:55, Florian Philipp <lists@binarywings.net> 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.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: qbittorrent and icui18n lib
  2012-04-28 20:05     ` [gentoo-user] " walt
@ 2012-04-28 20:24       ` Markos Chandras
  2012-04-28 20:33         ` András Csányi
  0 siblings, 1 reply; 8+ messages in thread
From: Markos Chandras @ 2012-04-28 20:24 UTC (permalink / raw
  To: gentoo-user

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@binarywings.net> 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: qbittorrent and icui18n lib
  2012-04-28 20:24       ` Markos Chandras
@ 2012-04-28 20:33         ` András Csányi
  2012-04-29  0:56           ` Markos Chandras
  0 siblings, 1 reply; 8+ messages in thread
From: András Csányi @ 2012-04-28 20:33 UTC (permalink / raw
  To: gentoo-user

On 28 April 2012 22:24, Markos Chandras <hwoarang@gentoo.org> 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] Re: qbittorrent and icui18n lib
  2012-04-28 20:33         ` András Csányi
@ 2012-04-29  0:56           ` Markos Chandras
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras @ 2012-04-29  0:56 UTC (permalink / raw
  To: gentoo-user

On 04/28/2012 09:33 PM, András Csányi wrote:
> On 28 April 2012 22:24, Markos Chandras <hwoarang@gentoo.org> 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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-29  0:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 10:54 [gentoo-user] qbittorrent and icui18n lib András Csányi
2012-04-28 12:55 ` Florian Philipp
2012-04-28 13:04   ` András Csányi
2012-04-28 20:05     ` [gentoo-user] " walt
2012-04-28 20:24       ` Markos Chandras
2012-04-28 20:33         ` András Csányi
2012-04-29  0:56           ` Markos Chandras
2012-04-28 13:59 ` [gentoo-user] " Sascha Cunz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox