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

Builder texinfo-solaris11-sparc Build #6645

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionf1b995aad4768f1cc690de3a037627d59b11db63
Got Revisionf1b995aad4768f1cc690de3a037627d59b11db63
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 55 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 15 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 39 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 6645 Build
codebase Build
got_revision f1b995aad4768f1cc690de3a037627d59b11db63 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision f1b995aad4768f1cc690de3a037627d59b11db63 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:

StartMon Jun 23 12:47:32 2025
EndMon Jun 23 13:07:48 2025
Elapsed20 mins, 16 secs

All Changes:

:

  1. Change #237532

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 23 Jun 2025 12:26:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1b6fd9ec790a678ffba130b501c9936a60684eb8

    Comments

    * tta/C/main/manipulate_tree.c (modify_tree), tta/perl/Texinfo/ManipulateTree.pm (modify_tree): comment out specific handling of element in source marks, it could be done on each element.
    * tta/perl/ext/latex2html.pm: change in comments.

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/ext/latex2html.pm
  2. Change #237533

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 23 Jun 2025 12:29:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fdf2b3ceb5a83d3c21f8ab9f40727dde4dac2c46

    Comments

    * tta/C/main/tree_types.h (TXI_READER_TOKEN_CAT_LST, enum reader_token_category), tta/perl/Texinfo/Reader.pm (constant) (%token_category_name): rename reader token categories as TXI_READER_* instead of TXI_ELEMENT_*.  Update codes using those constants.

    Changed files

    • ChangeLog
    • tta/C/main/reader.c
    • tta/C/main/tree_types.h
    • tta/perl/Texinfo/Convert/TestReader.pm
    • tta/perl/Texinfo/Example/ReadDocBook.pm
    • tta/perl/Texinfo/Example/TreeElementReadDocBook.pm
    • tta/perl/Texinfo/Reader.pm
    • tta/perl/Texinfo/ReaderNonXS.pm
  3. Change #237534

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 23 Jun 2025 12:36:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f1b995aad4768f1cc690de3a037627d59b11db63

    Comments

    * tta/perl/Texinfo/Common.pm, tta/perl/Texinfo/ParserNonXS.pm (_rearrange_tree_beginning, _add_preamble_before_content) (_parse_texi_document): move _rearrange_tree_beginning from Common.pm to ParserNonXS.pm.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/ParserNonXS.pm