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

Builder texinfo-solaris11-i386 Build #7429

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 47 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 37 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 44 secs )
    1. stdio
  5. shell_3 'gmake check' ( 19 mins, 57 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 7429 Build
codebase Build
got_revision 2e4a1c8b32ce7d5ff5136253864fad38b7a6ab6e Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2e4a1c8b32ce7d5ff5136253864fad38b7a6ab6e 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. Patrice Dumas

Timing:

StartMon Jun 29 21:33:44 2026
EndMon Jun 29 22:14:56 2026
Elapsed41 mins, 12 secs

All Changes:

:

  1. Change #273248

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Jun 2026 23:07:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 59512545804e0365fc068856c752739f7346797f

    Comments

    * tta/C/main/converter_types.h (CONVERTER_CACHE_TRANSLATE): rename TRANSLATION_FUNCTION as CONVERTER_CACHE_TRANSLATE.  Update users.
    * tta/C/main/converter_types.h (CONVERTER_CDT_TREE),
    tta/C/main/convert_utils.c (expand_today, definition_category_tree)
    (translated_command_tree): add CONVERTER_CDT_TREE that brings together
    a converter and a cdt_tree function reference.  Pass it as argument to
    expand_today, definition_category_tree and translated_command_tree.
    Update callers.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/converter_types.h
    • tta/C/main/translations.c
    • tta/C/main/translations.h
  2. Change #273249

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 29 Jun 2026 23:07:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2e4a1c8b32ce7d5ff5136253864fad38b7a6ab6e

    Comments

    * tta/C/convert/converter.c (converter_format_data, cdt_tree), tta/C/convert/converter.h (CONVERTER_FORMAT_DATA), tta/C/main/convert_utils.c: add cdt_tree dispatch to CONVERTER_FORMAT_DATA.  Move cdt_tree out of convert_utils.c to converter.c and dispatch to the cdt_tree format function if found in converter_format_data, for HTML.
    * tta/C/convert/converter.c (converter_expand_today)
    (converter_translated_command_tree): remove cdt_tree_fn argument,
    pass directly cdt_tree.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/convert_html.h
    • tta/C/convert/converter.c
    • tta/C/convert/converter.h
    • tta/C/convert/format_html.c
    • tta/C/convert/html_converter_api.h
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h