[lfs-dev] test failure in coreutils

2013-02-28 Thread Pierre Labastie
Hi, When I build in a linux virtual console, one of the coreutils tests fails: FAIL: tests/misc/stty-pairs.sh It does not fail when building in an X terminal (xterm or konsole). The reason is that some commands like: stty parodd cs8 are performed, and the virtual console returns: $ stty parodd

[lfs-dev] the LSB 4.0.0 link is broken

2013-02-28 Thread Denis MUGNIER
hi,   The LSB 4.0.0 link in the chapter prologue is broken.   This patch fixes that   Index: prologue/standards.xml === --- prologue/standards.xml  (revision 10175) +++ prologue/standards.xml  (working copy) @@ -27,7 +27,

Re: [lfs-dev] procps-ng test failures, and other tests

2013-02-28 Thread Ken Moffat
On Wed, Feb 27, 2013 at 08:51:37PM -0600, Bruce Dubbs wrote: > Ken Moffat wrote: > > The interesting part of the log is: > > > > Running ./pgrep.test/pgrep.exp ... > > ERROR: tcl error sourcing ./pgrep.test/pgrep.exp. > > ERROR: can't read "tty": no such variable > > I've seen this if trying in

Re: [lfs-dev] procps-ng test failures, and other tests

2013-02-28 Thread Bruce Dubbs
Ken Moffat wrote: > On Wed, Feb 27, 2013 at 08:51:37PM -0600, Bruce Dubbs wrote: >> Ken Moffat wrote: >>>The interesting part of the log is: >>> >>> Running ./pgrep.test/pgrep.exp ... >>> ERROR: tcl error sourcing ./pgrep.test/pgrep.exp. >>> ERROR: can't read "tty": no such variable >> >> I've

Re: [lfs-dev] procps-ng test failures, and other tests

2013-02-28 Thread Ken Moffat
On Thu, Feb 28, 2013 at 05:51:30PM -0600, Bruce Dubbs wrote: > > I'm not sure. The base code has: > > set pmap "${topdir}pmap" > set pmap_initname "1:\\s+\\S+\[^\\r\]+\\s+" > ... > set test "pmap X with unreachable process" > spawn $pmap -X 1 > expect_pass $test "$pmap_initname\$" > > The sed r

[lfs-dev] my test results from letting current svn build itself

2013-02-28 Thread Ken Moffat
Further comments on other testsuites. This is with current LFS-svn (linux-3.8.0, file-5.13, and Bruce's suggestions for using the shipped info files from gcc, plus eudev instead of Bruce's continuing efforts to tame udev from systemd). Much as expected. This time in glibc I got Error 1 from n

Re: [lfs-dev] procps-ng test failures, and other tests

2013-02-28 Thread Bruce Dubbs
Ken Moffat wrote: > On Thu, Feb 28, 2013 at 05:51:30PM -0600, Bruce Dubbs wrote: >> >> I'm not sure. The base code has: >> >> set pmap "${topdir}pmap" >> set pmap_initname "1:\\s+\\S+\[^\\r\]+\\s+" >> ... >> set test "pmap X with unreachable process" >> spawn $pmap -X 1 >> expect_pass $test "$pmap