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

Builder texinfo-solaris10-sparc Build #5766

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 27 mins, 41 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 53 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 7 mins, 20 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 48 mins, 42 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 5766 Build
codebase Build
got_revision 291db7f8ba141175da925bce6ca2e0ab8784eff1 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 291db7f8ba141175da925bce6ca2e0ab8784eff1 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:

StartFri Jul 25 19:12:48 2025
EndFri Jul 25 20:41:41 2025
Elapsed1 hrs, 28 mins, 52 secs

All Changes:

:

  1. Change #240643

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 25 Jul 2025 17:42:30
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9b493d6c60b02e0efeaa4a582b0f719d1b4b9b91

    Comments

    * tta/C/Makefile.am (C_libtexinfo_sources), tta/C/main/get_perl_info.c, tta/C/main/reader.h (READER_CONTEXT) (READER), tta/C/main/reader_api.h (retrieve_reader_descriptor) (txi_register_new_reader, txi_reader_read, txi_reader_skip_children), tta/C/main/tree_types.h, tta/swig/texinfo.i: move READER and READER_CONTEXT types to reader.h.  Add a new file, reader_api.h with the functions needed to use the reader, retrieve_reader_descriptor, txi_register_new_reader, txi_reader_read and txi_reader_skip_children, but no definition of READER struct.
    * tta/C/main/reader.c (destroy_reader, new_reader): rename
    txi_new_reader as new_reader.  Declare destroy_reader and new_reader
    static.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/texinfo.h
    • tta/C/main/get_perl_info.c
    • tta/C/main/get_perl_info.h
    • tta/C/main/reader.c
    • tta/C/main/reader.h
    • tta/C/main/reader_api.h
    • tta/C/main/tree_types.h
    • tta/swig/texinfo.i
  2. Change #240645

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 25 Jul 2025 18:02:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 291db7f8ba141175da925bce6ca2e0ab8784eff1

    Comments

    * tta/C/main/reader_types.h (TXI_READER_TOKEN_CAT_LST) (enum reader_token_category, READER_TOKEN), tta/C/main/tree_types.h, tta/swig/texinfo.i: move TXI_READER_TOKEN_CAT_LST, enum reader_token_category and READER_TOKEN to a distinct reader_types.h include file.
    * tta/C/main/reader.h: do not include reader_api.h.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/main/reader.c
    • tta/C/main/reader.h
    • tta/C/main/reader_api.h
    • tta/C/main/tree_types.h
    • tta/perl/XSTexinfo/reader_element/ReaderXS.xs
    • tta/swig/texinfo.i