Builder texinfo-solaris10-i386 Build #7605
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 31ba6613e9e1827144bb1f51590af80bd13391b5 |
| Got Revision | 31ba6613e9e1827144bb1f51590af80bd13391b5 |
| Changes | 1 change |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Sun Jun 7 15:12:39 2026 |
| End | Sun Jun 7 15:44:27 2026 |
| Elapsed | 31 mins, 47 secs |
All Changes:
:
Change #269743
Category texinfo Changed by Patrice Dumas <pertusus@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