Builder texinfo-solaris10-sparc Build #5790
Results:
Failed shell shell_2 shell_3
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 7c2c69d2fa9d41878da904b3821c6be5ecd713a7 |
Got Revision | 7c2c69d2fa9d41878da904b3821c6be5ecd713a7 |
Changes | 1 change |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
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:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Mon Jul 28 18:22:24 2025 |
End | Mon Jul 28 19:26:44 2025 |
Elapsed | 1 hrs, 4 mins, 19 secs |
All Changes:
:
Change #241040
Category texinfo Changed by Patrice Dumas <pertusus @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