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

Builder texinfo-solaris10-sparc Build #5903

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision6d994b6473a01cbdd435b6b029b378bb5e2017ae
Got Revision6d994b6473a01cbdd435b6b029b378bb5e2017ae
Changes25 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 46 mins, 4 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 18 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 22 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 5 mins, 20 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 5903 Build
codebase Build
got_revision 6d994b6473a01cbdd435b6b029b378bb5e2017ae Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 6d994b6473a01cbdd435b6b029b378bb5e2017ae 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartSat Oct 18 10:51:09 2025
EndSat Oct 18 13:03:30 2025
Elapsed2 hrs, 12 mins, 21 secs

All Changes:

:

  1. Change #244686

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 09 Sep 2025 18:47:39
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9d838fd41883fa978bb9e06c0388f179e42493f4

    Comments

    Comments for parts of tta/configure.ac
    * tta/configure.ac (LIBPERL_LINK): add comment above lengthy
    section of file explaining that this is only used for SWIG.
    (PERL_EMBEDDED): add another comment saying when this conditional
    is used.

    Changed files

    • ChangeLog
    • tta/configure.ac
  2. Change #244698

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 09 Sep 2025 19:40:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f5c4f7e0720ae953664e43ed86aca018e520b045

    Comments

    * tta/configure.ac, * tta/m4/txi_iconv_converts_euc_cn.m4 (txi_ICONV_CONVERTS_EUC_CN): Move code checking if iconv works for EUC-CN character encoding to separate .m4 file.

    Changed files

    • ChangeLog
    • tta/configure.ac
    • tta/m4/txi_iconv_converts_euc_cn.m4
  3. Change #244707

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 09 Sep 2025 21:56:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fdc5cd3d8daf8d0bfe4d3c672eb5b519b8cb8ce1

    Comments

    * tta/configure.ac, * tta/m4/txi_embedded_perl.m4 (txi_EMBEDDED_PERL): Split check for embedded perl into a separate .m4 file.

    Changed files

    • ChangeLog
    • tta/configure.ac
    • tta/m4/txi_embedded_perl.m4
  4. Change #244715

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 09 Sep 2025 22:09:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c4037ef7cd9de0f68868bb6f43a34d0f69d2af4c

    Comments

    * tta/configure.ac, * tta/m4/txi_libperl_link.m4 (txi_LIBPERL_LINK): Split check for linking against libperl into separate file.

    Changed files

    • ChangeLog
    • tta/configure.ac
    • tta/m4/txi_libperl_link.m4
  5. Change #244723

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 10 Sep 2025 08:54:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b9bc0223b6e51ce628ee199d0cbf02b4efdd4aa3

    Comments

    * tta/C/parsetexi/separator.c (handle_close_brace), tta/perl/Texinfo/ParserNonXS.pm (_handle_close_brace): do not reset anchor and namedanchor source_info at closing, the source info should be set where the @-command is.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/separator.c
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/t/results/coverage_braces/end_line_in_anchor.pl
    • tta/perl/t/results/raw/empty_line_in_command_in_expanded_not_expanded.pl
  6. Change #244732

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 10 Sep 2025 08:54:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2383154b669ebf9e2e127b12edd20f1dcfd6a0a3

    Comments

    * tta/perl/ext/highlight_syntax.pm (_convert_element): copy and modify contents as an array first.
    * tta/perl/ext/highlight_syntax.pm (highlight_process): put file
    argument last on command line.
    
    * tta/perl/ext/highlight_syntax.pm: use exists or defined in
    conditions when the value is not used.  Change formatting of functions
    call code.  Change in spacing.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  7. Change #244740

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 10 Sep 2025 08:59:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 18d7a129a7a165eadb3f08f8c848999ce36f525c

    Comments

    Update tex4ht tests results for latest version

    Changed files

    • tta/tests/tex_html/res_parser/tex_httex_latex/tex_tex4ht_latex.css
    • tta/tests/tex_html/res_parser/tex_httex_latex/tex_tex4ht_latex.lg
    • tta/tests/tex_html/res_parser/tex_httex_latex_math/tex_tex4ht_latex.css
    • tta/tests/tex_html/res_parser/tex_httex_latex_math/tex_tex4ht_latex.lg
    • tta/tests/tex_html/res_parser/tex_httex_tex_latex/tex_tex4ht_latex.css
    • tta/tests/tex_html/res_parser/tex_httex_tex_latex/tex_tex4ht_latex.lg
    • tta/tests/tex_html/res_parser/tex_httex_tex_latex_math/tex_tex4ht_latex.css
    • tta/tests/tex_html/res_parser/tex_httex_tex_latex_math/tex_tex4ht_latex.lg
  8. Change #244749

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 12 Sep 2025 22:01:39
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5a772156f803490fa29391e8862bbbe58ded5c93

    Comments

    HIGHLIGHT_SYNTAX value used as command-line
    * NEWS, doc/texinfo.texi (Syntax Highlighting)
    (HTML Customization Variables List), tta/perl/ext/highlight_syntax.pm
    ($highlighted_languages_list, highlight_setup, _get_language)
    (highlight_process): make $highlighted_languages_list a reference on a
    hash, and if undef, do not check the language.  If the
    HIGHLIGHT_SYNTAX value is not a specific program, concatenate the
    value to the highlighted language name to generate the command-line
    used for highlighting.  Update documentation.

    Changed files

    • ChangeLog
    • NEWS
    • TODO
    • doc/texinfo.texi
    • tta/perl/ext/highlight_syntax.pm
  9. Change #244757

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 13 Sep 2025 23:57:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c90ecf76d7fcedf5f203826a6379023f362c29a6

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_setup): Add comment saying what this function does.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  10. Change #244763

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 14 Sep 2025 00:30:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4478d1bb08d958c0c084098250c36369a14b1a97

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_setup): Correct comment.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  11. Change #244768

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 14 Sep 2025 13:52:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 73b5bb4703a6147cd78860b53f1273b0c1263486

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_process): increase input_languages_counters key value for each collected command.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  12. Change #244776

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 14 Sep 2025 14:09:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fd2c0984f2c90b0b4082f0104b089801012aaaaf

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_process): check earlier that HIGHLIGHT_SYNTAX is set.  Put tree elements only in languages 'commands' array.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  13. Change #244785

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 14 Sep 2025 14:47:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1b6f18cbbf61e665b8cf05da101f7c7a6aec0ad7

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_process): rename @highlighted_commands as @highlighted_commands_names.
    * tta/perl/ext/highlight_syntax.pm (_add_command_language)
    (highlight_process): separate better the 'source-highlight' case from
    the other cases.  Indeed, the other cases do not need to collect
    per-language information.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  14. Change #244797

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 14 Sep 2025 15:58:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d0516e754a1e37603d7540d7880fa4c0658ddd99

    Comments

    * tta/perl/ext/highlight_syntax.pm (_get_language): remove $cmdname argument, get it from the Texinfo tree element.  Update callers.
    * tta/perl/ext/highlight_syntax.pm (%highlighted_cmds): rename
    %commands and %highlighted_cmds.
    
    * tta/perl/ext/highlight_syntax.pm: add comments.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  15. Change #244804

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 14 Sep 2025 21:32:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a1093fef65e14c8f29b9705fe9e9a63a8488e438

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_process): chomp error lines coming from the highlighting program stderr before feeding them to converter_document_error.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  16. Change #244813

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 14 Sep 2025 22:25:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b551635683ce7f5f21991e187919280c72350a7a

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_setup, _get_language): do not map language names.  If a mapping is needed, the user could use wrappers and do the mapping in the wrapper.
    * tta/tests/other/highlight_example.texi,
    tta/tests/other/list-of-tests: use languages names that do not need
    to be mapped.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
    • tta/tests/other/highlight_example.texi
    • tta/tests/other/list-of-tests
    • tta/tests/other/res_parser/highlight_syntax_example/chapter.html
    • tta/tests/other/res_parser/highlight_syntax_example/highlight_example_highlight_C_input.C
    • tta/tests/other/res_parser/highlight_syntax_example/highlight_example_highlight_C_output.html
    • tta/tests/other/res_parser/highlight_syntax_example/highlight_example_highlight_c_input.c
    • tta/tests/other/res_parser/highlight_syntax_example/highlight_example_highlight_c_output.html
    • tta/tests/other/res_parser/highlight_syntax_example_default_language/chapter.html
    • tta/tests/other/res_parser/highlight_syntax_example_default_language/highlight_example_highlight_C_input.C
    • tta/tests/other/res_parser/highlight_syntax_example_default_language/highlight_example_highlight_C_output.html
    • tta/tests/other/res_parser/highlight_syntax_example_default_language/highlight_example_highlight_c_input.c
    • tta/tests/other/res_parser/highlight_syntax_example_default_language/highlight_example_highlight_c_output.html
    • tta/tests/other/res_parser/highlight_syntax_example_highlight/chapter.html
    • tta/tests/other/res_parser/highlight_syntax_example_latin9/chapter.html
    • tta/tests/other/res_parser/highlight_syntax_example_latin9/highlight_example_highlight_C_input.C
    • tta/tests/other/res_parser/highlight_syntax_example_latin9/highlight_example_highlight_C_output.html
    • tta/tests/other/res_parser/highlight_syntax_example_latin9/highlight_example_highlight_c_input.c
    • tta/tests/other/res_parser/highlight_syntax_example_latin9/highlight_example_highlight_c_output.html
    • tta/tests/other/res_parser/highlight_syntax_example_pygments/chapter.html
  17. Change #244823

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 17 Sep 2025 23:58:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 663c37c832d6b779933fbc786370ee39fa942f56

    Comments

    Use %l placeholder in value of HIGHLIGHT_SYNTAX
    * tta/perl/ext/highlight_syntax.pm (_substitute_language): New
    function.
    (highlight_process): Call highlight_syntax in order to substitute
    %l with the "language" for syntax highlighting, rather than
    postpending the language.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  18. Change #244832

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 18 Sep 2025 00:59:55
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision bc3f7c4675a709f7d1d1a9790f67fc6c1467721c

    Comments

    fix error in ChangeLog

    Changed files

    • ChangeLog
  19. Change #244841

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Thu 18 Sep 2025 23:23:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 066da6ee5ad6bf9cd89958acb6fa37c9760a45fe

    Comments

    * doc/texinfo.texi (Syntax Highlighting): edit * NEWS: edit announcement for HIGHLIGHT_SYNTAX

    Changed files

    • ChangeLog
    • NEWS
    • doc/texinfo.texi
  20. Change #244850

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 20 Sep 2025 13:49:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 10b7574bacda0e2a6d0fafcd4bac4ebf7187d576

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_process): concatenate with language for 'highlight' and 'pygments' instead of using the %l placeholder, for efficiency.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  21. Change #244859

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 20 Sep 2025 20:57:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b156fd7f3085fef456e3cac87dc583691e247c40

    Comments

    * TODO: remove done items: @documentinfo, use of <table> for index formatting.

    Changed files

    • ChangeLog
    • TODO
  22. Change #244867

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Sep 2025 00:26:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e4f1a0d21045b0067cafd96d1c20049ceb75bd00

    Comments

    * tta/C/convert/html_converter_api.c (html_converter_initialize), tta/C/convert/html_prepare_converter.c (html_converter_init_special_unit_varieties) (html_converter_init_special_units_info), tta/perl/XSTexinfo/convert/ConvertXS.xs (html_converter_get_customization_sv), tta/perl/XSTexinfo/convert/get_html_perl_info.c (html_converter_init_special_unit_sv): split html_converter_init_special_unit in two, with html_converter_init_special_unit_varieties that sets up the special units variety names, and html_converter_init_special_units_info that setup special units varieties information.  That way, the customization information can be setup after special units variety names have been set up, in html_converter_get_customization_sv. This also avoids the need to access default_special_unit_varieties in get_html_perl_info.c.

    Changed files

    • ChangeLog
    • tta/C/convert/html_conversion_api.h
    • tta/C/convert/html_converter_api.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/html_prepare_converter.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
  23. Change #244873

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Sep 2025 00:26:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8c03a8b4298e72ff15d19fca917fb8fbf1b0ebb7

    Comments

    * tta/C/convert/converter.h, tta/C/convert/html_prepare_converter.c (default_special_unit_varieties): declare default_special_unit_varieties in html_prepare_converter.c now that it is only used in that file.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.h
    • tta/C/convert/html_prepare_converter.c
  24. Change #244881

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

    Comments

    * doc/texinfo.texi (Syntax Highlighting): use @table @code again and remove a wrong space.
    * TODO: remove done item on source highlighting.

    Changed files

    • ChangeLog
    • TODO
    • doc/texinfo.texi
  25. Change #244888

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 28 Sep 2025 00:53:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6d994b6473a01cbdd435b6b029b378bb5e2017ae

    Comments

    * tta/perl/XSTexinfo/convert/ConvertXS.xs (count_elements_in_filename_type_names), tta/C/convert/html_conversion_state.c: move count_elements_in_filename_type_names definition to ConvertXS.xs since it is only used there.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.h
    • tta/C/convert/html_conversion_state.c
    • tta/C/convert/html_conversion_state.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs