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

Builder texinfo-solaris11-i386 Build #6980

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionbeb4e2ba88a860bf82f9e8459da863169c799be7
Got Revisionbeb4e2ba88a860bf82f9e8459da863169c799be7
Changes2 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, 11 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 56 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 33 secs )
    1. stdio
  5. shell_3 'gmake check' ( 12 mins, 37 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 6980 Build
codebase Build
got_revision beb4e2ba88a860bf82f9e8459da863169c799be7 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision beb4e2ba88a860bf82f9e8459da863169c799be7 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:

StartFri Dec 26 00:11:20 2025
EndFri Dec 26 00:44:47 2025
Elapsed33 mins, 26 secs

All Changes:

:

  1. Change #253300

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 25 Dec 2025 23:51:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0a059d58d36fe8e5dc1363e955b131809e2e9513

    Comments

    * tta/C/convert/convert_html.c (html_convert_tree_new_formatting_context) (html_convert_string_tree_new_formatting_context) (html_prepare_converted_output_info, html_convert_tree_append) tta/C/convert/format_html.c, tta/C/convert/html_conversion_state.c (html_new_document_context), tta/perl/Texinfo/Convert/HTML.pm (_convert_command_tree, convert_tree_new_formatting_context) (_new_document_context, _convert), tta/perl/XSTexinfo/convert/ConvertXS.xs (html_new_document_context): add a context type argument to _new_document_context and convert_tree_new_formatting_context.  if set to string (or HCC_type_string in C), set string context.  Replace the use of the _string type element container by setting this argument in callers. Update all the callers.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/convert_html.h
    • tta/C/convert/format_html.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/convert/html_conversion_state.h
    • tta/C/convert/html_prepare_converter.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  2. Change #253301

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 25 Dec 2025 23:56:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision beb4e2ba88a860bf82f9e8459da863169c799be7

    Comments

    Remove the _string special HTML only container
    * tta/C/convert/html_conversion_state.c
    (html_open_type_update_context, html_convert_type_update_context),
    tta/C/main/element_types.txt, tta/perl/Texinfo/Convert/HTML.pm
    (_open_type_update_context, _convert_type_update_context): remove the
    _string special HTML only container, the new
    convert_tree_new_formatting_context argument should be used instead.

    Changed files

    • ChangeLog
    • tta/C/convert/html_conversion_state.c
    • tta/C/main/element_types.c
    • tta/C/main/element_types.h
    • tta/C/main/element_types.txt
    • tta/perl/Texinfo/Convert/HTML.pm