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

Builder texinfo-solaris10-sparc Build #5681

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell './autogen.sh' ( 26 mins, 50 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 59 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 29 secs )
    1. stdio
  5. shell_3 'gmake check' ( 51 mins, 10 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

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

StartWed Jul 9 19:42:04 2025
EndWed Jul 9 21:15:59 2025
Elapsed1 hrs, 33 mins, 54 secs

All Changes:

:

  1. Change #238790

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 09 Jul 2025 19:30:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 01f3f0f611559d8af8f8f496d090d520e50467dd

    Comments

    * tta/C/main/command_data.awk: set data type to other when there is no data type, for block commands.
    * tta/C/main/command_data.awk: setup lists of command data type per
    command category, TXI_CMD_CATEGORY_* in command_ids.h.
    
    * tta/C/main/builtin_commands.h (enum line_command_type)
    (enum nobrace_command_type, enum block_command_type)
    (enum brace_command_type): use enums for command data types, generated
    based on TXI_CMD_CATEGORY_*.
    
    * util/swig/Makefile.am, util/swig/texinfo.i,
    tta/C/convert/swig_command_data.h, tta/C/convert/swig_interface.c
    (*_command_data_type_name, element_command_data_type)
    (element_command_is_*): add lists of flags.  Generate element commands
    classification.  Add names of command data types.  Add
    element_command_data_type that returns a command element data type.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/swig_interface.c
    • tta/C/convert/swig_interface.h
    • tta/C/main/builtin_commands.h
    • tta/C/main/command_data.awk
    • tta/C/main/command_data.c
    • tta/C/main/command_ids.h
    • tta/TODO
    • util/swig/Makefile.am
    • util/swig/TODO
    • util/swig/texinfo.i