Bug#626752: lockfile-progs: ftbfs with gcc-4.6 -Werror

2011-07-16 Thread Sebastian Siewior
tags 626752 patch thanks * Thus spake Matthias Klose (d...@debian.org): Package: lockfile-progs Version: 0.1.15 Severity: important Tags: wheezy sid User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.6 ftbfs-werror Patch attached. Sebastian From

Bug#626752: lockfile-progs: lockfile-create --use-pid uses wrong pid

2011-07-16 Thread Sebastian Siewior
tags 626752 patch thanks * Thus spake Zrin ?iborski (zrin+launch...@ziborski.net): It uses L_PID which puts the PID of the lockfile-create process in the lock. It needs to use the L_PPID (2 places) to put the process id of the process executing lockfile-create. Without this change

Bug#633608: a2ps hangs

2011-07-15 Thread Sebastian Siewior
* Thus spake Brian Denheyer (bri...@aracnet.com): I simply run a2ps -1 -o foo.ps and the program hangs. Tried running strace but I can't tell what's causing it. What happens if you press Ctrl-D ? Sebastian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#623792: awesome: Dependency broken in Sid (libev3)

2011-05-25 Thread Sebastian Siewior
* Thus spake Adam D. Barratt (a...@adam-barratt.org.uk): A binNMU was already scheduled for that, but it failed due to #614531. #614531 got fixed. This bug will be resolved once the FTBFS is fixed. 3.4.9-1.1 got uploaded (NMU) and it got build everywhere, even on hurd. I guess this bug can be

Bug#621778: stimfit: FTBFS on powerpc: Both BIG_ENDIAN and LITTLE_ENDIAN defined

2011-04-09 Thread Sebastian Siewior
* Thus spake Christoph Schmidt-Hieber (c.schmidt-hie...@ucl.ac.uk): On Fri, 8 Apr 2011, Sebastian Siewior wrote: It seems to build now but I have no clue if it works. A testsuite could show that :) $ make check ... [ PASSED ] 7 tests. PASS: stimfittest = 1 test passed

Bug#621778: stimfit: FTBFS on powerpc: Both BIG_ENDIAN and LITTLE_ENDIAN defined

2011-04-08 Thread Sebastian Siewior
Package: src:stimfit Version: 0.10.13-1 Severity: serious Tags: patch The package FTBFS on powerpc [0]: ... |checking for kernel... checking for cpu type... other ... |config.status: executing libtool commands |/usr/bin/make |make[1]: Entering directory

Bug#616410: conntrack: generall FTBFS on all architectures

2011-03-04 Thread Sebastian Siewior
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: src:conntrack Version: 1:1.0.0-1 Severity: serious This package failed to build on all architetures [0] here a snippet from sparc: |checking pkg-config is at least version 0.9.0... yes |checking for LIBNFNETLINK... yes |checking for

Bug#499414: evtest is using an ioctl() wrong

2008-09-18 Thread Sebastian Siewior
Package: joystick Version: 20051019-4 Tags: patch When starting evtest with kernel 2.6.27-rc1+, the following message appears in dmesg: | evdev.c(EVIOCGBIT): Suspicious buffer size 511, limiting output to 64 bytes. See http://userweb.kernel.org/~dtor/eviocgbit-bug.html The following patch fixes

Bug#499446: tslib's event interface does not work on powerpc

2008-09-18 Thread Sebastian Siewior
with no response so far. [1] https://lists.berlios.de/pipermail/tslib-general/2008-May/36.html --- The bit / absbit is defined the same way as in kernel. {EV|ABS}_CNT is only exported in recent kernels. Signed-off-by: Sebastian Siewior [EMAIL PROTECTED] --- plugins/input-raw.c | 24

Bug#499446: Acknowledgement (tslib's event interface does not work on powerpc)

2008-09-18 Thread Sebastian Siewior
After little investigation I've noticed that the patched version still has the size bug which affects 2.6.27-rc1+. This is the fixed version: -- The bit / absbit is defined the same way as in kernel. {EV|ABS}_CNT is only exported in recent kernels. Signed-off-by: Sebastian Siewior [EMAIL

Bug#422657: Fix the email sending script(s)

2008-09-12 Thread Sebastian Siewior
* Christoph Berg | 2008-09-12 15:14:44 [+0200]: Re: Sebastian Siewior 2008-09-11 [EMAIL PROTECTED] Severity: critical Eh? I'm sorry, it was late. The control request changed it to important. Christoph Sebastian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#498389: pulseaudio in testing is broken, needs rebuild

2008-09-09 Thread Sebastian Siewior
Package: pulseaudio Version: 0.9.10-2 Severity: serious According to the build log of pulseaudio [1] it was build with gcc 4.3 and libatomic-ops-dev 1.2-4. This library had a bug on powerpc which triggered with gcc 4.3, see bug #495211. The fix was in the header file so all users of this library

Bug#498304: The ISP1760 driver is not fully enabled / useful

2008-09-08 Thread Sebastian Siewior
Package: linux-2.6 Version: 2.6.26-4 The module isp1760.ko is enabled (CONFIG_USB_ISP1760_HCD=m) but not useful because none of the currently available interfaces (CONFIG_USB_ISP1760_PCI, CONFIG_USB_ISP1760_OF) are enabled. Without one of this two options the driver can't be used. Please active

Bug#494692: Fix crosstool distribution in icecc if user != root

2008-08-11 Thread Sebastian Siewior
Package: icecc Version: 0.9.1-1 Tags: patch After the distribution the final tar fails with | futimesat(AT_FDCWD, ., {{1218463899, 357028}, {1218191506, 0}}) = 2 because . is owned by root:icecc instead of icecc:icecc. The patch attached fixes it. --- a/daemon/environment.cpp2008-08-11