Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris10-sparc Build #6282

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionf56d6be61de7c5503c183422edcc3aeece19dfbc
Got Revisionf56d6be61de7c5503c183422edcc3aeece19dfbc
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. shell './autogen.sh' ( 51 mins, 46 secs )
    1. stdio
  3. shell_1 './configure' ( 12 mins, 48 secs )
    1. stdio
  4. shell_2 'gmake all' ( 31 mins, 7 secs )
    1. stdio
  5. shell_3 'gmake check' ( 40 mins, 0 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6282 Build
codebase Build
got_revision f56d6be61de7c5503c183422edcc3aeece19dfbc Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision f56d6be61de7c5503c183422edcc3aeece19dfbc Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartThu Apr 9 11:54:59 2026
EndThu Apr 9 14:11:20 2026
Elapsed2 hrs, 16 mins, 21 secs

All Changes:

:

  1. Change #264059

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 09 Apr 2026 11:51:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f56d6be61de7c5503c183422edcc3aeece19dfbc

    Comments

    Fix searching dir node
    * info/scan.c (scan_node_contents): Clear N_Simple flag.
    As we used info_node_of_tag_fast to build the dir node, the final
    dir node still had this flag set on it, which led to an infinite
    recursion in info_search_in_node_internal attempting to retrieve
    the dir node without the N_Simple flag set.
    
    * info/session-cmd.c (info_search_internal): Avoid attempting
    to load other nodes when searching in the dir node (or other nodes
    flagged as internal).
    
    Report from Aidan <aidanczhai@gmail.com>.

    Changed files

    • ChangeLog
    • info/scan.c
    • info/session-cmd.c