[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554120: FTBFS on alpha; dubious assertion in fs/aufs/vdir.c



Package: linux-2.6
Version: 2.6.31-1
Severity: normal

Build log is here:

https://buildd.debian.org/fetch.cgi?pkg=linux-2.6;ver=2.6.31-1;arch=alpha;stamp=1257156646

The failure comes from this static assertion:

	BUILD_BUG_ON(sizeof(ino_t) != sizeof(long));

It's not clear to me why this property is important, but it is not
true on Alpha (ino_t has size 4, whereas long has size 8).

Ben.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.31-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



Reply to: