Bug#454598: libc6-dev: struct _fpstate changed for amd64, breaks dosemu compilation

2007-12-06 Thread Bart Oldeman
Package: libc6-dev Version: 2.7-3 Severity: normal According to LSB 3.1 http://www.linux-foundation.org/spec/refspecs/LSB_3.1.0/LSB-AMD64/LSB-AMD64.html#AEN4388 defines struct _fpstate as follows: struct _fpstate { uint16_t cwd; uint16_t swd; uint16_t ftw; uint16_t fop; uint64

Bug#377002: linux-kernel-headers: #include does not define VM_MASK correctly unless CONFIG_VM86 is defined

2006-07-05 Thread Bart Oldeman
Package: linux-kernel-headers Version: 2.6.17.1-1 Severity: normal Tags: patch includes , which includes . The last file depends on the kernel configuration constant #ifdef CONFIG_VM86 #define VM_MASK 0x0002 #else #define VM_MASK 0 /* ignored */ #endif CONFIG_VM86 which make

Bug#174270: workaround for libc6: debians i386 build of glibc incompatible with coroutines

2004-07-29 Thread Bart Oldeman
Hi, coroutines and sigaltstack appear to work with the old Linuxthreads code only if the main program allocates the stacks that are used on the main stack (so not as malloc'ed area or static). For example, see glibc's ucontext example in the info pages, or at: http://www.gnu.org/software/libc/ma

Bug#221543: linux-kernel-headers: #include fails to compile

2003-11-18 Thread Bart Oldeman
Package: linux-kernel-headers Version: 2.5.999-test7-bk-9 Severity: important Tags: patch $ cat pci.c #include $ gcc -c pci.c In file included from /usr/include/linux/pci.h:20, from /usr/include/sys/pci.h:23, from pci.c:1: /usr/include/linux/mod_devicetable.h:18

Bug#221543: linux-kernel-headers: #include fails to compile

2003-11-18 Thread Bart Oldeman
Package: linux-kernel-headers Version: 2.5.999-test7-bk-9 Severity: important Tags: patch $ cat pci.c #include $ gcc -c pci.c In file included from /usr/include/linux/pci.h:20, from /usr/include/sys/pci.h:23, from pci.c:1: /usr/include/linux/mod_devicetable.h:18