On Fri, Sep 19, 2014 at 11:34 AM, Peter Maydell <peter.mayd...@linaro.org> wrote: > QEMU probes for whether the host system supports the *attr > library calls at configure time; if they don't exist it falls > back to providing a QEMU which doesn't implement these syscalls. > You need to install a recent glibc or (on older distros) > libattr. If you pass configure '--enable-attr' it will fail > noisily if the probe fails rather than quietly falling back > to not supporting the syscalls.
Ahhh ok. Well I'm in luck, Gentoo provides a USE flag to control --enable-attr, I just so happened to have it turned off on the host. Thanks, Dave