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

Builder texinfo-solaris11-i386 Build #7352

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8fdfd0842f3f1074633b497dffa6df434dffeefb
Got Revision8fdfd0842f3f1074633b497dffa6df434dffeefb
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 25 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 8 mins, 46 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 5 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7352 Build
codebase Build
got_revision 8fdfd0842f3f1074633b497dffa6df434dffeefb Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8fdfd0842f3f1074633b497dffa6df434dffeefb Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat May 30 00:55:11 2026
EndSat May 30 01:16:19 2026
Elapsed21 mins, 7 secs

All Changes:

:

  1. Change #268810

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 29 May 2026 21:21:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c13a47bfb03134ffa083c19331d75eff1387b963

    Comments

    * tta/C/main/manipulate_indices.c (setup_index_entries_sort_strings): use a cast to convert char *to uint8_t * and avoid a useless copy of the string.
    * tta/C/main/manipulate_indices.c (setup_index_entries_sort_strings):
    use locale variables for code clarity.
    
    * tta/C/main/unicode.c (utf8_from_string, string_from_utf8): remove
    comments, assume that casting is always a good way to convert between
    char and uint8_t.

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_indices.c
    • tta/C/main/unicode.c
  2. Change #268811

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 29 May 2026 22:15:27
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8ecf94e983b49609490bdd528517e67e33cad814

    Comments

    * tta/C/convert/html_prepare_converter.c (html_format_setup), tta/perl/Texinfo/Convert/Converter.pm: do not call setup_converter_generic, instead add a comment in Converter.pm to explain that it should be loaded first.
    * tta/C/convert/converter.c (setup_converter_generic): consider
    that the function is called only once, now that it is not called
    from html_format_setup anymore.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/html_prepare_converter.c
    • tta/perl/Texinfo/Convert/Converter.pm
  3. Change #268812

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 30 May 2026 00:05:03
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4269bc6d6e0c6422a0c4587bd61dc9df84bace7f

    Comments

    * tta/C/texi2any.c (main): verify if documentlanguage_collation_option and collation_language_option are NULL before accessing the value.
    * tta/perl/XSTexinfo/parser_document/DocumentXS.xs (init): reorganize
    code to avoid using an intermediary variable.
    
    * tta/C/convert/texinfo.c (txi_converter_output_format_setup),
    tta/C/texi2any.c (main),
    tta/perl/XSTexinfo/convert/ConvertConverterXS.xs (init),
    tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (init): call
    setup_converter_generic and html_format_setup from texi2any main
    and not from XS init functions when Perl is embedded and called from
    C.  Leave only code loading Perl modules in
    txi_converter_output_format_setup.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/texi2any.c
    • tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
  4. Change #268813

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 30 May 2026 00:51:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8fdfd0842f3f1074633b497dffa6df434dffeefb

    Comments

    * tta/C/convert/converter.c (converter_format_data) (setup_converter_format), tta/C/convert/converter.h (CONVERTER_FORMAT_DATA), tta/C/convert/html_prepare_converter.c (html_format_setup): add format_setup function reference in CONVERTER_FORMAT_DATA and add setup_converter_format that calls setup_converter_generic and the format specific format_setup to initialize the converter format data.  Add converter_format argument to html_format_setup.  Update callers.
    * tta/C/texi2any.c (main): call setup_converter_format.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/html_converter_api.h
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/texinfo.c
    • tta/C/texi2any.c
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs