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

Builder texinfo-solaris11-sparc Build #7318

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartTue Mar 3 11:44:44 2026
EndTue Mar 3 12:06:27 2026
Elapsed21 mins, 42 secs

All Changes:

:

  1. Change #259678

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 11:30:22
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b4fea8e082b7c165927b8d419c70a57537956945

    Comments

    * tta/perl/Makefile.am (dist_modules_DATA), tta/perl/Texinfo/StructuringNonXS.pm, tta/perl/Texinfo/Structuring.pm, tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs, tta/perl/XSTexinfo/parser_document/StructuringXS.xs, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_StructuringXS_la_*): add StructuringNonXS.pm based on Structuring.pm code, keeping only code also in the XS interface.  Separate StructuringXS.xs from StructuringTransfoXS.xs with the structuring interface only.  Add loading of XS in Structuring.pm and keep code not in the XS interface too.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/StructuringNonXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    • tta/perl/XSTexinfo/parser_document/StructuringXS.xs
  2. Change #259679

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 11:30:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8828ab1dae5075212ec7322bfbff84d6204a38d8

    Comments

    * tta/perl/Makefile.am (dist_modules_DATA), tta/perl/Texinfo/Transformations.pm, tta/perl/Texinfo/TransformationsNonXS.pm tta/perl/XSTexinfo/parser_document/TransformationsXS.xs, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES) (*_TransformationsXS_la_*), tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs: add TransformationsNonXS.pm based on Transformations.pm with the code also present in the XS interface.  Separate TransformationsXS.xs from StructuringTransfoXS.xs with the transformations interface only.  Add loading of XS modules in Transformations.pm and keep the code not in the XS interface in that file too.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/TransformationsNonXS.pm
    • tta/perl/Texinfo/TreeElement.pm
    • tta/perl/Texinfo/TreeElementNonXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    • tta/perl/XSTexinfo/parser_document/TransformationsXS.xs
  3. Change #259680

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 11:30:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4ee2cc67f01a86385983c832faf11ff6aa9bf455

    Comments

    * tta/perl/Makefile.am (dist_modules_DATA), tta/perl/Texinfo/ManipulateTree.pm, tta/perl/Texinfo/ManipulateTreeNonXS.pm, tta/perl/Texinfo/OutputUnits.pm, tta/perl/Texinfo/OutputUnitsNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_OutputUnitsXS_*) (*_ManipulateTreeXS_la_), tta/perl/XSTexinfo/parser_document/ManipulateTreeXS.xs, tta/perl/XSTexinfo/parser_document/OutputUnitsXS.xs: add OutputUnitsNonXS.pm based on OutputUnits.pm with the code also present in the XS interface.  Similarly, add ManipulateTreeNonXS.pm based on ManipulateTree.pm with the code also present in the XS interface. Split StructuringTransfoXS.xs in ManipulateTreeXS.xs and OutputUnitsXS.xs. Add loading of XS module in OutputUnits.pm and ManipulateTree.pm, and keep there the functions not in the XS interfaces. Remove StructuringTransfoXS.xs and perl/Texinfo/StructTransfXS.pm.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/ManipulateTreeNonXS.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/OutputUnitsNonXS.pm
    • tta/perl/Texinfo/StructTransfXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/parser_document/ManipulateTreeXS.xs
    • tta/perl/XSTexinfo/parser_document/OutputUnitsXS.xs
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs