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

Builder texinfo-solaris10-sparc Build #5790

Results:

Failed shell shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 54 mins, 13 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 33 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 17 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 4 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 5790 Build
codebase Build
got_revision 7c2c69d2fa9d41878da904b3821c6be5ecd713a7 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 7c2c69d2fa9d41878da904b3821c6be5ecd713a7 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. Patrice Dumas

Timing:

StartMon Jul 28 18:22:24 2025
EndMon Jul 28 19:26:44 2025
Elapsed1 hrs, 4 mins, 19 secs

All Changes:

:

  1. Change #241040

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 28 Jul 2025 18:19:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7c2c69d2fa9d41878da904b3821c6be5ecd713a7

    Comments

    * tta/swig/perl/_Texinfo_Tests.pm: add Texinfo as a link from .libs/auto to .libs, such that with .libs in @INC, XSLoader finds the Texinfo.so object file.
    * tta/C/main/replace_set_perl_interpreter.c,
    tta/C/main/set_perl_interpreter.c (set_use_perl_interpreter)
    (get_use_perl_interpreter): change the logic, by having a positive
    value if a Perl interpreter is present.  Rename
    get_no_perl_interpreter as get_use_perl_interpreter and
    set_no_perl_interpreter as set_use_perl_interpreter.  Update callers.
    
    * tta/C/main/call_perl_function.c (call_modulepath_init)
    (call_eval_load_texinfo_modules): add a function to add to @INC, call
    Texinfo::ModulePath::init and load Texinfo texi2any Perl modules.
    Similar to texi2any.pl or load_txi_modules.pl initialization code,
    but trimmed down.
    
    * tta/C/convert/texinfo.c (txi_setup_main_load_interpreter): call
    call_eval_load_texinfo_modules if use_interpreter is > 1, add
    corresponding arguments, update callers.
    
    * tta/swig/python/Makefile.am (AM_CPPFLAGS), tta/swig/perl/Makefile.am
    (AM_CPPFLAGS), tta/swig/texinfo.i: add LIBDIR in defines, add
    embed_perl and updirs arguments to setup, pass new arguments to
    txi_setup_main_load_interpreter.
    
    * tta/configure.ac (swig_perl_tests), tta/swig/perl/Makefile.am
    (t_test_files), tta/swig/perl/t/20index_sort.t: add test of index
    sorting with the comparison with texi2any Perl modules sorting.  Calls
    Texinfo::setup with use_interpreter set to 2.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/api_to_perl.c
    • tta/C/main/call_perl_function.c
    • tta/C/main/call_perl_function.h
    • tta/C/main/replace_perl_api_call.c
    • tta/C/main/replace_set_perl_interpreter.c
    • tta/C/main/set_perl_interpreter.c
    • tta/C/main/xs_utils.h
    • tta/C/texi2any.c
    • tta/configure.ac
    • tta/swig/perl/Makefile.am
    • tta/swig/perl/_Texinfo_Tests.pm
    • tta/swig/perl/t/20index_sort.t
    • tta/swig/perl/t/30source_marks.t
    • tta/swig/python/Makefile.am
    • tta/swig/texinfo.i