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

Builder texinfo-solaris11-sparc Build #7633

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 34 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7633 Build
codebase Build
got_revision 25a44e95268ca8ec7653a3ef19a9eaeab39a85d7 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 25a44e95268ca8ec7653a3ef19a9eaeab39a85d7 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:

StartSun Aug 16 21:24:24 2026
EndSun Aug 16 21:42:55 2026
Elapsed18 mins, 31 secs

All Changes:

:

  1. Change #278382

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 16 Aug 2026 20:53:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3e189cded4ab7fe8229bcaf31170a53dc005f3e0

    Comments

    Convert @listoffloats in C plaintext
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): convert listoffloats.
    
    * tta/C/convert/format_html.c (html_convert_listoffloats_command):
    break at the first matching listoffloats type.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/format_html.c
  2. Change #278383

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 16 Aug 2026 22:59:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 25a44e95268ca8ec7653a3ef19a9eaeab39a85d7

    Comments

    Convert @float and @cartouche in C plaintext
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): assume
    argument_line is set for float, and use it as a variable.
    
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): rename
    element for elements below caption to content.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): handle float and cartouche.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/converter.c
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm