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

Builder texinfo-solaris10-sparc Build #5466

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 34 secs )
    1. stdio
  2. shell './autogen.sh' ( 42 mins, 41 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 52 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' ( 51 mins, 20 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 5466 Build
codebase Build
got_revision 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28 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 Mar 9 14:20:29 2025
EndSun Mar 9 16:17:17 2025
Elapsed1 hrs, 56 mins, 47 secs

All Changes:

:

  1. Change #224413

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 09 Mar 2025 14:12:18
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b1499f98293fba2c51278b7af38c3da06d8625b9

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (_generic_converter_init) (set_global_document_commands), tta/perl/Texinfo/Convert/HTML.pm (_setup_output): rename output_init_conf converter key as commands_init_conf and put commands only in it.  Remove output_init_conf, reset commands_init_conf in HTML converter _setup_output instead.
    * tta/C/main/option_types.h (COMMAND_OPTION_VALUE),
    tta/C/main/utils.h: rename COMMAND_OPTION_DEFAULT as
    COMMAND_OPTION_VALUE and move to option_types.h.
    
    * tta/maintain/regenerate_C_options_info.pl
    (setup_options_command_map), tta/C/main/customization_options.c
    (txi_options_command_map), tta/C/main/option_types.h
    (COMMAND_OPTION_NUMBER_CMD): setup a mapping between options numbers
    and associated commands id.
    
    * tta/C/convert/converter.c (set_commands_options_value)
    (get_command_option_value_option, command_init)
    (free_generic_converter), tta/C/main/converter_types.h
    (commands_init_conf): add commands_init_conf list mapping commands to
    option values to CONVERTER.  Add set_commands_options_value to set
    from options, also using txi_options_command_map.  Use in
    command_init.  Remove init_conf field from CONVERTER.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/C/main/customization_options.c
    • tta/C/main/customization_options.h
    • tta/C/main/option_types.h
    • tta/C/main/options_data.h
    • tta/C/main/options_init_free.c
    • tta/C/main/utils.h
    • tta/TODO
    • tta/maintain/regenerate_C_options_info.pl
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
  2. Change #224414

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 09 Mar 2025 14:12:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9a89b0b4829faef6a61c2120b81f61d0ea8d8a28

    Comments

    * tta/C/convert/converter.c (set_commands_options_value): add the if_set_in_list argument to distinguish the call from the converter, where only options with OF_set_in_list set are set, and the call from the HTML converter where all the options are set.  When an input option is set, and is undefined, set it to the undefined value.
    * tta/C/convert/html_prepare_converter.c (html_setup_output): move
    call to set_commands_options_value to do it at the same place as in
    Perl.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/customization_options.c