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

Builder texinfo-solaris10-sparc Build #5845

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell './autogen.sh' ( 46 mins, 58 secs )
    1. stdio
  3. shell_1 './configure' ( 15 mins, 29 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 47 secs )
    1. stdio
  5. shell_3 'gmake check' ( 56 mins, 47 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 5845 Build
codebase Build
got_revision b8109b0b22aa0880aa48c8302f475641ed9c4667 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision b8109b0b22aa0880aa48c8302f475641ed9c4667 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:

StartTue Aug 12 23:52:47 2025
EndWed Aug 13 02:13:14 2025
Elapsed2 hrs, 20 mins, 26 secs

All Changes:

:

  1. Change #242836

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3da9790d5319a30e35dda3d2d876de94d335c0bd

    Comments

    * tta/C/convert/format_html.c (html_convert_preformatted_type), tta/perl/Texinfo/Convert/HTML.pm (_convert_preformatted_type): remove condition on parent being def*, it cannot happen anymore, now there is an inter_def_item container.
    * tta/C/main/convert_utils.c (expand_verbatiminclude),
    tta/perl/Texinfo/Convert/HTML.pm (_convert_quotation_command),
    tta/perl/Texinfo/Convert/Utils.pm (expand_verbatiminclude): do not
    generate a parent for element not originally in tree.
    
    * tta/perl/Texinfo/Convert/HTML.pm (_convert): use exists or defined
    when the value is not useful.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/main/convert_utils.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
    • tta/perl/Texinfo/Convert/Utils.pm
  2. Change #242837

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e17fac89207be3edcf67f3898aa22b558712e37e

    Comments

    * tta/C/convert/html_prepare_converter.c (html_format_setup), tta/perl/Texinfo/Convert/HTML.pm (%html_default_commands_args): no argument formatting for accent commands.
    * tta/perl/Texinfo/Convert/HTML.pm (_convert): remove a condition that
    is always true.

    Changed files

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

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5c513aba182af4ea7c890e81042d9e3f94d63f36

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (convert_accents), tta/perl/Texinfo/Convert/TreeElementConverter.pm (_tree_element_format_unicode_accents_stack) (_tree_element_format_eight_bit_accents_stack) (tree_element_convert_accents), tta/perl/Texinfo/Convert/Unicode.pm (_format_unicode_accents_stack, _format_eight_bit_accents_stack): change the implementation to be more like C code implementation.
    * tta/C/convert/converter.c (convert_accents),
    tta/C/main/convert_to_text.c (ascii_accents_internal),
    tta/C/main/unicode.c (format_eight_bit_accents_stack)
    (format_unicode_accents_stack_internal),
    tta/perl/Texinfo/Convert/Converter.pm (convert_accents),
    tta/perl/Texinfo/Convert/TexinfoMarkup.pm (_convert),
    tta/perl/Texinfo/Convert/TreeElementConverter.pm
    (_tree_element_format_unicode_accents_stack)
    (_tree_element_format_eight_bit_accents_stack)
    (tree_element_convert_accents), tta/perl/Texinfo/Convert/Unicode.pm
    (_format_unicode_accents_stack, _format_eight_bit_accents_stack): pass
    accent stack and position in stack to accent formatting functions.
    Update calls and prototypes.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/format_html.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/unicode.c
    • tta/C/main/unicode.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/TexinfoMarkup.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/TreeElementConverter.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
  4. Change #242839

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 11976f86e2477debbf7050e459fb9a7363015192

    Comments

    * tta/perl/Texinfo/Convert/NodeNameNormalization.pm: change formatting of functions call code.
    * tta/perl/Texinfo/Convert/NodeNameNormalization.pm: use exists or
    defined in conditions when the value is not used.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/NodeNameNormalization.pm
  5. Change #242840

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dda8e795f0137baa053d4e4e6899c7ccaea88d2d

    Comments

    * tta/C/main/node_name_normalization.c (convert_to_normalized_internal), tta/perl/Texinfo/Convert/NodeNameNormalization.pm (_convert): call find_innermost_accent_contents and encoded_accents to format an accent.

    Changed files

    • ChangeLog
    • tta/C/main/node_name_normalization.c
    • tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
  6. Change #242841

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9566f88bc74eefabc9e2607fd46d4e16156fe868

    Comments

    * tta/perl/Texinfo/Convert/Utils.pm: change formatting of functions call code.
    * tta/perl/Texinfo/Convert/Utils.pm: use exists or defined in
    conditions when the value is not used.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Utils.pm
  7. Change #242842

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4521096aaf8ea8a09b0733e9b4d6ce22a34fd2b5

    Comments

    * tta/C/main/convert_utils.c, tta/C/main/utils.c (find_innermost_accent_contents), tta/perl/Texinfo/Common.pm (find_innermost_accent_contents), tta/perl/Texinfo/Convert/Utils.pm: move find_innermost_accent_contents to Texinfo::Common and to utils.c, now that it is used in conversion to identifiers code.

    Changed files

    • ChangeLog
    • doc/html_default_commands_args.texi
    • doc/tta_api/api_includes/Texinfo-Common.texi
    • doc/tta_api/api_includes/Texinfo-Convert-Converter.texi
    • doc/tta_api/api_includes/Texinfo-Convert-Text.texi
    • doc/tta_api/api_includes/Texinfo-Convert-Unicode.texi
    • doc/tta_api/api_includes/Texinfo-Convert-Utils.texi
    • tta/C/convert/converter.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/node_name_normalization.c
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/NodeNameNormalization.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/TreeElementConverter.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/t/z_misc/accents.t
  8. Change #242843

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5449c8191acdf86792c6c77516c9c236c5c9f212

    Comments

    * tta/C/main/unicode.c (unicode_accent), tta/perl/Texinfo/Convert/Unicode.pm (unicode_accent), tta/perl/Texinfo/Convert/TreeElementConverter.pm (_tree_element_unicode_accent): add index in accent stack and accent stack as arguments.  Update callers.
    * tta/perl/Texinfo/Convert/Unicode.pm (unicode_accent),
    tta/C/main/unicode.c (unicode_accent),
    tta/perl/Texinfo/Convert/Converter.pm (xml_accent),
    tta/perl/Texinfo/Convert/HTML.pm (_accent_entities_html_accent),
    tta/perl/Texinfo/Convert/TreeElementConverter.pm
    (_tree_element_unicode_accent, _tree_element_xml_accent): use position
    in accent stack instead of parent information to determine if
    dotless could be composed with the parent accent command.

    Changed files

    • ChangeLog
    • tta/C/main/unicode.c
    • tta/C/main/unicode.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/TreeElementConverter.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
  9. Change #242844

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 41626bb60d4c8df34192b3ee3a2f20c903934949

    Comments

    * tta/perl/Texinfo/Convert/TreeElementConverter.pm (_tree_element_xml_numeric_entities_accent, tree_element_xml_accents): remove _tree_element_xml_accent now that it is the same as the Texinfo::Convert::Converter function.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/TreeElementConverter.pm
  10. Change #242845

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b0295009cbf38adbcde85b66dfe9e48884262c07

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm: change formatting of functions call code.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTML.pm
  11. Change #242846

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 12 Aug 2025 22:56:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b8109b0b22aa0880aa48c8302f475641ed9c4667

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (float_type_number) (float_name_caption), tta/perl/Texinfo/Convert/Info.pm (format_ref), tta/perl/Texinfo/Convert/Plaintext.pm (format_ref, _convert): change formatting of functions call code.  Use exists or defined in conditions when the value is not used.  Check for contents in format_ref.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Convert-Unicode.texi
    • tta/C/main/tree.c
    • tta/TODO
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm