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

Builder texinfo-solaris11-sparc Build #7129

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision13da590a999697e214ddfb57d8e37d170f074e65
Got Revision13da590a999697e214ddfb57d8e37d170f074e65
Changes11 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 33 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 29 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7129 Build
codebase Build
got_revision 13da590a999697e214ddfb57d8e37d170f074e65 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 13da590a999697e214ddfb57d8e37d170f074e65 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun Dec 28 16:11:35 2025
EndSun Dec 28 16:30:56 2025
Elapsed19 mins, 21 secs

All Changes:

:

  1. Change #253419

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Dec 2025 22:15:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision aaa8bed9065d2ee9492b2563528653cb80b9676a

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (special_unit_info_text): rename $context_type as $context.
    * tta/C/convert/convert_html.c
    (html_convert_tree_new_formatting_context, html_convert_tree_append),
    tta/C/convert/format_html.c, tta/C/convert/html_conversion_state.c
    (html_new_document_context), tta/C/convert/html_conversion_state.h
    (CTXF_string, CTXF_in_code), tta/perl/Texinfo/Convert/HTML.pm
    ($CTXF_string, $CTXF_in_code, _new_document_context, _convert),
    tta/perl/XSTexinfo/convert/ConvertXS.xs
    (html_new_document_context): pass context information as flags,
    CTXF_string and CTXF_in_code set to an integer to new_document_context
    and convert_tree_new_formatting_context.  Update callers.
    
    * tta/perl/Texinfo/Convert/HTML.pm (_convert_command_tree),
    tta/C/convert/format_html.c (html_convert_command_tree): add
    in_code argument.

    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/main/converter_types.h
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  2. Change #253420

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Dec 2025 22:49:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ac7fcd45600da2f80ec4538a0b866cea610e0074

    Comments

    * tta/C/convert/format_html.c (html_internal_command_tree), tta/C/main/tree_types.h (TREE_ADDED_ELEMENTS), tta/perl/Texinfo/Convert/HTML.pm (_internal_command_tree) (_internal_command_name_tree): instead of adding a _code type element, keep the information that the tree should be in code either in target and as return code in Perl, or in TREE_ADDED_ELEMENTS new in_code field in C.  Update callers in Perl.
    * tta/C/convert/format_html.c (html_internal_command_text)
    (html_internal_command_name), tta/perl/Texinfo/Convert/HTML.pm
    (_internal_command_text, _internal_command_name): use the tree added
    elements or the internal_command_tree in_code information to set the
    convert_command_tree argument.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/format_html.h
    • tta/C/main/tree_types.h
    • tta/perl/Texinfo/Convert/HTML.pm
  3. Change #253421

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 00:18:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision aaf04b2988333323833a3c6ae127011635eea2e8

    Comments

    Remove the _code special container
    * tta/C/convert/format_html.c (html_external_command_tree)
    (html_command_text), tta/perl/Texinfo/Convert/HTML.pm
    (_external_command_tree, command_text): do not use a _code container,
    instead set CTXF_in_code in the context_type used for conversion.
    
    * tta/C/convert/format_html.c (html_convert_xref_command)
    (html_convert_menu_entry_type, html_convert_def_line_type),
    tta/perl/Texinfo/Convert/HTML.pm (_convert_xref_commands)
    (_convert_menu_entry_type, _convert_def_line_type): instead of
    rooting a tree at _code to be in code context, call set_code_context
    and pop_code_context.
    
    * tta/C/convert/format_html.c (html_convert_printindex_command),
    tta/perl/Texinfo/Convert/HTML.pm (_convert_printindex_command): do
    not set types to be _code, instead set formatting_context to
    CTXF_in_code and call html_set_code_context and html_pop_code_context
    if in_code.
    
    * tta/perl/init/documentation_examples.pm
    (my_tree_element_convert_paragraph_type)
    (my_final_convert_paragraph_type): cal _set_code_context and
    _pop_code_context instead of rooting the trees at _code.
    
    * tta/C/convert/html_prepare_converter.c (default_code_types),
    tta/C/main/element_types.txt, tta/perl/Texinfo/Convert/HTML.pm
    (%default_code_types): remove completly the _code container.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.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
    • tta/perl/init/documentation_examples.pm
  4. Change #253422

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 00:25:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f70330d99cc07f1575c7fde0aa07bed3ac4bcd2f

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (set_code_context) (pop_code_context), tta/perl/init/documentation_examples.pm: rename _set_code_context as set_code_context and _pop_code_context as pop_code_context.  Update callers.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/init/documentation_examples.pm
  5. Change #253423

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 00:35:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 04c23362524d6e31d26a8b33feea3b006a6c101a

    Comments

    * tta/C/main/converter_types.h (CTXF_code), tta/perl/Texinfo/Convert/HTML.pm ($CTXF_code): rename CTXF_in_code as CTXF_code.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/main/converter_types.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
  6. Change #253424

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 00:37:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1753c46bf825fb666687908683867dbce2a7a070

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm ($CTXF_string, $CTXF_code): make our.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTML.pm
  7. Change #253425

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 10:26:27
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8c06f1e4ca244b1c006455e72a79ca74d54d6ac1

    Comments

    * tta/C/convert/html_conversion_state.c (html_new_document_context), tta/perl/Texinfo/Convert/HTML.pm (_new_document_context): reorganize code and modify Perl code to be more similar to C code.

    Changed files

    • ChangeLog
    • tta/C/convert/html_conversion_state.c
    • tta/perl/Texinfo/Convert/HTML.pm
  8. Change #253426

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 10:48:13
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d58432b242f105487c479920d860c660d12491e5

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (_set_code_context) (_pop_code_context, convert_tree_in_code_context): rename set_code_context as _set_code_context and pop_code_context as _pop_code_context.  Add convert_tree_in_code_context that calls _set_code_context, then convert tree and _pop_code_context.  Use that function instead of _set_code_context and convert_tree in code that could be user-defined.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/init/documentation_examples.pm
  9. Change #253427

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 10:55:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d58de3c0726533bd6f9a37dcba53cee8c922d858

    Comments

    Update TODO

    Changed files

    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
  10. Change #253428

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 13:12:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 40ea48a067cf791b01ae6fe29875318f21afc07c

    Comments

    * tta/C/convert/html_conversion_state.c (html_new_document_context): allow an undefined context_name.
    * doc/texi2any_api.texi (Texinfo Tree Conversion Functions)
    (Setting the Expansion Context for Conversion)
    (Internationalization of Strings Function): rename "Setting the
    Context for Conversion" as "Setting the Expansion Context for
    Conversion".  Modify for changes in
    convert_tree_new_formatting_context call and changes in setting the
    context.  Document _converted special text element in
    "Internationalization of Strings Function".
    
    * tta/perl/init/documentation_examples.pm,
    tta/perl/t/init_files_tests.t ($documentation_examples_text): add
    example of convert_tree_new_formatting_context call, simplify the
    convert_tree_in_code_context example use.
    
    * doc/texi2any_api.texi (Inline Text Containers Formatting)
    (Type Tree Element Conversion Functions): update with simpler example.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/C/convert/html_conversion_state.c
    • tta/TODO
    • tta/perl/init/documentation_examples.pm
    • tta/perl/t/init_files_tests.t
    • tta/perl/t/results/init_files_tests/documentation_examples.pl
    • tta/perl/t/results/init_files_tests/documentation_examples/res_html/documentation_examples_fot.html
    • tta/perl/t/results/init_files_tests/documentation_examples/res_html/prepended_to_filenames-chapter.html
    • tta/perl/t/results/init_files_tests/documentation_examples/res_html/prepended_to_filenames-my-node.html
    • tta/perl/t/results/init_files_tests/documentation_examples_texi2html.pl
    • tta/perl/t/results/init_files_tests/documentation_examples_texi2html/res_html/documentation_examples_texi2html.html
  11. Change #253429

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

    Comments

    * doc/texi2any_api.texi (Special Units Information Customization): remove heading_tree, separate simple item and Texinfo code item and describe special_unit_info_text.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi