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

Builder texinfo-solaris11-sparc Build #7575

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2d2d66edc6112f035367e19f647c21dd93dc752f
Got Revision2d2d66edc6112f035367e19f647c21dd93dc752f
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' ( 9 mins, 6 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 2 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 54 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 7575 Build
codebase Build
got_revision 2d2d66edc6112f035367e19f647c21dd93dc752f Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2d2d66edc6112f035367e19f647c21dd93dc752f 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. Gavin Smith

Timing:

StartFri Jun 26 20:34:19 2026
EndFri Jun 26 20:55:59 2026
Elapsed21 mins, 40 secs

All Changes:

:

  1. Change #272979

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 26 Jun 2026 20:18:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2d2d66edc6112f035367e19f647c21dd93dc752f

    Comments

    Continue C plaintext converter
    * tta/C/main/converter_types.h (PLAINTEXT_CONVERSION_STATE): New type.
    (struct CONVERTER): Add PLAINTEXT_CONVERSION_STATE plaintext_converter
    field.
    
    * tta/C/convert/convert_to_plaintext.c: Take and pass around a CONVERTER
    object.  Add stubs for stream_output_* functions using text object in
    plaintext_converter field, and call stream_output instead of appending
    to TEXT object.
    
    Note: until convert_to_plaintext.c (and other new code) is complete,
    ChangeLog entries may not be as detailed as usual.  Other changes
    affecting established parts of the code should still be described
    to the usual standard.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h
    • tta/C/convert/plaintext_converter_api.c
    • tta/C/main/converter_types.h