Builder texinfo-solaris11-sparc Build #7320
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | da2650e205d407ebff40e2d368a7a9805cea06e7 |
| Got Revision | da2650e205d407ebff40e2d368a7a9805cea06e7 |
| Changes | 5 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
| buildername | texinfo-solaris11-sparc | Builder |
| buildnumber | 7320 | Build |
| codebase | Build | |
| got_revision | da2650e205d407ebff40e2d368a7a9805cea06e7 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | da2650e205d407ebff40e2d368a7a9805cea06e7 | Build |
| scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Tue Mar 3 19:39:05 2026 |
| End | Tue Mar 3 20:00:38 2026 |
| Elapsed | 21 mins, 32 secs |
All Changes:
:
Change #259753
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:18:12 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 33252019403f7e700cb5da0e156bb2723752564b Comments
* tta/perl/Texinfo/Convert/Text.pm (XS_convert_tree), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_convert_tree): rename _convert_tree_with_XS and text_convert_tree as XS_convert_tree. * tta/perl/Texinfo/Convert/Text.pm (XS_convert_tree, convert_to_text) (convert, output), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_convert_tree): determine in XS_convert_tree if a C element corresponding to the input Perl tree element is found and if not found return undef. Always call XS_convert_tree in Perl code, and determine if the element was converted by checking if the return value is undef.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259754
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:18:22 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3ef270f4c738f038ee4a4b2154b72ffa8274dc44 Comments
* tta/perl/Makefile.am (dist_convertmodules_DATA), tta/perl/Texinfo/Convert/Text.pm (BEGIN), tta/perl/Texinfo/Convert/TextNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_ConvertTextXS_la_*), tta/perl/XSTexinfo/convert/ConvertXS.xs, tta/perl/XSTexinfo/convert/ConvertTextXS.xs: add TextNonXS.pm based on Text.pm with the trivial code present in the XS interface. Split ConvertTextXS.xs out of ConvertXS.xs with the Texinfo::Convert::Text XS interface code. Add loading of XS module in Text.pm. * tta/perl/XSTexinfo/Makefile.am: cleanups.
Changed files
- .gitignore
- ChangeLog
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/Convert/TextNonXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/convert/ConvertTextXS.xs
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259755
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:19:35 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision e961992fc379026303b647f8384aff35723613eb Comments
* tta/C/convert/converter.c (setup_converter_generic_done) (setup_converter_generic), tta/C/convert/html_prepare_converter.c (html_format_setup): have html_format_setup call setup_converter_generic_done as it depends on some xml conversion data having been set. Add setup_converter_generic_done to avoid running setup_converter_generic code twice. * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides, import), tta/perl/XSTexinfo/convert/ConvertXS.xs (init): call html_format_setup in init in ConvertXS.xs. Remove html_format_setup. * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides) (html_converter_initialize_beginning) (XS_html_converter_get_customization), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_html_converter_get_customization): rename _XS_html_converter_initialize_beginning as html_converter_initialize_beginning and _XS_html_converter_get_customization and html_converter_get_customization_sv as XS_html_converter_get_customization. * tta/perl/Texinfo/Convert/HTML.pm (html_converter_initialize_beginning, converter_initialize): do not use a dynamic check of converter_descriptor presence before html_converter_initialize_beginning and converter_initialize calls, it should always set and we do not do it for any other function. Move Perl code called where html_converter_initialize_beginning was to the function.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/html_prepare_converter.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259756
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:29:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f64fc2d9d9d8a4f52cb9048d077fa813bba2fbd3 Comments
* tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides), tta/perl/XSTexinfo/convert/ConvertXS.xs: use the same name in Perl code and in XS interface.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259757
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:29:24 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision da2650e205d407ebff40e2d368a7a9805cea06e7 Comments
* tta/perl/Makefile.am (dist_convertmodules_DATA), tta/perl/Texinfo/Convert/HTML.pm (BEGIN), tta/perl/Texinfo/Convert/HTMLNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_ConvertHTMLXS_la_*), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: add HTMLNonXS.pm based on HTML.pm for the code also in the XS interface. Rename ConvertXS.xs as ConvertHTMLXS.xs. Add loading of XS module in HTML.pm. Use the same name in Perl code and in XS interface.
Changed files
- .gitignore
- ChangeLog
- tta/C/main/build_perl_info.c
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/ConvertXS.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/TextNonXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
- tta/perl/XSTexinfo/convert/ConvertXS.xs
- tta/perl/t/test_utils.pl
- tta/perl/texi2any.pl