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

Builder texinfo-solaris11-i386 Build #7421

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 51 secs )
    1. stdio
  5. shell_3 'gmake check' ( 23 mins, 28 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7421 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartFri Jun 26 20:34:18 2026
EndFri Jun 26 21:23:22 2026
Elapsed49 mins, 4 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