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

Builder texinfo-solaris10-sparc Build #6376

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision86ce3a2d36801ebc2078f51e7f624be8dde3205a
Got Revision86ce3a2d36801ebc2078f51e7f624be8dde3205a
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 59 secs )
    1. stdio
  2. shell './autogen.sh' ( 48 mins, 30 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 2 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 mins, 7 secs )
    1. stdio
  5. shell_3 'gmake check' ( 9 mins, 1 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 6376 Build
codebase Build
got_revision 86ce3a2d36801ebc2078f51e7f624be8dde3205a Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 86ce3a2d36801ebc2078f51e7f624be8dde3205a 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartSat Jun 6 00:22:49 2026
EndSat Jun 6 01:50:32 2026
Elapsed1 hrs, 27 mins, 42 secs

All Changes:

:

  1. Change #269607

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 06 Jun 2026 00:00:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1a65cf15a9bfa33616e380f4a698ef149758ff3e

    Comments

    * texindex/ti.twjr: Use @nodedescription instead of explicit @menu throughout.

    Changed files

    • ChangeLog
    • texindex/ti.twjr
  2. Change #269608

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 06 Jun 2026 00:06:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 090159ec7b06a3212cb8f110600e4353719fc2ca

    Comments

    * texindex/ti.twjr (Top): remove @menu and @detailmenu.

    Changed files

    • ChangeLog
    • texindex/ti.twjr
  3. Change #269609

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 06 Jun 2026 00:16:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5ae3988cdf6241b89acc8dcca05b04c6b58c5c36

    Comments

    * tta/C/convert/convert_html.c (html_convert_tree_append): add type with missing conversion function in error message.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/main/call_perl_function.c
    • tta/C/main/manipulate_indices.c
  4. Change #269610

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 06 Jun 2026 00:16:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 95fb3b275f45a54dfb7eb692a8e3ed2592c03d72

    Comments

    * tta/swig/perl/t/20index_sort.t: add entries with sorting order changing with language.  Add a test with sv language used for sorting.

    Changed files

    • ChangeLog
    • tta/swig/perl/t/20index_sort.t
  5. Change #269611

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 06 Jun 2026 00:16:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dfb8fb814330c3addbfbab3ae0c2314146f1ef6a

    Comments

    * tta/C/convert/texinfo.c (txi_use_interpreter_load_modules) (txi_setup_load_interpreter), tta/C/texi2any.c (main), tta/swig/texinfo.i (txi_ext_inline_setup): split code loading modules but not embedding a Perl interpreter out of txi_setup_main_load_interpreter, since there is nothing in common with the case of embedding a Perl interpreter.  Rename txi_setup_main_load_interpreter as txi_setup_load_interpreter. Update functions previously calling txi_setup_main_load_interpreter.
    * tta/swig/perl/parse_refold.pl, tta/swig/python/test_Texinfo.py,
    tta/swig/texinfo.i (txi_ext_inline_setup): change txi_ext_inline_setup
    argument to be a simple 1 or 0 to determine if using an interpreter
    instead of an enum interpreter_use.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/texi2any.c
    • tta/swig/perl/parse_refold.pl
    • tta/swig/python/test_Texinfo.py
    • tta/swig/texinfo.i
  6. Change #269612

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 06 Jun 2026 00:16:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 86ce3a2d36801ebc2078f51e7f624be8dde3205a

    Comments

    Load an embedded Perl interpreter in SWIG only when needed
    * tta/C/convert/texinfo.c (txi_use_interpreter_load_modules): return a
    status.
    
    * tta/swig/texinfo.i (use_interpreter_state, txi_ext_inline_setup)
    (txi_ext_inline_get_index_sorted_by_index): setup loaded interpreter
    using txi_interpreter_want_embedded.  Add
    txi_ext_inline_get_index_sorted_by_index wrapper around
    txi_ext_get_index_sorted_by_index that loads a Perl embedded
    interpreter if needed and calls txi_ext_get_index_sorted_by_index.
    Set use_interpreter_state to txi_interpreter_want_embedded in
    txi_ext_inline_setup if using an existing Perl interpreter and the
    call of txi_use_interpreter_load_modules succeeded.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/swig/texinfo.i