LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-23-2015, 04:50 PM   #16
frushiyama
Member
 
Registered: Oct 2010
Location: Brazil, SP - Cosmópolis
Distribution: Slackware
Posts: 171

Rep: Reputation: 40

gnucash 2.6.6 built from slackbuilds.org
gnucash: error while loading shared libraries: libicui18n.so.51: cannot open shared object file: No such file or directory

It turns out that webkitgtk which needs libjpeg is not finding that.
Code:
l/libjpeg-turbo-1.4.0-x86_64-1.txz:  Added.
l/libjpeg-v8a-x86_64-2.txz:  Removed.
I need to change the webkitgtk slackbuild to point to the libjpeg-turbo instead?

Last edited by frushiyama; 04-23-2015 at 05:29 PM. Reason: Found what is missing
 
Old 04-23-2015, 06:02 PM   #17
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
You just have to rebuild webkitgtk and it will use jpeg-turbo. I had to do the same for my banshee packages.
 
1 members found this post helpful.
Old 04-23-2015, 06:06 PM   #18
j_v
Member
 
Registered: Oct 2011
Distribution: Slackware64
Posts: 364

Rep: Reputation: 67
@frushiyama: you might need to rebuild webkitgtk against libjpeg-turbo. That is a very long build, so it should be worth trying to create the proper symlink for libwebkitgtk to use libjpeg-turbo. You need to double check the actual soname that the webkitgtk lib is looking for:
Code:
readelf -d /usr/lib64/libwebkitgtk-*.so.* | grep jpeg | uniq | sed 's/.*\[\(.*\)\]/\1/'
On my 14.1 system, this is libjpeg.so.8, so for me, I would do (as root or with su/sudo):
Code:
ln -sf libtubojpeg.so.0.1.0 /usr/lib64/libjpeg.so.8
One issue here is whether the turbo-jpeg lib is compatible with the old jpeg lib. I have doubts, but it seems worth a try. Also, may need to look at whether turbo-jpeg should be built with the compat switches (--with-jpeg8 and perhaps --with-jpeg7) on; currently it is built without these and I suspect these may be needed. If creating the symlink fails to fix linkage for webkitgtk, then we might look at rebuilding/installing turbo-jpeg with the compat switches on.

@schmaltzer: sorry, I must have been typing when you submitted your reply. didn't mean to step on your toes.

Last edited by j_v; 04-23-2015 at 06:08 PM.
 
2 members found this post helpful.
Old 04-23-2015, 07:00 PM   #19
smoooth103
Member
 
Registered: Aug 2009
Location: NC, USA
Distribution: Slackware (64 bit)
Posts: 242

Rep: Reputation: 62
I can't get X to load after April 21st update. Using Slackware 64 bit current.

Error from X is ksmserver: cannot open shared library libgstapp.

I added a symbolic link and the error went away but now it's looking for libgstinterfaces but there is no file available

Last edited by smoooth103; 04-23-2015 at 07:22 PM.
 
Old 04-23-2015, 07:21 PM   #20
OldHolborn
Member
 
Registered: Jul 2012
Posts: 229

Rep: Reputation: 190Reputation: 190
@frushiyama

Had the same problem, created a symlink from libicui18n.so to libicui18n.so.51 ( there were 3 others with similar names that also needed doing ) that then got me past that and webkitgtk then spat out an error about an undefined symbol. Rebuilt webkitgtk from slackbuilds and that got gnucash back up and running.

Last edited by OldHolborn; 04-23-2015 at 07:26 PM. Reason: add more detail
 
2 members found this post helpful.
Old 04-23-2015, 10:16 PM   #21
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Because of the glibc update I completely stripped all my SBo packages and reverted everything back to default.

System works fine, but it's going to be a few days till I can rebuild everything. Going to try kernel 4.0 as well.

Xfce-volumed however is in fact non-working. It complains about GStreamer, but it is installed. I might do a system refresh due to the massive update just in case.

Last edited by ReaperX7; 04-23-2015 at 10:19 PM.
 
1 members found this post helpful.
Old 04-23-2015, 11:00 PM   #22
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,105

Original Poster
Rep: Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281Reputation: 7281
Xine is the only video player that works. All the others crash.
Just for chuckles I tried running MPlayer from the command line and here is the error:

Quote:
Player interrupted by signal 4 in module: demux_open
- MPlayer crashed by an 'Illegal Instruction'.
It usually happens when you run it on a CPU different than the one it was
compiled/optimized for.
Verify this!
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.
BTW, SMPlayer can't seem to find the proper version number of MPlayer. Is the file name used in the 21 April update of MPlayer correct?

Last edited by cwizardone; 04-23-2015 at 11:10 PM.
 
Old 04-24-2015, 01:17 AM   #23
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
i also delete some of my SBo (wsr, msb, csb) packages and start with new since some of them are broken due to boost, icu4c, and many other library major changes
 
Old 04-24-2015, 03:12 AM   #24
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
A program that cannot be compiled :
mkvtoolnix-7.8.0 : does not like boost-1.58

some problems with libpng-1.6 : audacity-2.10 does not display icons (all black). Fortunately it is still possible to use the old library libpng14.
 
Old 04-24-2015, 03:49 AM   #25
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
hi toutatis,

about mkvtoolnix I updated the build scripts also of libebml and libmatroska

http://cgit.ponce.cc/slackbuilds/commit/?h=libebml
http://cgit.ponce.cc/slackbuilds/commit/?h=libmatroska
http://cgit.ponce.cc/slackbuilds/commit/?h=mkvtoolnix

and it works here.

also, no problems with audacity: I rebuilt it and everything works fine.
 
Old 04-24-2015, 03:50 AM   #26
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Perhaps this patch will help compiling mkvtoolnix (did not try, just googled, took 10 seconds): http://git.alpinelinux.org/cgit/apor...1400a86993c5a0
 
Old 04-24-2015, 04:05 AM   #27
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
Quote:
Originally Posted by Alien Bob View Post
snip
Side note: HandBrake now builds fine with gtk. Testing with a REMUX to x265, so far no crashes (cross fingers).

PS: Just me or we can't PM at LQ?

Last edited by sbolokanov; 04-24-2015 at 04:26 AM.
 
Old 04-24-2015, 04:11 AM   #28
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
@Alien Bob

Thank you very much. This works.
 
Old 04-24-2015, 04:41 AM   #29
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
only problem I had was resetting it to use networkmanager. But I did install-new first then updated. everything works fine. I did delete my ~/.kde folder. the phonon multimedia is screwy does not find the play back sounds. as will all the latest kde current the multimedia manager in settings is screwy. but sounds comes out of where I want it. this is multi lib also. I been using the same slackware and multi-lib update script I wrote now since 13.0 big thing slackpkg install-new before slackpkg upgrade-all this was a huge update I treated it like a distro upgrade. And make sure any builds from Slackbuilds get updated. so remember to set that in your /etc/slackpkg/blacklist you want them upgraded if they are pulled into current.
 
Old 04-24-2015, 05:16 AM   #30
lanir
LQ Newbie
 
Registered: Aug 2011
Posts: 17

Rep: Reputation: Disabled
I'm seeing an issue with running compat32 3d video applications. I think I see the problem, it's not loading the 32bit module for my intel video. I'm just not quite sure where to go with it from here. Any suggestions on where to look? I'm running the 4.0 kernel but I don't think that's got anything to do with it, 32bit 3d video was working fine with the 4.0 kernel before the update.

Code:
# /usr/bin/32/glxinfo | head -5
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4

# glxinfo | head -5
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4

# find /usr -name i965_dri.so
/usr/lib64/xorg/modules/dri/i965_dri.so
/usr/lib/xorg/modules/dri/i965_dri.so

# grep i965_dri.so /var/log/packages/*
/var/log/packages/mesa-10.5.3-x86_64-1:usr/lib64/xorg/modules/dri/i965_dri.so
/var/log/packages/mesa-compat32-10.5.3-x86_64-1compat32:usr/lib/xorg/modules/dri/i965_dri.so

Thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Three Things That Won't Get You An IT Job – And Two Things That Will sundialsvcs General 20 08-13-2014 02:55 PM
Recent Changes in Current (or things that go bump in the night). cwizardone Slackware 13 03-02-2013 08:30 AM
VirtualBox won't run after upgrade to slackware64 current Ook Slackware 9 06-18-2011 07:13 AM
[SOLVED] kernel upgrade -current messed up things portia Slackware 28 01-26-2010 05:48 PM
Things that run in framebuffer!!! Optyx Linux - General 1 08-01-2007 08:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration