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

Builder texinfo-solaris10-i386 Build #7605

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision31ba6613e9e1827144bb1f51590af80bd13391b5
Got Revision31ba6613e9e1827144bb1f51590af80bd13391b5
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 25 secs )
    1. stdio
  3. shell_1 './configure' ( 8 mins, 26 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 4 secs )
    1. stdio
  5. shell_3 'gmake check' ( 3 mins, 43 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7605 Build
codebase Build
got_revision 31ba6613e9e1827144bb1f51590af80bd13391b5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 31ba6613e9e1827144bb1f51590af80bd13391b5 Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun Jun 7 15:12:39 2026
EndSun Jun 7 15:44:27 2026
Elapsed31 mins, 47 secs

All Changes:

:

  1. Change #269743

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 07 Jun 2026 15:00:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 31ba6613e9e1827144bb1f51590af80bd13391b5

    Comments

    Never use a Perl interpreter in the SWIG interface
    * tta/swig/texinfo.i (txi_ext_inline_setup): remove loading of
    an interpreter or texi2any modules from txi_ext_inline_setup.
    Remove collation_language and collation_locale arguments of
    txi_ext_inline_get_index_sorted_by_index.  Remove
    interpreter_use_types.h include.
    
    * tta/swig/perl/Makefile.PL, tta/swig/perl/Makefile.am (AM_CPPFLAGS),
    tta/swig/python/Makefile.am (AM_CPPFLAGS): remove USE_PERL_INTERPRETER
    and EMBED_PERL flags settings.  Remove dependency on
    interpreter_use_types.h.
    
    * tta/swig/perl/t/20index_sort.t: remove language argument from
    Texinfo::get_index_sorted_by_index call and skip test of language
    tailored sorting as it is not possible anymore.
    
    * tta/swig/perl/parse_refold.pl, tta/swig/python/test_Texinfo.py:
    update call of Texinfo setup.
    
    * tta/swig/python/Makefile.am (AM_CPPFLAGS): remove linking against
    perl libraries.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/call_perl_function.c
    • tta/swig/perl/Makefile.PL
    • tta/swig/perl/Makefile.am
    • tta/swig/perl/parse_refold.pl
    • tta/swig/perl/t/20index_sort.t
    • tta/swig/python/Makefile.am
    • tta/swig/python/test_Texinfo.py
    • tta/swig/texinfo.i