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

Builder texinfo-solaris10-sparc Build #5892

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2ac829e9e101db2a2e45a31fc62bde6dd6c897ea
Got Revision2ac829e9e101db2a2e45a31fc62bde6dd6c897ea
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' ( 44 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 11 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 30 secs )
    1. stdio
  5. shell_3 'gmake check' ( 49 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5892 Build
codebase Build
got_revision 2ac829e9e101db2a2e45a31fc62bde6dd6c897ea Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2ac829e9e101db2a2e45a31fc62bde6dd6c897ea 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:

StartMon Aug 25 00:22:17 2025
EndMon Aug 25 02:21:12 2025
Elapsed1 hrs, 58 mins, 55 secs

All Changes:

:

  1. Change #243849

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 25 Aug 2025 00:10:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2ac829e9e101db2a2e45a31fc62bde6dd6c897ea

    Comments

    Add @documentinfo, @publication, @maketitle in texi2any, preliminary
    * tta/data/command_data.txt: add maketitle, documentinfo and
    publication.
    
    * tta/C/parsetexi/handle_commands.c (handle_line_command),
    tta/perl/Texinfo/ParserNonXS.pm (_handle_line_command): allow author
    to be in documentinfo.
    
    * tta/perl/Texinfo/Convert/DocBook.pm (%ignored_block_commands)
    (conversion_output_begin), tta/C/convert/format_html.c
    (html_default_format_titlepage, html_convert_maketitle_command)
    (html_convert_unit_type), tta/C/convert/html_prepare_converter.c
    (commands_internal_conversion_table), tta/perl/Texinfo/Convert/HTML.pm
    (%ignored_block_commands, _convert_maketitle_command)
    (_convert_unit_type, _default_format_titlepage),
    tta/perl/Texinfo/Convert/Plaintext.pm (%formatted_line_commands,
    %advance_paragraph_count_commands) (%ignored_commands),
    tta/perl/Texinfo/Convert/Text.pm (%ignored_block_commands),
    tta/perl/ext/epub3.pm (epub_finish): basic handling of documentinfo
    and publication, mainly by ignoring, but also by searching for author
    and subtitle in documentinfo.  Handle maketitle in HTML.  The
    titlepage formatting for maketitle is not yet implemented.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (%ignored_block_commands)
    (_make_title, _convert, _tableofcontents_after_title)
    (_begin_document): add _tableofcontents_after_title with code from
    _begin_document related to table of contents.  Do titlepage in
    _begin_document only if maketitle is not found.  Handle maketitle.
    Add mainmatter and table of contents where maketitle is output.  The
    titlepage formatting for maketitle, expected to be in the _make_title
    function is not yet implemented.

    Changed files

    • ChangeLog
    • tta/C/convert/cmd_converter.c
    • tta/C/convert/format_html.c
    • tta/C/convert/format_html.h
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/cmd_structuring.c
    • tta/C/main/cmd_text.c
    • tta/C/main/cmd_unicode.c
    • tta/C/main/command_data.c
    • tta/C/main/command_ids.h
    • tta/C/main/global_commands_types.h
    • tta/C/main/global_unique_commands_case.c
    • tta/C/main/html_conversion_data.c
    • tta/C/parsetexi/handle_commands.c
    • tta/data/command_data.txt
    • tta/perl/Texinfo/Commands.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/ext/epub3.pm
    • tta/perl/t/results/misc_commands/author_outside_titlepage_quotation.pl
    • tta/perl/t/results/paragraph/indent_before_macro_definition_and_other.pl
    • tta/tests/coverage/res_parser/formatting_chm/formatting.2
    • tta/tests/coverage/res_parser/formatting_docbook/formatting.2
    • tta/tests/coverage/res_parser/formatting_epub/formatting.2
    • tta/tests/coverage/res_parser/formatting_html32/formatting.2
    • tta/tests/coverage/res_parser/formatting_html_no_split/formatting.2
    • tta/tests/coverage/res_parser/formatting_info/formatting.2
    • tta/tests/coverage/res_parser/formatting_latex/formatting.2
    • tta/tests/coverage/res_parser/formatting_macro_expand/formatting.2
    • tta/tests/coverage/res_parser/formatting_plaintext/formatting.2
    • tta/tests/coverage/res_parser/formatting_rawtext/formatting.2
    • tta/tests/coverage/res_parser/formatting_regions/formatting_regions.2
    • tta/tests/coverage/res_parser/formatting_textcontent/formatting.2
    • tta/tests/coverage/res_parser/formatting_xhtml/formatting.2
    • tta/tests/coverage/res_parser/formatting_xml/formatting.2
    • tta/tests/layout/res_parser/formatting_enable_encoding/formatting.2
    • tta/tests/layout/res_parser/formatting_epub_nodes/formatting.2
    • tta/tests/layout/res_parser/formatting_exotic/formatting.2
    • tta/tests/layout/res_parser/formatting_fr/formatting.2
    • tta/tests/layout/res_parser/formatting_fr_icons/formatting.2
    • tta/tests/layout/res_parser/formatting_fr_info/formatting.2
    • tta/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.2
    • tta/tests/layout/res_parser/formatting_info_disable_encoding/formatting.2
    • tta/tests/layout/res_parser/formatting_inline_css/formatting.2
    • tta/tests/layout/res_parser/formatting_mathjax/formatting.2
    • tta/tests/layout/res_parser/formatting_numerical_entities/formatting.2
    • tta/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.2
    • tta/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
    • tta/tests/layout/res_parser/formatting_texi2html/formatting.2
    • tta/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
    • tta/tests/layout/res_parser/formatting_weird_quotes/formatting.2
    • tta/tests/tex_html/res_parser/formatting_singular/formatting.2