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

Builder texinfo-solaris11-sparc Build #7547

Results:

Build successful

SourceStamp:

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

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' ( 6 mins, 27 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 26 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 52 secs )
    1. stdio
  5. shell_3 'gmake check' ( 3 mins, 56 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. 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 7547 Build
codebase Build
got_revision 34ab712e19b4bdcf408c66284439694c39c290c8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 34ab712e19b4bdcf408c66284439694c39c290c8 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:

StartWed Jun 17 01:11:38 2026
EndWed Jun 17 01:27:27 2026
Elapsed15 mins, 48 secs

All Changes:

:

  1. Change #271407

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 17 Jun 2026 01:06:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 34ab712e19b4bdcf408c66284439694c39c290c8

    Comments

    * tta/C/main/document.c (document_sorted_indices_by_index) (document_sorted_indices_by_letter) (print_document_indices_sort_strings), tta/perl/Texinfo/DocumentNonXS.pm (print_document_indices_sort_string), tta/perl/XSTexinfo/parser_document/DocumentXS.xs (print_document_indices_sort_strings): remove unused converter arguments.  Update callers.
    * tta/perl/t/test_utils.pl (test): remove use of a converter for
    a print_document_indices_sort_strings call with converter, as it is
    not possible anymore.
    
    * tta/perl/Texinfo/Convert/Converter.pm
    (_converter_indices_sort_strings): rename
    converter_indices_sort_strings as _converter_indices_sort_strings.
    
    * tta/perl/Texinfo/DocumentNonXS.pm (document_indices_sort_strings),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs: put
    setup_indices_sort_strings code in document_indices_sort_strings and
    remove setup_indices_sort_strings, since it is not called anymore.
    
    * tta/C/convert/texinfo.h, tta/swig/texinfo.i: remove
    STTF_setup_index_entries_sort_strings now that it has no effect.
    Update users.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Convert-Converter.texi
    • doc/tta_api/api_includes/Texinfo-Document.texi
    • doc/tta_api/api_includes/Texinfo-Indices.texi
    • tta/C/api_for_swig/swig_interface.c
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/document.c
    • tta/C/main/document.h
    • tta/C/main/manipulate_indices.c
    • tta/C/texi2any.c
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/DocumentNonXS.pm
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/t/test_utils.pl
    • tta/perl/t/z_misc/test_sort.t
    • tta/perl/texi2any.pl
    • tta/swig/python/test_Texinfo.py
    • tta/swig/texinfo.i