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

Builder texinfo-solaris11-sparc Build #7471

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision11b200471ad49fbe35cebdb477cf1d41a19c4d0c
Got Revision11b200471ad49fbe35cebdb477cf1d41a19c4d0c
Changes2 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' ( 5 mins, 53 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 34 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 7471 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-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:

StartThu May 14 22:42:38 2026
EndThu May 14 23:02:21 2026
Elapsed19 mins, 43 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