Hello,

There are many FAIL in info test suite, the most obvious error message
in logs is (in general mangled mixed with output)
cannot create dev/pts/15: Directory nonexistent

Above in the log there is a line like
./pseudotty: /dev/pts/15

I attach one test log file, info/t/malformed-split.sh.log.

My platform is a debian testing.
I have seen nothing special in configure.

If I go to info and do
echo 'toto' |./pseudotty
here is what I get:

dumas@cirn399:~/src/texinfo/info$ echo 'toto' |./pseudotty 
./pseudotty: getting pty master fd
./pseudotty: unlocking slave device
./pseudotty: getting file name of slave device...
./pseudotty: /dev/pts/15
./pseudotty: opening slave device
./pseudotty: attempting to set window size
./pseudotty: ...succeeded
/dev/pts/15
./pseudotty: entering main loop
./pseudotty: trying to read
./pseudotty: read byte 0x74
./pseudotty: trying to read
./pseudotty: read byte 0x6F
./pseudotty: trying to read
./pseudotty: read byte 0x74
./pseudotty: trying to read
./pseudotty: read byte 0x6F
./pseudotty: trying to read
./pseudotty: read byte 0x0A
./pseudotty: trying to read
./pseudotty: end of file on control channel


-- 
Pat
+ ginfo=./ginfo --init-file ./t/Infokey-config
+ INFOPATH=./t/infodir
+ export INFOPATH
+ t=./t
+ export t
+ basename ./t/malformed-split.sh.out
+ ginfo_output=t/malformed-split.sh.out
+ basename ./t/malformed-split.sh.pipeout
+ pty_type=t/malformed-split.sh.pipeout
+ rm -f t/malformed-split.sh.out
+ INFO_PRINT_COMMAND=>t/malformed-split.sh.out
+ export INFO_PRINT_COMMAND
+ pty_pid=0
+ LC_ALL=C
+ export LC_ALL
+ TERM=dumb
+ export TERM
+ trap cleanup 2
+ path_sep=:
+ initialization_done=0
+ run_ginfo --file malformed-split --node Two
+ init_interactive_test
+ test 0 -eq 1
+ initialization_done=1
+ test -x pseudotty
+ TERM=vt100
+ export TERM
+ rm -f t/malformed-split.sh.pipeout
+ findprog mkfifo
+ saveIFS=      

+ IFS=:
+ IFS=  

+ test -f /usr/local/bin/mkfifo
+ test -f /usr/local/bin/mkfifo.exe
+ IFS=  

+ test -f /home/dumas/src/qt-x11-free-3.3.4/bin/mkfifo
+ test -f /home/dumas/src/qt-x11-free-3.3.4/bin/mkfifo.exe
+ IFS=  

+ test -f /home/dumas/bin/mkfifo
+ test -f /home/dumas/bin/mkfifo.exe
+ IFS=  

+ test -f /home/dumas/src/common_code/bin/mkfifo
+ test -f /home/dumas/src/common_code/bin/mkfifo.exe
+ IFS=  

+ test -f /usr/lib/ccache/mkfifo
+ test -f /usr/lib/ccache/mkfifo.exe
+ IFS=  

+ test -f /usr/local/bin/mkfifo
+ test -f /usr/local/bin/mkfifo.exe
+ IFS=  

+ test -f /usr/bin/mkfifo
+ test -x /usr/bin/mkfifo
+ return 0
+ mkfifo t/malformed-split.sh.pipeout
+ test ! -r t/malformed-split.sh.pipeout
+ pty_pid=25428
+ exec ./pseudotty
+ read pts_device
./pseudotty: getting pty master fd
./pseudotty: unlocking slave device
./pseudotty: getting file name of slave device...
./pseudotty: /dev/pts/15
./pseudotty: opening slave device
./pseudotty: attempting to set window size
./pseudotty: ...succeeded
./pseudotty: entering main loop
./pseudotty: trying to read
./pseudotty: read byte 0x2F
./pseudotty: trying to read
./pseudotty: read byte 0x64
./pseudotty: trying to read
./pseudotty: read byte 0x76
+ exec
+ LIBC_FATAL_STDERR_=1
+ export LIBC_FATAL_STDERR
+ ginfo_pid=25429
+ killer_pid=25430
+ + printf q
exec
+ timeout_test
+ wait 25429./t/malformed-split.sh: 175: ./t/malformed-split.sh: 
cannot create e/pts/15: Directory nonexistent
+ exec ./ginfo --init-file ./t/Infokey-config --file malformed-split --node Two
+ ./pseudotty: sleeptrying to read 3

./pseudotty: read byte 0x71
+ status=2
+ test 2 -lt 128
+ kill 25430
+ retval=0
+ test 2 != 0
+ retval=1
+ ginfo_pid=0
+ cleanup
+ test 25428 -ne 0
+ kill 25428
+ rm -f t/malformed-split.sh.out
+ rm -f t/malformed-split.sh.pipeout
+ exit 1
FAIL t/malformed-split.sh (exit status: 1)

Reply via email to