From: Alex Buell <alex.buell@xxxxxxxxxxxxx> Date: Sat, 15 Jan 2011 12:57:09 +0000 > I think there is a bug in e2fsprogs as it doesn't seem to properly > handle error codes returned by the posix_memalign() function. It's > either that or a proper implementation of posix_memalign() function > needs to be detected through the configure scripts. I think it requires a real properly functioning posix_memalign(). The issue is that the detection occurs when the e2fsprogs package is built, and in userland's libc there is in fact a full and functioning posix_memalign(). So e2fsprogs is doing nothing wrong. The problem is that SILO is linking e2fsprogs into it's limited environment, and we have to bolt on hacks over time as e2fsprogs depends upon newer facilities in userland. I'll try to fix this. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html