bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error while testing the installation of Coreutils-7.4 on my LFS-6.5-


From: Pádraig Brady
Subject: Re: error while testing the installation of Coreutils-7.4 on my LFS-6.5-computer
Date: Wed, 04 Nov 2009 12:50:20 +0000
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

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

[Prev in Thread] Current Thread [Next in Thread]