Bug#339415: FTBFS: Redefinitions of __divdi3, __moddi3, __udivdi32, and __umoddi3

2005-11-15 Thread Matt Kraai
Package: glibc Version: 2.3.5-8 Severity: serious pbuilder fails to build glibc in an unstable chroot on i386: gcc-4.0 ../sysdeps/wordsize-32/divdi3.c -c -std=gnu99 -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -fstrict-aliasing -g -pipe -mpreferred-stack-boundary=4 -fPIC

Bug#319303: capi.h uses __user but does not include linux/compiler.h

2005-07-20 Thread Matt Kraai
Package: linux-kernel-headers Version: 2.6.12.0-1 Severity: serious asterisk-chan-capi fails to build because linux/capi.h uses __user but does not include linux/compiler.h (similar to bug 318979): gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT

Bug#317861: conflicting definitions of P_ALL, P_PID, and P_PGID

2005-07-16 Thread Matt Kraai
reassign 317861 kbd-chooser retitle 317861 Do not include linux/keyboard.h in loadkeys.y thanks On Fri, Jul 15, 2005 at 09:46:11PM -0400, Daniel Jacobowitz wrote: On Fri, Jul 15, 2005 at 08:37:20AM -0700, Matt Kraai wrote: loadkeys.y should inline the macro definitions that it needs from

Bug#317861: conflicting definitions of P_ALL, P_PID, and P_PGID

2005-07-15 Thread Matt Kraai
On Fri, Jul 15, 2005 at 09:31:23AM -0400, Daniel Jacobowitz wrote: On Thu, Jul 14, 2005 at 09:31:24PM -0700, Matt Kraai wrote: On Thu, Jul 14, 2005 at 02:42:23PM -0400, Daniel Jacobowitz wrote: On Mon, Jul 11, 2005 at 09:47:11AM -0700, Matt Kraai wrote: Package: libc6-dev Version

Bug#317861: conflicting definitions of P_ALL, P_PID, and P_PGID

2005-07-14 Thread Matt Kraai
On Thu, Jul 14, 2005 at 02:42:23PM -0400, Daniel Jacobowitz wrote: On Mon, Jul 11, 2005 at 09:47:11AM -0700, Matt Kraai wrote: Package: libc6-dev Version: 2.3.2.ds1-22 Severity: serious kbd-chooser fails to build because the definitions of P_ALL, P_PID, and P_PGID in /usr/include/sys

Bug#317857: if_fddi.h does not include netdevice.h

2005-07-11 Thread Matt Kraai
Package: linux-kernel-headers Version: 2.6.12.0-1 Severity: serious Tags: patch [I'm not sure about the severity of this bug, but since it prevents a package from building, I figured I'd take a chance.] net-tools fails to build with the following error: cc -D_GNU_SOURCE -O2 -Wall -I.

Bug#317861: conflicting definitions of P_ALL, P_PID, and P_PGID

2005-07-11 Thread Matt Kraai
Package: libc6-dev Version: 2.3.2.ds1-22 Severity: serious kbd-chooser fails to build because the definitions of P_ALL, P_PID, and P_PGID in /usr/include/sys/wait.h conflict with those in /usr/include/linux/wait.h: cc -c -Wall -I. -DNDEBUG=1 -fomit-frame-pointer -Os -DAT_KBD -DUSB_KBD

Bug#71060: [PATCH] missing /etc/localtime causes timezone to be set to /etc/localtime

2000-09-07 Thread Matt Kraai
Package: libc6 Version: 2.1.3-10 If TZ is not set, glibc uses /etc/localtime as the timezone. Unfortunately, if /etc/localtime doesn't exist, it ends up using the string /etc/localtime as the timezone. This sucks. There appears to be some dead code which once checked for this case but now, due