Bug#758531: Better looking patch

2014-08-20 Thread Krzysztof A. Sobiecki
Felipe Sateler 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 > wrote: >> Felipe Sateler writes: >> >>> Hi, >>> >>> On Wed, Aug 20, 2014 at 8:58 A

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 fails

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 th

Bug#756941: A patch and a bug

2014-08-15 Thread Krzysztof A. Sobiecki
Gnome have already fixed this bug: https://mail.gnome.org/archives/commits-list/2014-May/msg01007.html https://bugzilla.gnome.org/show_bug.cgi?id=728449 Patch works. -- X was an interactive protocol: alpha blending a full-screen image looked like slugs racing down the monitor. http://www.keit

Bug#586807: dash: Dash is unable to execute read only scripts

2010-08-01 Thread Krzysztof A. Sobiecki
Jonathan Nieder writes: > Hi Krzysztof, > > Sorry for the long delay in responding. > > Krzysztof A. Sobiecki wrote: > > [...] >> +++ dash-0.5.6.1/src/input.c 2010-06-25 00:45:19.0 +0200 >> @@ -400,15 +402,28 @@ popstring(void) >> */

Bug#586807: Patch

2010-06-24 Thread Krzysztof A. Sobiecki
This how I think fixed patch should look like. It's only quick hack but for now it's best thing I have. diff -rup ~dash-0.5.6.1/src/error.h dash-0.5.6.1/src/error.h --- ~dash-0.5.6.1/src/error.h 2010-06-24 23:53:42.0 +0200 +++ dash-0.5.6.1/src/error.h 2010-06-24 23:50:58.0 +0200 @

Bug#586807: dash: Dash is unable to execute read only scripts

2010-06-22 Thread Krzysztof A. Sobiecki
Package: dash Version: 0.5.6.1-1~exp0 Severity: critical When user doesn't have write access to script : sob...@solis:/tmp$ ls -lh ./a.sh -r-xr-x--- 1 sobkas sobkas 9 06-22 19:20 ./a.sh dash fails to start it with this error(I have dash as sh) sob...@solis:/tmp$ ./a.sh /bin/sh: Can't open ./a.