[Bug 65842] Re: FTBFS in edgy: no asm/unaligned.h

2006-10-13 Thread Martin Pitt
reiserfsprogs (1:3.6.19-3ubuntu1) edgy; urgency=low . * include/reiserfs_fs.h: Do not #include . It does not exist any more and should not be necessary on our architectures. Instead define {get,put}_aligned macros as naive macros. Fixes FTBFS. Closes: LP#65842 ** Changed in: r

[Bug 65842] Re: FTBFS in edgy: no asm/unaligned.h

2006-10-13 Thread Martin Pitt
pitti: main reason is that sparc64 uses asm-generic/unaligned.h and that can't be in userspace pitti: From what I can tell, accessing unaligned data is not a problem, and get_unaligned/put_unaligned is only important for some architectures to improve performance a bit and from what I can tell

[Bug 65842] Re: FTBFS in edgy: no asm/unaligned.h

2006-10-13 Thread Martin Pitt
Ben, linux-libc-dev does not provide asm/unaligned.h any more. Using the macros get_unaligned and put_unaligned in low-level userspace programs like reiserfsprogs seems quite legitimate to me. Can this be put back, or was there a specific reason to not include it any more? ** Summary changed: - F

[Bug 65842] Re: FTBFS in edgy

2006-10-13 Thread Martin Pitt
** Changed in: reiserfsprogs (Ubuntu) Status: Confirmed => In Progress -- FTBFS in edgy https://launchpad.net/bugs/65842 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs