From: Jim Gifford <maillist@xxxxxxxxx> Date: Mon, 10 Apr 2006 23:42:31 -0700 > With everything I've discovered, and not my team, tonight. The problem > is actually a util-linux issue and not a kernel issue. The issue is that > util-linux doesn't generate a proper sun disk label, when it's built > with GCC 4.1. Ok, that's a great set of datapoints. There are some things you can try to narrow this down further. First, add some debugging to fdisk/fdisksunlabel.c in function create_sunlabel(). Make sure it sets "other_endian" to zero. Next thing you can try is to build just the fdisk/fdisksunlabel.o object with gcc-4.0, then do the final link as normal. If this works, you know for sure that fdisk/fdisksunlabel.c is being compiled differently and we can narrow down our focus into there. - 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