Bug#754902: possible ABI change

2014-07-16 Thread Daniel Bayer
On Wed, Jul 16, 2014 at 05:30:11PM +0100, Ben Hutchings wrote: On Tue, 2014-07-15 at 21:11 +0200, Daniel Bayer wrote: Package: src:linux Version: 3.14.12-1 Severity: normal Hi! After updating der kernel the previously working openafs module compiled for 3.14.2 using m-a does

Bug#754902: possible ABI change

2014-07-15 Thread Daniel Bayer
Package: src:linux Version: 3.14.12-1 Severity: normal Hi! After updating der kernel the previously working openafs module compiled for 3.14.2 using m-a does not work anymore. The error message is: | openafs: Unknown symbol test_set_page_writeback (err 0) Regards, Daniel -- Package-specific

Bug#640672: moving files to arch specific include breaks compilations with -m32

2011-09-13 Thread Daniel Bayer
Hi! On Mon, Sep 12, 2011 at 10:29:30PM -0700, Steve Langasek wrote: On Tue, Sep 06, 2011 at 03:14:58PM +0100, Ben Hutchings wrote: On Tue, 2011-09-06 at 14:44 +0200, Daniel Bayer wrote: Package: linux-libc-dev Version: 3.0.0-3 Severity: normal File: /usr/include/x86_64-linux-gnu

Bug#640672: moving files to arch specific include breaks compilations with -m32

2011-09-06 Thread Daniel Bayer
Package: linux-libc-dev Version: 3.0.0-3 Severity: normal File: /usr/include/x86_64-linux-gnu/asm/errno.h Hi, since asm/errno.h was moved to the arch specific sub directory it is no longer possible to create 32 Bit Binaries on amd64: | $ echo '#include errno.h' | gcc -E -o - -m32 -