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

Builder texinfo-solaris11-sparc Build #6755

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision640c97ca63ff2b26dc6262c1267205535ae3519b
Got Revision640c97ca63ff2b26dc6262c1267205535ae3519b
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 8 mins, 10 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 19 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-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6755 Build
codebase Build
got_revision 640c97ca63ff2b26dc6262c1267205535ae3519b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 640c97ca63ff2b26dc6262c1267205535ae3519b 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 Jul 20 01:23:29 2025
EndSun Jul 20 01:44:28 2025
Elapsed20 mins, 58 secs

All Changes:

:

  1. Change #240201

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 20 Jul 2025 01:07:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4500bfe625c43b97a18ea671846de15778b8823a

    Comments

    * tta/C/main/tree.c (new_element, new_command_element), tta/C/main/utils.c (new_element_from_names), tta/C/parsetexi/macro.c (handle_macro): create macro call elements with new_command_element.

    Changed files

    • ChangeLog
    • tta/C/main/tree.c
    • tta/C/main/utils.c
    • tta/C/parsetexi/macro.c
  2. Change #240203

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 20 Jul 2025 01:07:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a3cee700b942dab8f5764da83425ddf0c8ae9d67

    Comments

    * tta/C/convert/swig_interface.c (element_attribute_string) (set_element_attribute_string), tta/C/main/build_perl_info.c (build_element_attribute), tta/C/main/tree_types.h (AI_KEYS_LIST): remove AI_key_command_name, this information is internal to the C code and should not go through interfaces.

    Changed files

    • ChangeLog
    • tta/C/convert/swig_interface.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/tree_types.h
  3. Change #240204

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 20 Jul 2025 01:07:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a20932813ffcb80815e538d0cca52314e3584c6e

    Comments

    * tta/swig/Makefile.am (python_texinfo_wrap.c, perl_texinfo_wrap.c) (SWIG_header_dependencies): re-add header dependencies for swig command, they are not added automatically.  Revert previous commit.

    Changed files

    • ChangeLog
    • tta/swig/Makefile.am
  4. Change #240205

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 20 Jul 2025 01:14:03
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 640c97ca63ff2b26dc6262c1267205535ae3519b

    Comments

    * tta/C/convert/swig_element_data.h (TXI_TY_FLAGS_LIST), tta/C/convert/swig_interface.c (element_attribute_string) (set_element_attribute_string), tta/C/main/build_perl_info.c (build_element_attribute), tta/C/main/builtin_commands.c (element_command_name), tta/C/main/element_types.txt, tta/C/main/tree.c (new_command_element, destroy_element), tta/C/main/utils.c (new_element_from_names): add TF_with_command for type of elements coresponding to @-commands with name determined dynamically.  Replace TF_macro_call as add to index_entry_command and definfoenclose_command.  The corresponding elements have string_info[sit_command_name] set and do not have a builtin cmd code.

    Changed files

    • ChangeLog
    • tta/C/convert/swig_element_data.h
    • tta/C/convert/swig_interface.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/builtin_commands.c
    • tta/C/main/element_types.c
    • tta/C/main/element_types.txt
    • tta/C/main/tree.c
    • tta/C/main/types_data.h
    • tta/C/main/utils.c