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

Builder texinfo-solaris10-sparc Build #5862

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 28 mins, 29 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 52 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 16 secs )
    1. stdio
  5. shell_3 'gmake check' ( 57 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5862 Build
codebase Build
got_revision 4ebfa5a63dd64e12a2f96fdd00c97dd4139d34c8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4ebfa5a63dd64e12a2f96fdd00c97dd4139d34c8 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:

StartSun Aug 17 17:42:25 2025
EndSun Aug 17 19:25:55 2025
Elapsed1 hrs, 43 mins, 29 secs

All Changes:

:

  1. Change #243124

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 15:11:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ef043af1f0944d8ef3203c2671564c9a108584f7

    Comments

    * tta/C/convert/build_html_perl_info.c: remove build_html_global_units_directions and pass_html_global_units_directions.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/build_html_perl_info.h
    • tta/C/main/output_unit.h
  2. Change #243125

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 16:04:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2e3db8ff9517ee6967de826f56b827d7270aeb90

    Comments

    * tta/C/convert/build_html_perl_info.c (html_pass_conversion_initialization): remove condition on converter being non-NULL, which should always be true.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
  3. Change #243126

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 16:06:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ed009741a76499f2cb5dfa50763a0d15efcbf5f7

    Comments

    * tta/C/main/build_perl_info.c (store_output_units_texinfo_tree): add the converter SV as argument to store_output_units_texinfo_tree to align with other functions.  Update callers.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/build_perl_info.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  4. Change #243127

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 17:11:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4ebfa5a63dd64e12a2f96fdd00c97dd4139d34c8

    Comments

    * tta/C/main/build_perl_info.c (build_output_units_list), tta/perl/XSTexinfo/convert/ConvertXS.xs (get_output_units_lists), tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs (split_by_node, split_by_section): add build_output_units_list, based on pass_output_units_list case where there is no array already.  Use it where this is the case.
    * tta/C/main/build_perl_info.c (store_output_units_texinfo_tree):
    inline pass_output_units_list in store_output_units_texinfo_tree,
    using also build_output_units_list and remove pass_output_units_list.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/build_perl_info.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs