Hello buildd admins,

Recently uploaded version of bash (3.1-2) fails to build on sparc, mips and powerpc because the following test, designed to check the existence and readability of the stdin device, fails on these architectures only:

[...]
rm -rf locales
dh_clean
  debian/rules build
: # see #327477, needed to have HAVE_DEV_STDIN defined
(test -d /dev/fd && test -r /dev/stdin < /dev/null) \
       || (test -d /proc/self/fd && test -r /dev/stdin < /dev/null)
make: *** [before-build] Error 1

As it works fine on other architectures, could you please investigate (and possibly fix) this problem, or provide some clues on how this check should be performed, if you believe that it's package's fault.

Thanks and best regards,

Jurij Smakov                                        [EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/                   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to