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

Builder texinfo-solaris10-i386 Build #6814

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 6 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 41 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 36 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 46 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/slave/texinfo-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 6814 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartWed Jul 9 19:42:06 2025
EndWed Jul 9 20:03:24 2025
Elapsed21 mins, 17 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