LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-13-2005, 04:26 PM   #1
borchen
Member
 
Registered: Feb 2005
Posts: 57

Rep: Reputation: 15
Lightbulb xmms 1.2.10-18 not working under FC4 64bit (solved!)


I just updated xmms through yum to the latest version 1.2.10-18 and when I want to play a song I get the message "no output plugin selected".

So I went to the preferences and tried to select an output-plugin, but there are NO plugins anymore (the input plugins are still there)

Next thing I did was downloading the rpm's of both the previous version and the latest one.

Then I checked the contents of the rpm's with the 'rpm -qlp' command and found the following differences:
Quote:
$ rpm -qlp xmms-1.2.10-16.x86_64.rpm | grep Output
/usr/lib64/xmms/Output
/usr/lib64/xmms/Output/libALSA.so
/usr/lib64/xmms/Output/libOSS.so
/usr/lib64/xmms/Output/libdisk_writer.so
/usr/lib64/xmms/Output/libesdout.so
Quote:
$ rpm -qlp xmms-1.2.10-18.fc4.x86_64.rpm | grep Output
/usr/lib64/xmms/Output
/usr/lib64/xmms/Output/libALSA.a
/usr/lib64/xmms/Output/libOSS.a
/usr/lib64/xmms/Output/libdisk_writer.a
/usr/lib64/xmms/Output/libesdout.a
There appear to be a different kind of libraries (static) in the latest version which are not detected by xmms...bummer

Next thing I did was downloading the src-rpm of xmms 1.2.10-18 and build the rpm myself with the command:
Quote:
rpmbuild --rebuild --target=x86_64 xmms-1.2.10-18.fc4.src.rpm
And to my surprise the freshly build rpm (which can be found in "/usr/src/redhat/RPMS/x86_64") contained the following output-libraries:
Quote:
# rpm -qlp xmms-1.2.10-18.x86_64.rpm | grep Output
/usr/lib64/xmms/Output
/usr/lib64/xmms/Output/libALSA.so
/usr/lib64/xmms/Output/libOSS.so
/usr/lib64/xmms/Output/libdisk_writer.so
/usr/lib64/xmms/Output/libesdout.so
Finally I updated my current installation with the command:
Quote:
rpm -Uvh --force xmms-1.2.10-18.x86_64.rpm
and everything works fine again: I have the usual four output-plugins back...

Last edited by borchen; 12-25-2005 at 05:16 AM.
 
Old 12-17-2005, 09:04 PM   #2
raelmxl
LQ Newbie
 
Registered: Dec 2005
Posts: 1

Rep: Reputation: 0
thanks a lot Borchen, I had the same problem... that just fixed the issue here.

rael
 
Old 12-18-2005, 04:19 PM   #3
puppet
LQ Newbie
 
Registered: Feb 2005
Location: Riviera del Brenta - Italy
Distribution: Fedora, Debian
Posts: 25

Rep: Reputation: 15
I had the same problem. I tried to solve it following your way, but:

Quote:
[root@puppet pacchetti_scaricati]# rpmbuild --rebuild --target=x86_64 xmms-1.2.10-1.src.rpm
Installing xmms-1.2.10-1.src.rpm
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
/usr/bin/libmikmod-config is needed by xmms-1.2.10-1.x86_64
so I compiled and installed libmikmod-3.1.11, and then tried again:

Quote:
[root@puppet pacchetti_scaricati]# rpmbuild --rebuild --target=x86_64 xmms-1.2.10-1.src.rpm
Installing xmms-1.2.10-1.src.rpm
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
warning: user havardk does not exist - using root
warning: group havardk does not exist - using root
Building target platforms: x86_64
Building for target x86_64
error: Failed build dependencies:
/usr/local/bin/libmikmod-config is needed by xmms-1.2.10-1.x86_64
is is needed by xmms-1.2.10-1.x86_64
not is needed by xmms-1.2.10-1.x86_64
owned is needed by xmms-1.2.10-1.x86_64
by is needed by xmms-1.2.10-1.x86_64
any is needed by xmms-1.2.10-1.x86_64
package is needed by xmms-1.2.10-1.x86_64
...read the first word of every line... what happened? I don't know how to go ahead...
 
Old 12-18-2005, 04:47 PM   #4
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
Try the following source-rpm (just like I did):

xmms-1.2.10-18.fc4.src.rpm
 
Old 12-18-2005, 05:43 PM   #5
puppet
LQ Newbie
 
Registered: Feb 2005
Location: Riviera del Brenta - Italy
Distribution: Fedora, Debian
Posts: 25

Rep: Reputation: 15
Thumbs up

It works! Great! Thanks a lot for sharing this experience.

Bye
Puppet
 
Old 12-18-2005, 07:30 PM   #6
w6bi
Member
 
Registered: Feb 2003
Location: Simi Valley, Calif
Distribution: Fedora 7
Posts: 69

Rep: Reputation: 15
Worked for me, too (although I had some dependencies I had to resolve first). Thanks for sharing!
 
Old 12-21-2005, 05:31 PM   #7
notebookuser
LQ Newbie
 
Registered: Dec 2005
Posts: 3

Rep: Reputation: 0
worked

worked for me too. thanks for sharing.
 
Old 12-25-2005, 02:25 AM   #8
jeanpsartre
LQ Newbie
 
Registered: Dec 2005
Distribution: Fedora Core
Posts: 3

Rep: Reputation: 0
xmms output plugins missing problem

Hey that worked a charm.. downloading that source and building xmms-1.2.10-18.x86_64.rpm
would this rpm be of any use to other people? could i post it somewhere for others ?
 
Old 12-25-2005, 05:13 AM   #9
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
Apparently this problem is already posted on bugzilla;

https://bugzilla.redhat.com/bugzilla....cgi?id=175493
 
Old 12-25-2005, 02:14 PM   #10
w6bi
Member
 
Registered: Feb 2003
Location: Simi Valley, Calif
Distribution: Fedora 7
Posts: 69

Rep: Reputation: 15
Well, this is interesting - the fix posted above works, until I reboot the machine. Then it reverts to the previous behavior.

Reinstalling the compiled binary fixes it again.

I've verified that there's only one xmms binary on the system (usr/bin/xmms).

The only thing I do beyond that is use yum to reinstall xmms-mp3, but that doesn't break xmms.

Got any suggestions?
 
Old 12-26-2005, 09:24 AM   #11
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
I (ofcourse) also have this xmms-mp3 package installed, but I did not change anything about it...

When u install the freshly compiled xmms u have to UPDATE it with the following command:
Quote:
rpm -Uvh --force xmms-1.2.10-18.x86_64.rpm
You have to do this AFTER you install the xmms-mp3 package

This should work...otherwise

Last edited by borchen; 12-26-2005 at 09:26 AM.
 
Old 12-26-2005, 05:52 PM   #12
w6bi
Member
 
Registered: Feb 2003
Location: Simi Valley, Calif
Distribution: Fedora 7
Posts: 69

Rep: Reputation: 15
Doing it in that order seems to have done the trick. I'll keep an eye on it.

Thanks!

Orv
 
Old 12-27-2005, 08:14 AM   #13
jeanpsartre
LQ Newbie
 
Registered: Dec 2005
Distribution: Fedora Core
Posts: 3

Rep: Reputation: 0
Hey! Keep in mind.. I thought later that I was having trouble with xmms, so I updated it via yum, and it went back to the same problem! - So I had to redo the force update with the compiled rpm on my machine.
 
Old 12-31-2005, 04:18 AM   #14
borchen
Member
 
Registered: Feb 2005
Posts: 57

Original Poster
Rep: Reputation: 15
Small update:

I just installed the most recent version of xmms (xmms-1.2.10-19.fc4) through yumex and the static/shared library problem is solved.

The following output-libraries are included:
Quote:
-rwxr-xr-x 1 root root 49840 Dec 28 15:34 libALSA.so
-rwxr-xr-x 1 root root 16464 Dec 28 15:34 libdisk_writer.so
-rwxr-xr-x 1 root root 28088 Dec 28 15:34 libesdout.so
-rwxr-xr-x 1 root root 48648 Dec 28 15:34 libOSS.so
 
  


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
no sound after installing xmms mp3 plugin in FC4 mithya Linux - Newbie 3 01-13-2006 01:50 AM
ATI Drivers 8.19.10 NOT working on kernel 2.6.14-1.1637_FC4 in 64bit borchen Fedora 10 11-30-2005 06:16 PM
Replace 64bit X with 32bit X on FC4 x86_64 rosholm Fedora 1 10-20-2005 07:01 PM
can 64bit processor run both 64bit and 32bit computers? DJOtaku Linux - General 4 09-08-2005 08:14 PM
Network ethernet card not working under 64bit Linux: Need help Frittenbude Linux - Networking 5 04-24-2005 02:31 PM

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

All times are GMT -5. The time now is 12:33 AM.

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