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

Builder texinfo-solaris10-sparc Build #6337

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell './autogen.sh' ( 30 mins, 25 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 26 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 2 secs )
    1. stdio
  5. shell_3 'gmake check' ( 38 mins, 8 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 6337 Build
codebase Build
got_revision 11b200471ad49fbe35cebdb477cf1d41a19c4d0c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 11b200471ad49fbe35cebdb477cf1d41a19c4d0c 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:

StartThu May 14 22:42:38 2026
EndFri May 15 00:18:02 2026
Elapsed1 hrs, 35 mins, 23 secs

All Changes:

:

  1. Change #267158

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 14 May 2026 19:50:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ad74037f33e4dce169707450fc637da68db63f8f

    Comments

    * doc/tta_api/Makefile.am (texi2any_internals_dependencies), tta/perl/Texinfo/Parser.pm: move POD documentation of the Parser out of ParserNonXS.pm to Parser.pm.

    Changed files

    • ChangeLog
    • doc/tta_api/Makefile.am
    • tta/perl/Texinfo/Convert/ConverterNonXS.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Paragraph.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ManipulateTreeNonXS.pm
    • tta/perl/Texinfo/MiscXS.pm
    • tta/perl/Texinfo/Parser.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/ParserXS.pm
    • tta/perl/Texinfo/Reader.pm
    • tta/perl/Texinfo/StructuringNonXS.pm
    • tta/perl/Texinfo/TreeElement.pm
    • tta/perl/Texinfo/XSLoader.pm
  2. Change #267159

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 14 May 2026 22:34:39
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 11b200471ad49fbe35cebdb477cf1d41a19c4d0c

    Comments

    * tta/perl/Texinfo/ManipulateTree.pm (_copy_tree), configure.ac (Perl version and modules), tta/perl/Texinfo/Translations.pm (_replace_convert_substrings): call Scalar::Util weaken on parent added by _copy_tree.  Do not remove the parent of the tree returned after translation now that the reference is weakened.

    Changed files

    • ChangeLog
    • configure.ac
    • tta/maintain/regenerate_non_ascii_tar_file.sh
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/Translations.pm