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

Builder texinfo-solaris11-i386 Build #6958

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionbff96090c8fc4fa7a93efc4343e3429f8b0190dc
Got Revisionbff96090c8fc4fa7a93efc4343e3429f8b0190dc
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 54 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 39 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 22 mins, 13 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 6958 Build
codebase Build
got_revision bff96090c8fc4fa7a93efc4343e3429f8b0190dc Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision bff96090c8fc4fa7a93efc4343e3429f8b0190dc 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. Patrice Dumas

Timing:

StartSun Dec 21 17:01:20 2025
EndSun Dec 21 17:48:05 2025
Elapsed46 mins, 45 secs

All Changes:

:

  1. Change #252970

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 12:30:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1ad35c90cdbb3867580b79ca323a342a53206e49

    Comments

    * tta/C/convert/html_prepare_converter.c (html_conversion_initialization): rename html_initialize_output_state as html_conversion_initialization.  Update callers.

    Changed files

    • ChangeLog
    • tta/C/convert/html_conversion_api.h
    • tta/C/convert/html_converter_api.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/html_prepare_converter.h
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  2. Change #252971

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 13:05:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 14e542f0f67a836f9262293671aa9967534ca6f4

    Comments

    * tta/C/convert/html_prepare_converter.c (html_conversion_initialization), tta/perl/Texinfo/Convert/HTML.pm (conversion_initialization): always unset current_node and current_root_command in conversion initialization.

    Changed files

    • ChangeLog
    • tta/C/convert/html_prepare_converter.c
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
  3. Change #252972

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 13:18:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d830f15bcbe5f6522ca003e1f16d35637800f42f

    Comments

    * tta/C/convert/html_prepare_converter.c (html_converter_initialize_beginning, html_setup_output), tta/perl/Texinfo/Convert/HTML.pm (converter_initialize) (_prepare_css, conversion_initialization, _setup_output): call html_prepare_css only once per converter initialization in html_converter_initialize_beginning/converter_initialize, not once per conversion.

    Changed files

    • ChangeLog
    • tta/C/convert/html_prepare_converter.c
    • tta/perl/Texinfo/Convert/HTML.pm
  4. Change #252973

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 16:49:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision bff96090c8fc4fa7a93efc4343e3429f8b0190dc

    Comments

    * tta/C/convert/html_converter_finish.c, tta/C/convert/html_prepare_converter.c (free_html_no_arg_command_conversion) (copy_html_no_arg_command_conversion, html_conversion_initialization): move free_html_no_arg_command_conversion to html_prepare_converter.c, remove the useless second argument, call in html_conversion_initialization and remove the calls to free in copy_html_no_arg_command_conversion.
    * tta/C/convert/convert_html.c
    (reset_unset_no_arg_commands_formatting_context),
    tta/C/convert/format_html.c, tta/C/convert/html_prepare_converter.c
    (special_characters_formatting): minor changes, avoid useless
    initialization, and useless if, add const.
    
    * tta/perl/t/z_misc/same_converter_init.t: add another test with
    OUTPUT_CHARACTERS set.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/html_prepare_converter.h
    • tta/C/main/converter_types.h
    • tta/TODO
    • tta/perl/t/z_misc/same_converter_init.t