Bug#405564: apr: FTBFS on kfreebsd-amd64 (due to 020_lfs_ino_t.dpatch)

2007-01-05 Thread Petr Salinger
So, on kfreebsd-amd64, ino_t is 32 bits? I'll apply your patch, Yes, on all kfreebsd archs it is typedef __uint32_t __ino_t, see http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/_types.h I'll apply your patch, but I don't think it's worth trying to push this into etch, since kfreebsd-amd64

Bug#405564: apr: FTBFS on kfreebsd-amd64 (due to 020_lfs_ino_t.dpatch)

2007-01-04 Thread Petr Salinger
Package: apr Severity: important Version: 1.2.7-8.2 Version: 1.2.7-8 Tags: patch Hi, the current version fails to build on kfreebsd-amd64. It is due to Small kludge^Wtweak to apr_file_info.h introduced in 1.2.7-8. Please find attached patch to fix that. Both

Bug#405564: apr: FTBFS on kfreebsd-amd64 (due to 020_lfs_ino_t.dpatch)

2007-01-04 Thread Peter Samuelson
tags 405564 pending thanks [Petr Salinger] -#ifdef __alpha__ +#if defined(__alpha__) || defined(__FreeBSD_kernel__) typedef unsigned int apr_ino_t; #else typedef unsigned long int apr_ino_t; So, on kfreebsd-amd64, ino_t is 32 bits? I'll apply your patch, but I