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

Builder texinfo-solaris11-sparc Build #7130

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 53 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 21 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 33 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 19 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 7130 Build
codebase Build
got_revision 374711a1f56b6d43d2dd6dd1ee94a2d25185797e Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 374711a1f56b6d43d2dd6dd1ee94a2d25185797e 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:

StartMon Dec 29 23:21:34 2025
EndMon Dec 29 23:40:46 2025
Elapsed19 mins, 12 secs

All Changes:

:

  1. Change #253532

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

    Comments

    * tta/C/convert/format_html.c (html_internal_command_tree): use better default for tree->status.
    * tta/C/convert/format_html.c (html_command_text),
    tta/perl/Texinfo/Convert/HTML.pm (_internal_command_tree): inline and
    remove external_command_tree.  Do not use a TREE_ADDED_ELEMENTS in C.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/perl/Texinfo/Convert/HTML.pm
  2. Change #253533

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Dec 2025 23:37:27
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 01bae8a47a3f9a229faa28b4d775322596e5d071

    Comments

    * tta/C/main/utils.c (element_value_equivalent), tta/perl/Texinfo/Common.pm (element_value_equivalent): return the input command name and an undefined value if an equivalent command is not found.
    * tta/perl/Texinfo/Convert/LaTeX.pm (%informative_commands): fix a
    typo in module name.

    Changed files

    • ChangeLog
    • tta/C/main/utils.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
  3. Change #253534

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Dec 2025 23:14:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3c6fdda63322e55833db5e696d34349f20d0f379

    Comments

    * tta/C/convert/converter.c (set_commands_options_value) (command_init), tta/C/main/option_types.h (COMMAND_OPTION_VALUE): add set field to COMMAND_OPTION_VALUE, set it when the value is set and use the value to determine if the command value is set.  This allows to pass 'undef' by avoiding to consider a command value set if not NULL for strings and positive for integers.
    * tta/perl/Texinfo/Convert/Converter.pm (get_command_init): set the
    value from init_conf if it exists, such that undef values registered
    in commands_init_conf are obtained.
    
    * tta/C/convert/converter.c (set_converter_init_information),
    tta/perl/Texinfo/Convert/Converter.pm (_generic_converter_init): set
    converter format defaults in commands_init_conf.
    
    * tta/C/convert/html_prepare_converter.c (informative_global_commands)
    (html_conversion_initialization), tta/perl/Texinfo/Convert/HTML.pm
    (conversion_initialization), tta/perl/Texinfo/Convert/LaTeX.pm
    (conversion_initialization), tta/perl/Texinfo/Convert/Plaintext.pm
    (conversion_initialization): call set_global_document_commands on the
    lists of relevant global commands for the different formats.  For
    LaTeX, most of the commands are used, so do it for all the commands in
    Texinfo::Common::document_settable_at_commands.
    
    * tta/perl/Texinfo/Convert/Plaintext.pm (conversion_initialization):
    reset outside_of_any_node_text and current_node.
    
    * tta/perl/Texinfo/Convert/Converter.pm (get_converter_errors),
    tta/perl/XSTexinfo/convert/ConvertXS.xs (get_converter_errors):
    remove the errors at the end of the call to get_converter_errors.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/errors.c
    • tta/C/main/option_types.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  4. Change #253535

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Dec 2025 23:15:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dcdb2d78374f6b0d2a35cd7be5d7ce66bdde63cd

    Comments

    * tta/perl/init/documentation_examples.pm: initialize and re-initialize variables to allow for multiple calls of the functions for the same converter.

    Changed files

    • ChangeLog
    • tta/perl/init/documentation_examples.pm
  5. Change #253536

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Dec 2025 23:17:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 374711a1f56b6d43d2dd6dd1ee94a2d25185797e

    Comments

    * tta/perl/Makefile.tres, tta/perl/t/html_tests.t (deftypefnnewline_on_in_middle): add test setting deftypefnnewline on in the middle of a document or HTML.

    Changed files

    • ChangeLog
    • tta/perl/Makefile.tres
    • tta/perl/t/html_tests.t
    • tta/perl/t/results/html_tests/deftypefnnewline_on_in_middle.pl
    • tta/perl/t/test_utils.pl