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

Builder texinfo-solaris10-sparc Build #6445

Results:

Failed

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision5a2d0c42f60ee6e52b913d426aadbb69e0dd1a4e
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 48 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6445 Build
codebase Build
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5a2d0c42f60ee6e52b913d426aadbb69e0dd1a4e 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:

StartThu Jul 30 11:04:04 2026
EndThu Jul 30 11:04:53 2026
Elapsed48 secs

All Changes:

:

  1. Change #276573

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 30 Jul 2026 11:02:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 970d06a8aefb75744299b1fcd94c0df5860c2bd6

    Comments

    Implement node line formatting in C info converter
    * tta/C/convert/plaintext_paragraph.c (para_end_line): make return
    value const.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_convert_line): add.
    
    * tta/C/convert/convert_to_info.c (info_output),
    tta/C/convert/convert_to_plaintext.c (plaintext_free_converter),
    tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE):
    add output_filename field to PLAINTEXT_CONVERTER_STATE, fill it and
    free it.
    
    * tta/C/convert/convert_to_info.c (info_format_node, directions):
    implement info_format_node.
    
    * tta/C/convert/convert_to_plaintext.c (PLAINTEXT_FORMAT_FUNCTIONS)
    (plaintext_format_node, plaintext_functions)
    (convert_to_plaintext_internal): add noop plaintext_format_node and
    add dispatch of node formatting in conversion.
    
    * tta/perl/Texinfo/Convert/Info.pm (format_node): always return
    nothing.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_info.h
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h
    • tta/C/convert/plaintext_paragraph.c
    • tta/C/convert/plaintext_paragraph.h
    • tta/C/main/plaintext_converter_state.h
    • tta/perl/Texinfo/Convert/Info.pm
  2. Change #276574

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 30 Jul 2026 12:41:03
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0a433d547afa6eadeaea8d4a09e903f6394a5b7f

    Comments

    * tta/C/convert/convert_to_plaintext.c (push_formatter) (pop_formatter): add push_formatter that wraps add_(formatter) and para_set_state.  Add para_set_state call to pop_formatter.  Replace calls of add_(formatter) by calls of push_formatter.  Remove calls of para_set_state that are not needed anymore.
    * tta/C/convert/convert_to_plaintext.c (stream_output_add_text):
    finish implementation.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/plaintext_paragraph.c
    • tta/perl/Texinfo/Convert/Info.pm
  3. Change #276575

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 30 Jul 2026 12:43:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5a2d0c42f60ee6e52b913d426aadbb69e0dd1a4e

    Comments

    * tta/perl/XSTexinfo/ParagraphXS.xs (para_end_line): adapt for para_end_line return value being const.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/ParagraphXS.xs