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

Builder texinfo-solaris10-sparc Build #6012

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 35 secs )
    1. stdio
  2. shell './autogen.sh' ( 45 mins, 30 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 27 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 mins, 42 secs )
    1. stdio
  5. shell_3 'gmake check' ( 51 mins, 8 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 6012 Build
codebase Build
got_revision 8213f8b8ef1289675584b090b8120c577f5fc3c5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8213f8b8ef1289675584b090b8120c577f5fc3c5 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. Patrice Dumas

Timing:

StartSun Dec 21 10:51:13 2025
EndSun Dec 21 12:57:38 2025
Elapsed2 hrs, 6 mins, 24 secs

All Changes:

:

  1. Change #252947

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 10:40:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8213f8b8ef1289675584b090b8120c577f5fc3c5

    Comments

    * tta/C/convert/convert_html.c (order_direction_icons_list): rename prepare_direction_icons_list as order_direction_icons_list.
    * tta/C/convert/html_converter_finish.c (html_reset_converter)
    (html_free_converter): call html_free_direction_icons_array in
    html_free_converter and not in html_reset_converter as it is already
    called when setting up the icon arrays in order_direction_icons_list.
    
    * tta/C/convert/convert_html.c (html_convert_output)
    tta/C/convert/html_converter_finish.c (html_reset_converter)
    (html_free_converter): free self->date_in_header just before setting
    it and in html_free_converter.
    
    * tta/C/convert/convert_html.c (html_initialize_pending_closes)
    (html_setup_output_simple_page), tta/C/convert/html_converter_finish.c
    (html_free_converter), tta/C/convert/html_prepare_converter.c
    (html_set_pages_files), tta/C/main/converter_types.h
    (STRING_STACK_LIST): add a space field in STRING_STACK_LIST.  Reuse
    the pending_closes list instead of free'ing it, growing it if
    there is not enough space.  Add html_initialize_pending_closes that
    grows the pending_closes list if needed and initializes the newly
    added string stacks.  Remove html_free_pending_closes, inlining
    the code free'ing the pending_closes list in html_free_converter.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/convert_html.h
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h