Bug#758531: marked as done (Broken libpulse0, cannot find main)

2014-08-25 Thread Debian Bug Tracking System
Your message dated Tue, 26 Aug 2014 04:50:16 + with message-id e1xm8i0-00017b...@franck.debian.org and subject line Bug#758531: fixed in pulseaudio 5.0-11 has caused the Debian Bug report #758531, regarding Broken libpulse0, cannot find main to be marked as done. This means that you claim

Bug#758531:

2014-08-21 Thread Daniele Scasciafratte
The command for downgrade without problem: apt-get download libpulse0:i386=5.0-6 apt-get download libpulse0:amd64=5.0-6 dpkg -i ./libpulse0_5.0-6_i386.deb dpkg -i ./libpulse0_5.0-6_amd64.deb KDE now works without problem :-) ___ pkg-pulseaudio-devel

Bug#758531: Better looking patch

2014-08-20 Thread Krzysztof A. Sobiecki
A better looking patch to disable parallel builds --- pulseaudio-5.0.orig/src/Makefile.am +++ pulseaudio-5.0/src/Makefile.am @@ -2195,3 +2195,4 @@ coverage: endif .PHONY: massif update-all update-ffmpeg update-map-file coverage +.NOTPARALLEL: and a patch to disable tests as memblock-test

Bug#758531: Better looking patch

2014-08-20 Thread Felipe Sateler
Hi, On Wed, Aug 20, 2014 at 8:58 AM, Krzysztof A. Sobiecki sob...@gmail.com wrote: A better looking patch to disable parallel builds --- pulseaudio-5.0.orig/src/Makefile.am +++ pulseaudio-5.0/src/Makefile.am @@ -2195,3 +2195,4 @@ coverage: endif .PHONY: massif update-all update-ffmpeg

Bug#758531: Better looking patch

2014-08-20 Thread Krzysztof A. Sobiecki
Felipe Sateler fsate...@debian.org writes: (Why did you not CC the bug? Please CC the bug if not intentional) On Wed, Aug 20, 2014 at 10:46 AM, Krzysztof A. Sobiecki sob...@gmail.com wrote: Felipe Sateler fsate...@debian.org writes: Hi, On Wed, Aug 20, 2014 at 8:58 AM, Krzysztof A.

Bug#758531: As far as I know this breaks kde (kdm login or startx)

2014-08-19 Thread Eric Valette
-- eric ___ pkg-pulseaudio-devel mailing list pkg-pulseaudio-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

Bug#758531: Broken libpulse0, cannot find main

2014-08-19 Thread Jan Binder
Yes, this definitely breaks KDE, especially ksmserver and kded. To add insult to injury, I can't even downgrade to libpulse0 5.0-6 without removing all of KDE. Cheers Jan Binder ___ pkg-pulseaudio-devel mailing list

Bug#758531: Broken libpulse0, cannot find main

2014-08-19 Thread Eric Valette
On 08/19/2014 11:58 AM, Jan Binder wrote: Yes, this definitely breaks KDE, especially ksmserver and kded. To add insult to injury, I can't even downgrade to libpulse0 5.0-6 without removing all of KDE. You can downgrade either by downloading the packages manually like I did or using special

Bug#758531: Nice patch?

2014-08-19 Thread Krzysztof A. Sobiecki
Dropping patch: util-Try-finding-out-application-name-using-dladdr.patch fixes this problem broken lib have this undefined symbol: readelf -s libpulse.so.0.17.3 |grep main 181: 0 NOTYPE GLOBAL DEFAULT UND main good ones lack it Also I wasn't able to build it without