Bug#976718: fastboot is completely broken

2020-12-07 Thread Paul Brook
Package: fastboot Version: 1:10.0.0+r36-1~stage1.3 Severity: grave Justification: renders package unusable Dear Maintainer, $ fastboot devices fake placeholder until fastboot builds Closer inventigation shows that the fastboot binary has indeed been replaced by a small shell script with zero fun

Bug#856487: libsbc1: compiling with gcc > 4.9 causes stack corruption

2017-04-17 Thread Paul Brook
Package: libsbc1 Version: 1.3-1+b2 Followup-For: Bug #856487 Not a stack corruption. This is miscompilation of sbc_analyze_4b_8s_armv6. gcc appears to look into the asm function and decides that it does not clobber r3 (which the normal ARM ABI says is call clobbered). The last out += out_stride

Bug#855920: fail2ban: FTBFS: test_rewrite_file: AssertionError: False is not true

2017-04-16 Thread Paul Brook
Package: fail2ban Followup-For: Bug #855920 Dear Maintainer, Test failures occur if the build environment does not have the tzdata package installed. The test harness hardcodes TZ="Europe/Zurich". Patch below fixes this by encoding the equyivalent explicit timezone rather than using the geograp

Bug#397080: linuxlogo: FTBFS on ARM

2006-11-04 Thread Paul Brook
Package: linuxlogo Version: 4.14-4 Severity: serious Tags: patch Justification: no longer builds from source Build fails on arm with: make[3]: Entering directory `/build/buildd/linuxlogo-4.14/libsysinfo-0.1.0/Linux' make[3]: *** No rule to make target `armv4l', needed by `cpuinfo.o'. Stop. Wher

Bug#389292: gnome-presence-applet: Also fails on i386 and arm

2006-11-04 Thread Paul Brook
Package: gnome-presence-applet Version: 0.3.1-1+b1 Followup-For: Bug #389292 Package also FTBFS on arm and i386. The problem seems to be GalagoList. Google suggests this should be defined in galago-list.h. However this header does not exist in the libgalago-dev package. -- System Information: D

Bug#397048: gtk-gnutella: FTBFS on ARM

2006-11-04 Thread Paul Brook
Package: gtk-gnutella Version: 0.96.1svn12109-1 Severity: serious Tags: patch Justification: no longer builds from source Build fails on ARM with STATIC_ASSERT failures. The ARM ABI padds structudes to 4-byte boundaries by default. The attached patch adds __attribute__((packed)) to inhibit this

Bug#394778: mrxvt: FTBFS on ARM

2006-10-22 Thread Paul Brook
Package: mrxvt Version: 0.5.2-1 Severity: serious Tags: patch Justification: no longer builds from source Unlike many other targets, ARM does not allow $ symbols in identifiers. The only use of these appears to be for some third parts syayic code analysis system. The patch below disables it on a

Bug#394764: pnet: FTBFS on ARM

2006-10-22 Thread Paul Brook
Package: pnet Version: 0.7.4-1 Severity: serious Tags: patch Justification: no longer builds from source Build fails on ARM with Error: Rn must not overlap other operands -- `swp r3,r4,[r3]' The error is correct. This is coming from a broken inline assembly statement. Patch below fixes it. P

Bug#394741: klic: FTBFS on ARM

2006-10-22 Thread Paul Brook
Package: klic Version: 3.003-gm1-4 Severity: serious Tags: patch Justification: no longer builds from source On ARM the buildd is failing because it times out while running the configure script. The patch below increases the timeout by a healthy margin to avoid this. Paul --- klic-clean/debian

Bug#381632: vde: Fails to install

2006-08-05 Thread Paul Brook
Package: vde Version: 1.5.11-1 Severity: grave Justification: renders package unusable Installation fails with: Setting up vde (1.5.11-1) ... useradd: invalid numeric argument 'vde-net' adduser: `/usr/sbin/useradd -d /home/vde-net -g vde-net -s /bin/false -u 109 vde-net' returned error code 3. E

Bug#352619: FTBFS: undefined reference to `XF86VidModeQueryVersion'

2006-02-13 Thread Paul Brook
> > The missing symbols are defined in libXxf86vm.a > > kdegraphics certainly builds here, and the most recent upload built fine on > the buildds. We depend on libxxf86vm-dev, so everything should be > available. I'm not sure why you would get a different result on your > machine. Are you running X

Bug#352619: FTBFS: undefined reference to `XF86VidModeQueryVersion'

2006-02-12 Thread Paul Brook
Package: kpovmodeler Version: 4:3.5.1-2 Severity: serious Tags: patch Justification: no longer builds from source Build fails on i386 with g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -

Bug#348266: bzip2: Patch for #348266

2006-01-15 Thread Paul Brook
Package: bzip2 Version: 1.0.3-1.1 Followup-For: Bug #348266 Patch below fixes this for me. Paul diff -ur bzip2-1.0.3/debian/docbase bzip2/debian/docbase --- bzip2-1.0.3/debian/docbase 2006-01-16 01:31:24.0 + +++ bzip2/debian/docbase2006-01-16 01:27:00.0 + @@ -9,6

Bug#301274: ksynaptics: Alternative patch

2005-09-09 Thread Paul Brook
Package: ksynaptics Version: 0.2.0-1.1 Followup-For: Bug #301274 Better patch which keeps TouchPad::coastingSpeedThreshold as a static data member. Paul --- ksynaptics-0.2.0.orig/ksynaptics/src/touchpad.cpp +++ ksynaptics-0.2.0/ksynaptics/src/touchpad.cpp @@ -31,6 +31,7 @@ TouchPad *TouchPad

Bug#296242: freeglut: Also FTBFS on i386

2005-07-17 Thread Paul Brook
Package: freeglut Followup-For: Bug #296242 This package now FTBFS on i386 with the same error. Alternative patch below. diff -u clean/freeglut_callbacks.c ./freeglut_callbacks.c --- clean/freeglut_callbacks.c 2004-03-30 09:37:27.0 +0100 +++ ./freeglut_callbacks.c 2005-07-16 11:30:

Bug#317098: Kmail segfaults at startup after minor upgrade of kdelibs4

2005-07-13 Thread Paul Brook
Rebuilding the kdepim source package, and installing the resulting lib*.deb fixed the problem for me. Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]