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

Builder texinfo-solaris10-sparc Build #5471

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision03d5178530119d68900b9d5c9843bfc4e63b9129
Got Revision03d5178530119d68900b9d5c9843bfc4e63b9129
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 40 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 33 secs )
    1. stdio
  5. shell_3 'gmake check' ( 54 mins, 17 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 5471 Build
codebase Build
got_revision 03d5178530119d68900b9d5c9843bfc4e63b9129 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 03d5178530119d68900b9d5c9843bfc4e63b9129 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:

StartMon Mar 10 00:55:59 2025
EndMon Mar 10 02:47:03 2025
Elapsed1 hrs, 51 mins, 3 secs

All Changes:

:

  1. Change #224472

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Mar 2025 00:09:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 37cc2eaca425ce853191a1b1f89201fe5c09ee77

    Comments

    * tta/C/main/customization_options.c (txi_cmd_option_number) (txi_initialise_base_options): add txi_cmd_option_number array that associate command ids to option numbers.
    * tta/C/main/customization_options.c (get_converter_command_option)
    (set_informative_command_value, set_global_document_command),
    tta/C/convert/converter.c (set_global_document_commands),
    tta/C/convert/format_html.c (contents_shortcontents_in_title)
    (html_convert_heading_command, html_convert_informative_command)
    (html_convert_contents_command), tta/C/convert/html_prepare_converter.c
    (prepare_special_units): add get_converter_command_option that uses
    txi_cmd_option_number to locate an option.  Replace get_command_option
    calls by get_converter_command_option calls.  Pass sorted options to
    set_global_document_command and set_informative_command_value.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/customization_options.c
    • tta/C/main/customization_options.h
  2. Change #224473

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Mar 2025 00:15:45
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 208cdc80cc8d826d07b73d022bd03549e21d389e

    Comments

    * tta/maintain/regenerate_C_options_info.pl: do not generate get_command_option anymore.
    * tta/C/main/customization_options.c (txi_cmd_option_number): make
    static.

    Changed files

    • ChangeLog
    • tta/C/main/customization_options.c
    • tta/C/main/customization_options.h
    • tta/C/main/options_init_free.c
    • tta/C/main/utils.h
    • tta/maintain/regenerate_C_options_info.pl
  3. Change #224474

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Mar 2025 00:29:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cc5218e59f8b39c94ad7c6bfa4f0efd2e1c56b54

    Comments

    * tta/C/convert/converter.c (command_init): find default option for a command by calling get_converter_command_option and copying the option instead of using get_command_option_value_option.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
  4. Change #224475

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Mar 2025 00:32:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8a60eddcf64542c4159945fa5e6d32d039a02775

    Comments

    * tta/maintain/regenerate_C_options_info.pl: do not generate command_option_default_table anymore.

    Changed files

    • ChangeLog
    • tta/C/main/options_init_free.c
    • tta/C/main/utils.h
    • tta/maintain/regenerate_C_options_info.pl
  5. Change #224476

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Mar 2025 00:42:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 03d5178530119d68900b9d5c9843bfc4e63b9129

    Comments

    * tta/C/main/option_types.h (COMMAND_OPTION_VALUE): turn COMMAND_OPTION_VALUE to a union.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/main/option_types.h