Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-16-2014, 01:16 PM
|
#1
|
Member
Registered: Aug 2006
Distribution: Slackware64-15
Posts: 50
Rep:
|
Aliens kde 4.13.3 link problem
Great new release,
I discovered there is a softlink missing:
/usr/lib64/libNetworkManagerQt.so.0 > /usr/lib64/libNetworkManagerQt.so.0.9.8.2
it breaks the networkmanager plasmoid.
|
|
|
07-16-2014, 06:15 PM
|
#2
|
Member
Registered: Aug 2006
Distribution: Slackware64-15
Posts: 50
Original Poster
Rep:
|
I just upgraded to the new xorg and it broke kwin complaining about /usr/lib64/libxcb-sync.so.0 ,
the /usr/lib/ tree has the .so.0 links, is this perhaps some multilib conflict?
|
|
|
07-16-2014, 07:50 PM
|
#3
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by tty13
Great new release,
I discovered there is a softlink missing:
/usr/lib64/libNetworkManagerQt.so.0 > /usr/lib64/libNetworkManagerQt.so.0.9.8.2
it breaks the networkmanager plasmoid.
|
Can you try re-installing the plasma-nm-0.9.3.3-x86_64-1alien.txz package using "upgradepkg --reinstall" and report what happens then? I think I may have forgotten to update that package's BUILD number.
Eric
|
|
|
07-16-2014, 07:53 PM
|
#4
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by tty13
I just upgraded to the new xorg and it broke kwin complaining about /usr/lib64/libxcb-sync.so.0 ,
the /usr/lib/ tree has the .so.0 links, is this perhaps some multilib conflict?
|
Hi
I can not test my own new KDE because of the slow network connection I have in these outbacks - I have no bandwidth to attempt an upgrade of the new Slackware packages and my new KDE.
I built these new KDE packages before Patrick upgraded the X.Org in Slackware-current so the possibility exists that I have to recompile kwin.
Eric
|
|
|
07-16-2014, 08:09 PM
|
#5
|
Member
Registered: Dec 2008
Distribution: Slackware64 Current
Posts: 278
Rep:
|
kwin definitely needs to be rebuild against the current X.Org. Bob, can you also confirm what Pat said here? Seems kwin is actually linked to libxcb-sync.so.0
|
|
|
07-16-2014, 09:51 PM
|
#6
|
Slackware Maintainer
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 3,248
|
Quote:
Originally Posted by tux_dude
kwin definitely needs to be rebuild against the current X.Org. Bob, can you also confirm what Pat said here? Seems kwin is actually linked to libxcb-sync.so.0
|
kwin should not have any direct link to libxcb-sync.so. The only part of KDE in -current that needed any recompiling due to X updates was calligra, since the major library version for libGLEW was bumped.
|
|
1 members found this post helpful.
|
07-17-2014, 05:31 AM
|
#7
|
Member
Registered: Aug 2006
Distribution: Slackware64-15
Posts: 50
Original Poster
Rep:
|
I reinstalled plasma-nm-0.9.3.3-x86_64-1alien.txz package and it fixed the problem libNetworkManagerQt.so.0 is no longer needed.
|
|
|
07-17-2014, 05:52 AM
|
#8
|
Member
Registered: Jul 2007
Distribution: Slackware
Posts: 235
Rep:
|
Quote:
Originally Posted by volkerdi
kwin should not have any direct link to libxcb-sync.so. The only part of KDE in -current that needed any recompiling due to X updates was calligra, since the major library version for libGLEW was bumped.
|
Well, it has, as far as I understand :
Quote:
bash-4.3$ ldd /usr/bin/kwin | grep libxcb
libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007ff8b8e00000)
libxcb-xfixes.so.0 => /usr/lib64/libxcb-xfixes.so.0 (0x00007ff8b89f0000)
libxcb-damage.so.0 => /usr/lib64/libxcb-damage.so.0 (0x00007ff8b87e8000)
libxcb-composite.so.0 => /usr/lib64/libxcb-composite.so.0 (0x00007ff8b85e0000)
libxcb-shape.so.0 => /usr/lib64/libxcb-shape.so.0 (0x00007ff8b83d8000)
libxcb-sync.so.0 => /usr/lib64/libxcb-sync.so.0 (0x00007ff8b81d0000)
libxcb-render.so.0 => /usr/lib64/libxcb-render.so.0 (0x00007ff8b7fc8000)
libxcb-randr.so.0 => /usr/lib64/libxcb-randr.so.0 (0x00007ff8b7db8000)
libxcb-keysyms.so.1 => /usr/lib64/libxcb-keysyms.so.1 (0x00007ff8b7bb0000)
libxcb-dri2.so.0 => /usr/lib64/libxcb-dri2.so.0 (0x00007ff8adac8000)
libxcb-glx.so.0 => /usr/lib64/libxcb-glx.so.0 (0x00007ff8aaff8000)
bash-4.3$
|
EDIT : OK, someone pointed to me on another thread that it was only true for AlienBob's 4.13.3 packages, so forget the above remark.
Last edited by rvdboom; 07-17-2014 at 03:59 PM.
|
|
|
07-19-2014, 03:44 AM
|
#9
|
Senior Member
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,495
|
Hmm.. just upgraded to the latest Slackware updates and installed the latest Ktown, no issues that I can see.
|
|
|
07-19-2014, 06:42 AM
|
#10
|
Member
Registered: Aug 2006
Distribution: Slackware64-15
Posts: 50
Original Poster
Rep:
|
I marked the thread solved, the issues have been fixed.
|
|
|
All times are GMT -5. The time now is 05:50 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|