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

Builder texinfo-solaris10-sparc Build #6477

Results:

Failed shell shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88
Got Revision8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 51 mins, 30 secs )
    1. stdio
  3. shell_1 './configure' ( 10 mins, 4 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 5 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6477 Build
codebase Build
got_revision 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 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 10 17:53:56 2026
EndMon Aug 10 18:55:48 2026
Elapsed1 hrs, 1 mins, 51 secs

All Changes:

:

  1. Change #277702

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Aug 2026 18:42:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 11e06bf643c2c2de47a5e04970f25e4b2f238348

    Comments

    * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): do not call return on format_contents dispatched function, it is a function returning void and is called in a void function.
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): set text_before and text_after to
    empty string in case of bug.
    
    * tta/C/convert/convert_to_plaintext.c (ensure_end_of_line): add.
    
    * tta/C/convert/convert_to_info.c (info_output),
    tta/C/convert/convert_to_plaintext.c
    (plaintext_conversion_finalization, convert_to_plaintext_internal),
    tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE):
    add text_before_first_node field in PLAINTEXT_CONVERTER_STATE, set and
    use text_before_first_node.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): add some conditions for now existing
    elements, and use braces instead of ; when there is no code yet.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
    • tta/C/texi2any.c
  2. Change #277703

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Aug 2026 19:26:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88

    Comments

    * tta/C/convert/convert_to_info.c (info_output): handle invalid documentscript.
    * tta/C/convert/convert_to_plaintext.c (plaintext_process_printindex):
    unallocate "(outside of any node)" translated tree.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): handle @math without argument.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): stream and free the prepared text.
    
    * tta/C/convert/html_conversion_state.c
    (html_unset_multiple_conversions)
    (html_close_registered_sections_level), tta/C/main/command_stack.c
    (pop_string_stack): add pop_string_stack that frees the top string
    before calling pop_(string).  Use it instead of pop_(string).

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/main/command_stack.c
    • tta/C/main/command_stack.h