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

Builder texinfo-solaris10-sparc Build #5847

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8fcb07c38cb3479aa769eb1b0e5f760fbeec2778
Got Revision8fcb07c38cb3479aa769eb1b0e5f760fbeec2778
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 42 secs )
    1. stdio
  2. shell './autogen.sh' ( 38 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 16 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 47 secs )
    1. stdio
  5. shell_3 'gmake check' ( 54 mins, 27 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 5847 Build
codebase Build
got_revision 8fcb07c38cb3479aa769eb1b0e5f760fbeec2778 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8fcb07c38cb3479aa769eb1b0e5f760fbeec2778 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 Aug 14 00:55:11 2025
EndThu Aug 14 02:46:32 2025
Elapsed1 hrs, 51 mins, 21 secs

All Changes:

:

  1. Change #242922

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 13 Aug 2025 22:32:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c33dc62b8368c11225f8c82cad73b42c38aa3e1b

    Comments

    Prefer initial node for command-line index lookup
    * info/indices.c (index_lookup_from_node): New function, based on
    'look_in_indices'.
    * info/info.c (add_initial_nodes): Call index_lookup_from_node.

    Changed files

    • ChangeLog
    • info/indices.c
    • info/indices.h
    • info/info.c
  2. Change #242923

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 13 Aug 2025 23:22:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8fcb07c38cb3479aa769eb1b0e5f760fbeec2778

    Comments

    * info/scan.c (copy_history_node): New function. * info/session-cmd.c (info_follow_menus): Do not free first argument and declare as const.  Use copy_history_node to get a NODE to start with. * info/info.c (add_initial_nodes): Update.  This means we can avoid calling info_get_node three times for the same node.

    Changed files

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