Builder texinfo-solaris10-i386 Build #7318
Results:
Failed shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 95d38c7cf2e4f30e200456e8aacf5d28584e6919 |
| Got Revision | 95d38c7cf2e4f30e200456e8aacf5d28584e6919 |
| 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 | 7318 | Build |
| codebase | Build | |
| got_revision | 95d38c7cf2e4f30e200456e8aacf5d28584e6919 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 95d38c7cf2e4f30e200456e8aacf5d28584e6919 | 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 | Thu Jan 29 00:39:24 2026 |
| End | Thu Jan 29 01:04:22 2026 |
| Elapsed | 24 mins, 57 secs |
All Changes:
:
Change #256602
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Thu 29 Jan 2026 00:29:08 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 95d38c7cf2e4f30e200456e8aacf5d28584e6919 Comments
Separate XS module for Texinfo::Convert::Texinfo * tta/perl/Texinfo/Convert/TexinfoNonXS.pm (convert_to_texinfo), tta/perl/Texinfo/Convert/TexinfoXS.pm (convert_to_texinfo), tta/perl/Texinfo/Convert/Texinfo.pm (BEGIN, convert_to_texinfoNonXS), tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs (plain_texinfo_convert_tree), tta/perl/XSTexinfo/convert/ConvertXS.xs, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, CLEANFILES) (EXTRA_DIST, ConvertToTexinfoXS_la_*): add TexinfoNonXS.pm and TexinfoXS.pm with the convert_to_texinfo implementation without and with XS. Move the plain_texinfo_convert_tree XS interface function to a new XS file used only for the Texinfo::Convert::Texinfo module, ConvertToTexinfoXS.xs. Add a BEGIN block in Texinfo.pm to load the Perl modules and XS module and remove the function override. Rename _convert_to_texinfo as convert_to_texinfoNonXS and leave it in the main Texinfo.pm module as it may be called by both TexinfoNonXS.pm and TexinfoXS.pm. * tta/perl/Texinfo/Convert/PlainTexinfo.pm (convert_tree): adapt for change in Texinfo::Convert::Texinfo.
Changed files
- .gitignore
- ChangeLog
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/PlainTexinfo.pm
- tta/perl/Texinfo/Convert/Texinfo.pm
- tta/perl/Texinfo/Convert/TexinfoNonXS.pm
- tta/perl/Texinfo/Convert/TexinfoXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs
- tta/perl/XSTexinfo/convert/ConvertXS.xs