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

Builder texinfo-solaris11-i386 Build #7262

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 57 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 47 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 14 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 23 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/slave/texinfo-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7262 Build
codebase Build
got_revision 1a108d7cfea52a1865b67abcea18cce2f0a1059e Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1a108d7cfea52a1865b67abcea18cce2f0a1059e Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartWed Apr 8 15:36:52 2026
EndWed Apr 8 16:16:22 2026
Elapsed39 mins, 29 secs

All Changes:

:

  1. Change #263994

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 08 Apr 2026 15:34:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1a108d7cfea52a1865b67abcea18cce2f0a1059e

    Comments

    Fix dir node for hide-note-references=On
    * info/nodes.c (info_get_node_tag_of_file_buffer):
    New function, returning pointer into tags table.
    (info_get_node_of_file_buffer): Use it.
    
    * info/dir.c (build_dir_node): Use info_get_node_tag_of_file_buffer
    along with info_node_of_tag_fast to load dir nodes without scanning
    their contents.  Only call scan_node_contents once, on the composite
    dir node.
    
    When hide-note-references was On, the dir node was completely broken
    due to parts of it being processed by scan_node_contents multiple
    times.  Report from Aidan <aidanczhai@gmail.com>.

    Changed files

    • ChangeLog
    • info/dir.c
    • info/nodes.c
    • info/nodes.h