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

Builder texinfo-solaris11-i386 Build #6860

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 23 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 14 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 8 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 14 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6860 Build
codebase Build
got_revision 2761513c728f83aa56a164e831c2880b105c59a6 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2761513c728f83aa56a164e831c2880b105c59a6 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 Nov 10 23:27:42 2025
EndMon Nov 10 23:47:58 2025
Elapsed20 mins, 16 secs

All Changes:

:

  1. Change #248314

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Nov 2025 23:20:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 90eba7978f2a77a23c4f1cd6099201f097240f5f

    Comments

    Add tta/C/stamp.css_data to .gitignore

    Changed files

    • .gitignore
  2. Change #248315

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Nov 2025 23:20:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2761513c728f83aa56a164e831c2880b105c59a6

    Comments

    * tta/C/main/get_perl_info.c, tta/C/tree_elements/get_perl_tree_elements.c (get_lang_translations_sv, get_replaced_substrings): move to get_perl_tree_elements.c.
    * tta/perl/Texinfo/Example/TreeElementConverter.pm (%XS_overrides)
    (build_element_tree),
    tta/perl/Texinfo/Example/TreeElementReadDocBook.pm (_convert),
    tta/perl/Texinfo/Translations.pm (_substitute_element_array),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs (build_tree),
    tta/perl/XSTexinfo/reader_element/TreeElementConverterXS.xs
    (build_element_tree): add build_element_tree based on
    DocumentXS.xs build_tree, corresponding to building a tree based on a
    tree element with a handle and remove the corresponding code from
    build_tree.  Call build_element_tree in TreeElementReadDocBook.pm.
    Building a tree from a root element is still in build_tree.
    Modify Translations.pm _substitute_element_array to check for
    root element only before calling build_tree.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
    • tta/C/main/get_perl_info.h
    • tta/C/tree_elements/get_perl_tree_elements.c
    • tta/C/tree_elements/get_perl_tree_elements.h
    • tta/perl/Texinfo/Example/TreeElementConverter.pm
    • tta/perl/Texinfo/Example/TreeElementReadDocBook.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/XSTexinfo/reader_element/TreeElementConverterXS.xs