Marco Kluth wrote:
> Dear ladies and gentlemen,
> 
> The installation of the Coreutils-7.4-softwarepackage is descriped on
> page 59 (= section 5.17.) of the book. By the command "make
> RUN_EXPENSIVE_TESTS=yes check" the Coreutils test suite will be
> executed. I did this tests and receive one error. There appeared a
> message stating, that I should send you a bugreport via e-mail. So, I
> send you the .log-file of the test suite as an attachement to my mail.

The interesting bit of the log is:

+ FAIL: misc/stty (exit: 1)
+ stty parodd
stty: standard input: unable to perform all requested operations
+ fail=1
+ stty cstopb
stty: standard input: unable to perform all requested operations
+ fail=1
+ stty crtscts
stty: standard input: unable to perform all requested operations
+ fail=1

There is already this related workaround in the test script:

# `stty parenb' and `stty -parenb' fail with this message
# stty: standard input: unable to perform all requested operations
# on Linux 2.2.0-pre4 kernels, so skip those tests.
test $opt = parenb && continue

So what kernel version are you using?

cheers,
Pádraig.


Reply via email to