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

Builder texinfo-solaris11-sparc Build #7598

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 22 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 2 mins, 41 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 16 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. tta_tests_many_input_files_test-suite.log
    8. 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 7598 Build
codebase Build
got_revision 4f5f0531fd6cd0273256dd3b6d4cde4ed53509be Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4f5f0531fd6cd0273256dd3b6d4cde4ed53509be 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:

StartTue Aug 4 18:13:59 2026
EndTue Aug 4 18:24:43 2026
Elapsed10 mins, 44 secs

All Changes:

:

  1. Change #276990

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 04 Aug 2026 19:48:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4f5f0531fd6cd0273256dd3b6d4cde4ed53509be

    Comments

    XS interfaces for Plaintext and Info converters
    * tta/perl/Makefile.am (dist_convertmodules_DATA),
    tta/perl/Texinfo/Convert/Info.pm,
    tta/perl/Texinfo/Convert/InfoNonXS.pm,
    tta/perl/Texinfo/Convert/Plaintext.pm,
    tta/perl/Texinfo/Convert/PlaintextNonXS.pm,
    tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES)
    (*ConvertPlaintextXS_la*, *ConvertInfoXS_la*),
    tta/perl/XSTexinfo/convert/ConvertInfoXS.xs,
    tta/perl/XSTexinfo/convert/ConvertPlaintextXS.xs: add XS interfaces
    for Info and Plaintext converter.  Add code to load XS for Info and
    Plaintext and move implementation in Perl to InfoNonXS.pm and
    PlaintextNonXS.pm.  Add a converter function explicitely in Plaintext
    and Info converter to be able to override it with XS.  Only enabled if
    TEXINFO_XS_INCOMPLETE environment variable is set to 2.
    
    * tta/C/main/converter_types.h (enum converter_format): add
    COF_unknown, as COF_none is already for known formats, those that do
    not have a C implementation.
    
    * tta/C/convert/converter.c (converter_format_name)
    (converter_format_perl_class_name): get names of converter formats.
    
    * tta/C/convert/convert_to_info.c (info_output),
    tta/C/convert/convert_to_plaintext.c (plaintext_output)
    (plaintext_convert):release output units list.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_process_printindex):
    fix format for index entry number.
    
    * tta/C/convert/convert_to_info.c (info_format_ref),
    tta/C/convert/convert_to_plaintext.c (plaintext_format_ref): set
    label_element only if target_element is not NULL.
    
    * tta/C/convert/convert_to_info.c (info_format_ref): use
    add_to_contents_as_array to add main tree element.
    
    * tta/C/convert/convert_to_info.c (info_format_ref),
    tta/C/convert/convert_to_plaintext.c (plaintext_free_converter): free
    memory.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/get_converter_perl_info.c
    • tta/C/main/converter_types.h
    • tta/TODO
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/InfoNonXS.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/convert/ConvertInfoXS.xs
    • tta/perl/XSTexinfo/convert/ConvertPlaintextXS.xs
    • tta/perl/t/results/formats_encodings/char_latin1_latin1_in_refs/res_latex/char_latin1_latin1_in_refs.tex
    • tta/perl/t/results/formats_encodings/char_latin1_latin1_in_refs_output_encoding_latin1/res_latex/char_latin1_latin1_in_refs.tex
    • tta/perl/texi2any.pl