public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] always "existing preserved libs"
@ 2021-01-03  6:54 bobwxc
  2021-01-03 10:54 ` Neil Bothwick
  0 siblings, 1 reply; 4+ messages in thread
From: bobwxc @ 2021-01-03  6:54 UTC (permalink / raw
  To: Gentoo mailing list


[-- Attachment #1.1: Type: text/plain, Size: 1002 bytes --]

Hi,

Recently, after a update, I always see follow information after every 
emerge operation

!!! existing preserved libs:
 >>> package: dev-qt/qtxml-5.15.1
  *  - /usr/lib64/libQt5Xml.so.5
  *  - /usr/lib64/libQt5Xml.so.5.15.1
  *      used by /opt/kingsoft/wps-office/office6/librpcetapi_sysqt5.so 
(app-office/wps-office-11.1.0.9615)
  *      used by /opt/kingsoft/wps-office/office6/librpcwppapi_sysqt5.so 
(app-office/wps-office-11.1.0.9615)
  *      used by /opt/kingsoft/wps-office/office6/librpcwpsapi_sysqt5.so 
(app-office/wps-office-11.1.0.9615)
Use emerge @preserved-rebuild to rebuild packages using these libraries

I have used the command 'emerge @preserved-rebuild' to rebuild but it 
still appear as before.

And when rebuild, there is no warning info. Also, the wps-office is 
useable from the beginning to end.

I want to know what cause the strange problem. Could you please tell me 
the brief principle and solution?

Thanks.




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

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

* Re: [gentoo-user] always "existing preserved libs"
  2021-01-03  6:54 [gentoo-user] always "existing preserved libs" bobwxc
@ 2021-01-03 10:54 ` Neil Bothwick
  2021-01-03 12:37   ` Arve Barsnes
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Bothwick @ 2021-01-03 10:54 UTC (permalink / raw
  To: gentoo-user

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

On Sun, 3 Jan 2021 14:54:40 +0800, bobwxc wrote:

> Recently, after a update, I always see follow information after every 
> emerge operation
> 
> !!! existing preserved libs:
>  >>> package: dev-qt/qtxml-5.15.1  
>   *  - /usr/lib64/libQt5Xml.so.5
>   *  - /usr/lib64/libQt5Xml.so.5.15.1
>   *      used by /opt/kingsoft/wps-office/office6/librpcetapi_sysqt5.so 
> (app-office/wps-office-11.1.0.9615)
>   *      used by
> /opt/kingsoft/wps-office/office6/librpcwppapi_sysqt5.so
> (app-office/wps-office-11.1.0.9615)
>   *      used by
> /opt/kingsoft/wps-office/office6/librpcwpsapi_sysqt5.so
> (app-office/wps-office-11.1.0.9615) Use emerge @preserved-rebuild to
> rebuild packages using these libraries
> 
> I have used the command 'emerge @preserved-rebuild' to rebuild but it 
> still appear as before.
> 
> And when rebuild, there is no warning info. Also, the wps-office is 
> useable from the beginning to end.
> 
> I want to know what cause the strange problem. Could you please tell me 
> the brief principle and solution?

Is wps-office a binary package? I suspect it is because it installs into
/opt. In that case, it doesn't matter how many times you reinstall it, it
will still be linked to the same library versions.


-- 
Neil Bothwick

"A snooze button is a poor substitute for no alarm clock at all."

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

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

* Re: [gentoo-user] always "existing preserved libs"
  2021-01-03 10:54 ` Neil Bothwick
@ 2021-01-03 12:37   ` Arve Barsnes
  2021-01-03 14:12     ` bobwxc
  0 siblings, 1 reply; 4+ messages in thread
From: Arve Barsnes @ 2021-01-03 12:37 UTC (permalink / raw
  To: Gentoo

On Sun, 3 Jan 2021 at 11:54, Neil Bothwick <neil@digimed.co.uk> wrote:
>
> On Sun, 3 Jan 2021 14:54:40 +0800, bobwxc wrote:
>
> > Recently, after a update, I always see follow information after every
> > emerge operation
> >
> > !!! existing preserved libs:
> >  >>> package: dev-qt/qtxml-5.15.1
> >   *  - /usr/lib64/libQt5Xml.so.5
> >   *  - /usr/lib64/libQt5Xml.so.5.15.1
> >   *      used by /opt/kingsoft/wps-office/office6/librpcetapi_sysqt5.so
> > (app-office/wps-office-11.1.0.9615)
> >   *      used by
> > /opt/kingsoft/wps-office/office6/librpcwppapi_sysqt5.so
> > (app-office/wps-office-11.1.0.9615)
> >   *      used by
> > /opt/kingsoft/wps-office/office6/librpcwpsapi_sysqt5.so
> > (app-office/wps-office-11.1.0.9615) Use emerge @preserved-rebuild to
> > rebuild packages using these libraries
> >
> > I have used the command 'emerge @preserved-rebuild' to rebuild but it
> > still appear as before.
> >
> > And when rebuild, there is no warning info. Also, the wps-office is
> > useable from the beginning to end.
> >
> > I want to know what cause the strange problem. Could you please tell me
> > the brief principle and solution?
>
> Is wps-office a binary package? I suspect it is because it installs into
> /opt. In that case, it doesn't matter how many times you reinstall it, it
> will still be linked to the same library versions.

There is also a newer version available which might solve the problem.

Regards,
Arve


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

* Re: [gentoo-user] always "existing preserved libs"
  2021-01-03 12:37   ` Arve Barsnes
@ 2021-01-03 14:12     ` bobwxc
  0 siblings, 0 replies; 4+ messages in thread
From: bobwxc @ 2021-01-03 14:12 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1.1: Type: text/plain, Size: 1784 bytes --]

在 2021/1/3 下午8:37, Arve Barsnes 写道:
> On Sun, 3 Jan 2021 at 11:54, Neil Bothwick <neil@digimed.co.uk> wrote:
>> On Sun, 3 Jan 2021 14:54:40 +0800, bobwxc wrote:
>>
>>> Recently, after a update, I always see follow information after every
>>> emerge operation
>>>
>>> !!! existing preserved libs:
>>>   >>> package: dev-qt/qtxml-5.15.1
>>>    *  - /usr/lib64/libQt5Xml.so.5
>>>    *  - /usr/lib64/libQt5Xml.so.5.15.1
>>>    *      used by /opt/kingsoft/wps-office/office6/librpcetapi_sysqt5.so
>>> (app-office/wps-office-11.1.0.9615)
>>>    *      used by
>>> /opt/kingsoft/wps-office/office6/librpcwppapi_sysqt5.so
>>> (app-office/wps-office-11.1.0.9615)
>>>    *      used by
>>> /opt/kingsoft/wps-office/office6/librpcwpsapi_sysqt5.so
>>> (app-office/wps-office-11.1.0.9615) Use emerge @preserved-rebuild to
>>> rebuild packages using these libraries
>>>
>>> I have used the command 'emerge @preserved-rebuild' to rebuild but it
>>> still appear as before.
>>>
>>> And when rebuild, there is no warning info. Also, the wps-office is
>>> useable from the beginning to end.
>>>
>>> I want to know what cause the strange problem. Could you please tell me
>>> the brief principle and solution?
>> Is wps-office a binary package? I suspect it is because it installs into
>> /opt. In that case, it doesn't matter how many times you reinstall it, it
>> will still be linked to the same library versions.
Yes, it seems download a deb package first, then do some magic things to 
install it in to /opt .
> There is also a newer version available which might solve the problem.
>
> Regards,
> Arve
Thanks, I found the new one, still marked as 'test', hope it will useful :-)

-- 
bobwxc
F645 5C7A 08E8 A637 24C6 D59E 36E9 4EAB B53E 516B


[-- Attachment #1.1.2: OpenPGP_0x36E94EABB53E516B.asc --]
[-- Type: application/pgp-keys, Size: 647 bytes --]

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

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

end of thread, other threads:[~2021-01-03 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-03  6:54 [gentoo-user] always "existing preserved libs" bobwxc
2021-01-03 10:54 ` Neil Bothwick
2021-01-03 12:37   ` Arve Barsnes
2021-01-03 14:12     ` bobwxc

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