Hi all, we have a problem building eglibc-2.12 (svn 11187) with current (some days old) head 2.6.35.3 (stable tree). Same sources for eglibc but sysroot headers from 2.6.35-rc3 does work fine. The problem shows up when using the built libc on target. We use n32 built and start a homebrew rootfs. The broken libc has (at least) errors in showing directory listings. A ls shows wired output: ---8<--- / # ls ls: ./sr: No such file or directory ls: ./ar: No such file or directory ls: ./ib: No such file or directory ls: ./oot: No such file or directory ls: ./tc: No such file or directory ls: ./inuxrc: No such file or directory ls: ./ib32: No such file or directory ls: ./ev: No such file or directory ls: ./nit: No such file or directory ls: ./nt: No such file or directory ls: ./mp: No such file or directory ls: ./in: No such file or directory ls: ./ys: No such file or directory ls: ./roc: No such file or directory bin --->8--- As you may see the first character is truncated. Only changing the contents of /lib32 directory (libc related stuff) with working built (sysroot include out of 2.6.35-rc3 kernel headers) the 'ls' is working. Has anyone encountered similar behaviour? regards Andreas Bießmann