LinuxQuestions.org
Visit Jeremy's Blog.
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 10-01-2014, 10:21 AM   #1
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Rep: Reputation: Disabled
Issue with reinstalling Clementine.


Since Clementine didn't work anymore on Slackware 14.1 (I installed the slackbuild on 14) giving me the "error while loading shared libraries: libprotobuf.so.7: cannot open shared object file: No such file or directory",

I tried to reinstall it. Unfortunately, I had this error:

/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_encoder_headers »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_encoder_open_125 »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_param_parse »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_param_apply_profile »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_param_default »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_picture_init »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_encoder_delayed_frames »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_encoder_close »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_bit_depth »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_encoder_encode »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_encoder_reconfig »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_param_apply_fastfirstpass »
/usr/lib64/gcc/x86_64-slackware-linux/4.8.2/../../../../lib64/libavcodec.so: référence indéfinie vers « x264_param_default_preset »
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[2]: *** [clementine] Erreur 1
make[1]: *** [src/CMakeFiles/clementine.dir/all] Erreur 2
make: *** [all] Erreur 2

(By the way, the BB code don't seem to work on the editor message)

Is it related to http://www.linuxquestions.org/questi...kbuild-853647/ ?

Last edited by lensilvan; 10-03-2014 at 09:51 PM.
 
Old 10-01-2014, 10:39 AM   #2
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127
Blog Entries: 3

Rep: Reputation: 27
Have you tried amarok ?
 
Old 10-01-2014, 11:15 AM   #3
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Original Poster
Rep: Reputation: Disabled
My question is about Clementine.
 
Old 10-01-2014, 11:21 AM   #4
Slack_Buddha
LQ Newbie
 
Registered: Jun 2013
Location: Dark Side of the Moon
Distribution: Slackware64-current
Posts: 18

Rep: Reputation: Disabled
Do you have protobuf installed?
 
Old 10-01-2014, 12:44 PM   #5
natals
LQ Newbie
 
Registered: Jun 2010
Posts: 9

Rep: Reputation: 3
What version of Clementine are you trying to build? I just built protobuf-2.6.0 and clementine-1.2.3 here on slackware64-current without any issues.

I'm a bit confused about the error you see, as to the best of my knowledge the file libavcodec.so is found in ffmpeg and similar packages, which should not be dependencies for clementine.
 
Old 10-01-2014, 02:55 PM   #6
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,335

Rep: Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327Reputation: 4327
when you built clementine, you most probably built also some optional dependencies: the error seems related to ffmpeg having problems linking against x264 libraries.
as first step you should rebuild x264, ffmpeg and then try again: it can be you will need to rebuild more stuff before the clementine rebuild completes fine.
 
1 members found this post helpful.
Old 10-01-2014, 07:42 PM   #7
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Original Poster
Rep: Reputation: Disabled
I am on Slackware64 (but not current) and I use protobuf 2.5.0 and I want to build Clementine 1.2.1. Perhaps the version of protobuf is too old?
 
Old 10-01-2014, 09:02 PM   #8
justinmm23
LQ Newbie
 
Registered: Sep 2014
Location: USA
Posts: 1

Rep: Reputation: Disabled
I have been able to build clementine 1.2.1 with protobuf 2.5.0 on slack 14.1, so I think there must be some other issue.
 
Old 10-02-2014, 05:50 PM   #9
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Clementine is running perfectly on Slackware 14.1. Here's a screenshot for proof.

http://www.microlinux.fr/images/desk...clementine.png
 
Old 10-03-2014, 09:50 PM   #10
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Original Poster
Rep: Reputation: Disabled
Quote:
Clementine is running perfectly on Slackware 14.1. Here's a screenshot for proof.
Oui. Je n'en doute pas.

Quote:
when you built clementine, you most probably built also some optional dependencies: the error seems related to ffmpeg having problems linking against x264 libraries.
as first step you should rebuild x264, ffmpeg and then try again: it can be you will need to rebuild more stuff before the clementine rebuild completes fine.
I reinstalled x264 and ffmpeg and clementine was installed successfully. Thanks everyone.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Reinstalling Server and same username issue alejandroye Linux - Server 1 05-09-2014 03:59 AM
Clementine Woodsman Slackware 9 03-13-2013 07:28 PM
[SOLVED] Clementine Slackbuild bogzab Slackware 6 11-22-2012 08:10 PM
[SOLVED] Compiling Clementine Jdogzz Slackware 6 06-22-2012 02:46 AM
[SOLVED] Reinstalling GRUB without Reinstalling my Distro MBA Whore Linux - Newbie 8 03-15-2008 09:39 PM

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

All times are GMT -5. The time now is 09:44 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