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

Builder texinfo-solaris11-sparc Build #7591

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 23 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 27 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 56 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 22 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 7591 Build
codebase Build
got_revision d715d4e0bf6d32f9d583614eecf6dd108ff14cf6 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision d715d4e0bf6d32f9d583614eecf6dd108ff14cf6 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:

StartSat Aug 1 09:44:48 2026
EndSat Aug 1 10:03:05 2026
Elapsed18 mins, 17 secs

All Changes:

:

  1. Change #276681

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 01 Aug 2026 10:04:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b22f414a045743b1a90d9924fcfe48c8901d5485

    Comments

    * 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 current_node in PLAINTEXT_CONVERTER_STATE, set and zero it.
    * tta/C/convert/convert_to_info.c
    (info_format_error_outside_of_any_node),
    tta/C/convert/convert_to_plaintext.c (PLAINTEXT_FORMAT_FUNCTIONS)
    (plaintext_format_error_outside_of_any_node): implement
    info_format_error_outside_of_any_node and add to dispatch table.

    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/main/plaintext_converter_state.h
  2. Change #276682

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 01 Aug 2026 10:04:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a676d709eadc0eb3bd94594022d28c8a7d99d045

    Comments

    Info and plaintext C converter @image formatting
    * tta/C/convert/converter.c (converter_txt_image_text): add.
    
    * tta/C/convert/convert_to_info.c (protect_image_string)
    (info_format_image, info_format_image_element),
    tta/C/convert/convert_to_plaintext.c (PLAINTEXT_FORMAT_FUNCTIONS)
    (plaintext_image_formatted_text, plaintext_format_image_element)
    (plaintext_functions, convert_to_plaintext_internal),
    tta/C/main/converter_types.h (STRING_LINE_COUNT): implement Info and
    plaintext image formatting, add dispatch.  In Info, the result is
    incorrect because NULL is used as a quoting character and the code is
    not adapted to that.
    
    * tta/C/convert/convert_to_info.c (info_format_node): check that
    node_directions is set before accessing.

    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/converter.c
    • tta/C/convert/converter.h
    • tta/C/main/converter_types.h
    • tta/perl/Texinfo/Convert/Info.pm
  3. Change #276683

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 01 Aug 2026 11:18:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d715d4e0bf6d32f9d583614eecf6dd108ff14cf6

    Comments

    * tta/C/convert/converter.c (converter_txt_image_text): do not use the buffer size as string length.
    * tta/C/convert/convert_to_plaintext.c
    (plaintext_image_formatted_text): add warning message.
    
    * tta/C/convert/convert_to_plaintext.c
    (plaintext_format_image_element), tta/C/convert/converter.c
    (converter_txt_image_text): free strings.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/converter.c