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

Builder texinfo-solaris11-i386 Build #7172

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 13 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 44 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 21 secs )
    1. stdio
  5. shell_3 'gmake check' ( 16 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7172 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartTue Mar 3 11:44:45 2026
EndTue Mar 3 12:29:47 2026
Elapsed45 mins, 1 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