You are not logged in.

#1 2009-01-28 20:18:32

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

smplayer / mplayer problem

so i upgraded to kdemod 4.2, had to remove it completely, and then reinstall a few apps. and now smplayer isnt working, i run it against the mplayer-nogui-svn package from aur, and it seems to be broken now.

here's what i get

/usr/bin/mplayer -noquiet -nofs -sub-fuzziness 1 -identify -slave -vo xv -ao alsa -zoom -nokeepaspect -framedrop -nodr -double -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 69206030 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/urmom/.config/smplayer/styles.ass -fontconfig -font Arial -subcp ISO-8859-1 -subpos 100 -volume 40 -cache 2000 -osdlevel 0 -nocorrect-pts -vf-add screenshot -slices -channels 2 -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 /home/urmom/movies/Downloaded/A Bugs Life (1998)/A Bugs Life (1998).avi

/usr/bin/mplayer: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory

what package does libaudio come from? i tried to find it in shaman, maybe im searching for it the wrong way?


this is a signature

Offline

#2 2009-01-28 20:22:55

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: smplayer / mplayer problem

A quick web search turned up nas as the source of that file. It's in community.

--EDIT--

I'm guessing what happened is that you had libxaw installed as a dependency of another package. Mplayer found the library when auto-configuring itself and compiled against it. You removed whatever, and now Mplayer is broken. I would simply rebuild Mplayer instead of installing an unneeded package.

Offline

#3 2009-01-28 20:29:25

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: smplayer / mplayer problem

Search your system - is there any file at all with 'libaudio.so' in the name?

Try updating your system via the official Arch mirror. If it then works, it's because a new version of a package has a new symlink version for the library (.2) and the app (mplayer) is expecting the old version. If that doesn't work, try installing mplayer through ABS (make sure to sync ABS first).

Offline

#4 2009-01-28 20:45:27

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: smplayer / mplayer problem

i did end up using locate to find the file, it was there. i just recompiled it, now im getting another problem

here's what i get now

/usr/bin/mplayer -noquiet -nofs -sub-fuzziness 1 -identify -slave -vo xv -ao alsa -zoom -nokeepaspect -framedrop -nodr -double -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 23068686 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/urmom/.config/smplayer/styles.ass -fontconfig -font Arial -subcp ISO-8859-1 -subpos 100 -volume 40 -cache 2000 -osdlevel 0 -nocorrect-pts -vf-add screenshot -slices -channels 2 -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 /home/urmom/movies/Downloaded/A Bugs Life (1998)/A Bugs Life (1998).avi

MPlayer SVN-r28383-4.3.3 (C) 2000-2009 MPlayer Team
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ (Family: 15, Model: 107, Stepping: 2)
Unknown option on the command line: -ass
Error parsing option on the command line: -ass
137 audio & 292 video codecs
ID_EXIT=NONE

this is a signature

Offline

#5 2009-01-28 20:49:06

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: smplayer / mplayer problem

Build mplayer --asroot .
It's a known bug in fakeroot .


English is not my native language .

Offline

#6 2009-01-28 20:52:29

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: smplayer / mplayer problem

ok, ill try, but its always worked fine without doing that


this is a signature

Offline

#7 2009-01-28 20:58:58

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: smplayer / mplayer problem

ok, so it worked. honestly never had to do it that way. thanks for letting me know so fast. i dont think i've ever received help this fast here, im impressed guys


this is a signature

Offline

#8 2009-01-29 02:04:17

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,390
Website

Re: smplayer / mplayer problem

You really should not have had to rebuild mplayer.  Version 28347-2 fixes that issue.   Just make sure your system was up to date.

Offline

#9 2009-01-29 02:44:42

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: smplayer / mplayer problem

Arch has both a speedy OS and a speedy forum wink
The only rule in both cases is that you must first help yourself smile

Offline

#10 2009-01-29 02:53:26

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: smplayer / mplayer problem

i try to help myself, i really do. i think my problem is im too familiar with the microsoft way, having been MS certified, and worked supporting MS products for long. i even have a hard time using google to search things some times, im so used to working in VKB using MS' ocsure search style keywords where you have to search "the" to find "or"

that and maybe i jumped into arch a little too soon? but i guess its the only way to learn

and to allan, my system was up to date, thats how these problems started. either way, mplayer needed to be recompiled for the libaudio thing, but its working. until i find more problems, which im sure i might


this is a signature

Offline

#11 2009-01-29 03:29:47

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,390
Website

Re: smplayer / mplayer problem

Please file a bug report about the libaudio issue.  I thought that had been fixed...

Offline

#12 2009-01-29 04:01:13

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: smplayer / mplayer problem

anything specific i should put in the log file?


this is a signature

Offline

Board footer

Powered by FluxBB