bug-texinfo
[Top][All Lists]
Advanced

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

Re: texinfo-7.1.0.90 build report


From: Gavin Smith
Subject: Re: texinfo-7.1.0.90 build report
Date: Sat, 8 Jun 2024 21:09:21 +0100

On Sat, Jun 08, 2024 at 11:16:07AM -0600, Nelson H. F. Beebe wrote:
> I have just completed build and validation attempts for
> texinfo-7.1.0.90 on 52 systems, including several O/Ses (Linux, BSD,
> and Solaris families), and CPUs (ARM64, PPC64LE, SPARC, x86, x86_64).
> 
> Of those, 47 succeeded and passed all tests.

That's great, thanks for running these tests.

> Of the remainder, several had compilation errors, but other compiler
> choices on those systems had successful builds.
> 
> The only real test failure is on DragonFlyBSD 6.4.0 (x86_64), where
> I get:
> 
>       FAIL: t/search-empty.sh
> 
> Here are the two related output files:

The test appears to time out after 5 seconds.  If it is a reliable fault
on this system it can probably be fixed but if it is not it may not be
possible to find the reason.  The test system could have frozen up for
some random reason or been under heavy load.

Does the test fail if run a second time on the same system?  (Running
t/search-empty.sh or "make check" in the 'info' subdirectory should
check.)

>       + exec
>       + LIBC_FATAL_STDERR_=1
>       + export LIBC_FATAL_STDERR
>       + ginfo_pid=618426
>       + killer_pid=618427
>       + printf 's\rq'
>       + timeout_test
>       + exec
>       + wait 618426
>       + exec ./ginfo --init-file ./t/Infokey-config -f intera
>       + sleep 5
>       info: "./t/Infokey-config", line 2: unknown action `xxx-not-recognized'
>       info: "./t/Infokey-config", line 3: cannot bind key sequence to 
> menu-digit
>       + kill 618426
>       + status=143
>       + test 143 -lt 128
>       + retval=0
>       + test 143 '!=' 0
>       + retval=1
>       + ginfo_pid=0
>       + cleanup

As you can see from the log from a successful run (on my system), no
bytes were sent from the pseudoterminal on the failing run:

+ exec
+ LIBC_FATAL_STDERR_=1
+ export LIBC_FATAL_STDERR
+ ginfo_pid=606210
+ killer_pid=606211
+ printf s\rq
+ timeout_test
+ wait 606210
./pseudotty: entering main loop
./pseudotty: trying to read
./pseudotty: read byte 0x73
./pseudotty: trying to read
./pseudotty: read byte 0x0D
./pseudotty: trying to read
./pseudotty: read byte 0x71
+ sleep 5
+ exec
+ exec ./ginfo --init-file ./t/Infokey-config -f intera
info: "./t/Infokey-config", line 2: unknown action `xxx-not-recognized'
info: "./t/Infokey-config", line 3: cannot bind key sequence to menu-digit
+ status=0
+ test 0 -lt 128
+ kill 606211
+ retval=0
+ test 0 != 0
+ ginfo_pid=0
+ cleanup





reply via email to

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