Author Topic: [SOLVED][2010 - beta1] phonon lock up  (Read 2104 times)

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #15 on: March 14, 2010, 04:13:27 PM »

you can always reinstall when you get in too dip  :D

i build kde4 from source. I too had only pulse audio and removed pulse audio development package, rebuilding phonon and PA shown up last in the list instead of first and only option. This is, if you want to be adventurous. You can always wait for beta2 and install that if you dont want to dirty your hands.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

nzimas

  • Guest
Re: [2010 - beta1] phonon lock up
« Reply #16 on: March 14, 2010, 04:31:22 PM »
Will i really have to install beta2. Isn't it enough to keep rolling?

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #17 on: March 14, 2010, 04:36:45 PM »

you will have to reinstall the final when it comes out. People can update past beta2 if they already have beta1 installed. The correction with PA will be in beta2, since you are having issues with PA, i think it will be better if you install beta2 when it comes out to see if it will fix your issue.

remember, the final 2010 will have to be reinstalled so dont invest too much into these beta installs
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11528
  • ----IOFLU----
Re: [2010 - beta1] phonon lock up
« Reply #18 on: March 14, 2010, 04:54:58 PM »

you will have to reinstall the final when it comes out. People can update past beta2 if they already have beta1 installed. The correction with PA will be in beta2, since you are having issues with PA, i think it will be better if you install beta2 when it comes out to see if it will fix your issue.

remember, the final 2010 will have to be reinstalled so dont invest too much into these beta installs

I beg to differ. If one wants to be of the greatest help testing betas, one should load it up with everything one would normally associate with their working desktop, and try to beat it to death. We want to find as many bugs as possible, and we can't do that if people treat their beta installation like a sissy. Whoop on that sucker and smack it around as hard as you can. We need to find any weaknesses, before it's possible to strengthen them.  ;)
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

nzimas

  • Guest
Re: [2010 - beta1] phonon lock up
« Reply #19 on: March 14, 2010, 05:21:29 PM »
Wondering where to grab the phonon source tarball from.
There are several versions listed at http://phonon.sourcearchive.com, but can't which one would be more suitable.
PCLOS uses 4.3.80. apparently. Can't find its source anywhere.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #20 on: March 14, 2010, 05:55:58 PM »

phonon is currently hosted at: http://gitorious.org/phonon
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

nzimas

  • Guest
Re: [2010 - beta1] phonon lock up
« Reply #21 on: March 14, 2010, 06:55:07 PM »
Even with export CMAKE_PREFIX_PATH=/usr set, i can't get Cmake to build and install on /usr/ instead of /usr/local
This way, how can i override the phonon package supplied by PCLOS?
Anyhow, i have managed to build and install phonon 4.4.0. Now i must find way to make the system pick it.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #22 on: March 14, 2010, 07:09:16 PM »

when you are in the source folder type these commands(copy and paste them). The last one will ask you for your root's password.Log out and back after you have install it and see if anything changed

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr  -DCMAKE_BUILD_TYPE=Release  . ..
make
su -c "make install"
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

nzimas

  • Guest
Re: [2010 - beta1] phonon lock up
« Reply #23 on: March 14, 2010, 08:09:05 PM »
Thanks for the commands sequence.
Regrettably, nothing has changed.

I play a tune on Amarok, than a video off Youtube, then back to Amarok and it just hangs.
No Output devices but PA either.

This is as far as i can go for now, i guess.
Have seen some tips and tricks on a rather large thread at kde.org. None seemed too convincing.
Myriam Schweingruber, one of the main Amarok figures, told that it looks like a "system" issue (system meaning distro).

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #24 on: March 14, 2010, 08:18:21 PM »
did you remove all phonon packages in synaptic and made sure you did not have pulse audio development package installed? and restarted after you installed and check to see if there are other options other than PA in system settings?

what did the cmake command give you? i am curious to see what it reported on your system. Run it twice to make sure only the interesting part get reported
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

nzimas

  • Guest
Re: [2010 - beta1] phonon lock up
« Reply #25 on: March 14, 2010, 08:34:15 PM »
Uninstalling libpulseaudio-devel drags many other packages, among which is kdesdk4 (where the one only Kate is :))
It also uninstalls kdelibs4-devel and the qt dev libs as well.

Could get a bit more edgy and remove libpulseaudio-devel from the CLI through RPM, but that will generate broken deps.

nzimas

  • Guest
Re: [2010 - beta1] phonon lock up
« Reply #26 on: March 14, 2010, 08:49:39 PM »
Well, after all couldn't resist getting rougher and rpm -e --nodeps libpulseaudio-devel all the way.
No more PA hauting my desktop and at last Phonon displays other Output Devices, mainly HDA Intel.
It worries me. however, the trouble one has to go through to get rid of this gangrene.
Until it isn made useful, it should stay out of any distro repo.

Thanks for your assistance.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #27 on: March 14, 2010, 08:53:51 PM »
try this, run this command first in the build folder

cmake -DCMAKE_INSTALL_PREFIX=/usr  -DCMAKE_BUILD_TYPE=Release  . ..

then run this one:

ccmake -DCMAKE_INSTALL_PREFIX=/usr  -DCMAKE_BUILD_TYPE=Release  . ..

press the down key until you reach the pulse  audio entry and press "enter" to turn it off and then press "c" key to configure followed by "q" to exit and then build it again.

Make sure you have xine-devel package installed and gstreamer development packages too if you also want to build gstreamer backend.
« Last Edit: March 14, 2010, 08:56:48 PM by muungwana »
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online muungwana

  • Hero Member
  • *****
  • Posts: 6205
Re: [2010 - beta1] phonon lock up
« Reply #28 on: March 14, 2010, 08:55:48 PM »

you could have build phonon without PA with the above procedure. you could have introduced a dependency issue that could come to bit you in the future
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3787
Re: [2010 - beta1] phonon lock up
« Reply #29 on: March 14, 2010, 11:33:57 PM »
I believe Tex is rebuilding things to reduce or eliminate pulseaudio dependencies until it can be made more less troublesome.

Galen