Builder texinfo-solaris11-sparc Build #6495
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 3ff04667fdb2071a6baebd2cf69a050683ebf68c |
Got Revision | 3ff04667fdb2071a6baebd2cf69a050683ebf68c |
Changes | 1 change |
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 | 6495 | Build |
codebase | Build | |
got_revision | 3ff04667fdb2071a6baebd2cf69a050683ebf68c | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 3ff04667fdb2071a6baebd2cf69a050683ebf68c | 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 | Sat Mar 29 10:10:26 2025 |
End | Sat Mar 29 10:28:46 2025 |
Elapsed | 18 mins, 20 secs |
All Changes:
:
Change #225953
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 29 Mar 2025 10:03:40 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3ff04667fdb2071a6baebd2cf69a050683ebf68c Comments
Do not set en as default documentlanguage, use DEFAULT_STRINGS_LANG if needed (set to en) * tta/C/main/base_utils.h (TXI_DEFAULT_STRINGS_LANG), tta/perl/Texinfo/Common.pm (DEFAULT_STRINGS_LANG): define constants, set to en. * tta/C/convert/html_prepare_converter.c (html_setup_output), tta/perl/Texinfo/Convert/HTML.pm (_setup_output), tta/perl/Texinfo/Translations.pm (translate_string), tta/C/main/translations.c (translate_string): if documentlanguage is an empty string, use it for the body lang and for translations. * tta/C/convert/html_prepare_converter.c (html_setup_output), tta/perl/Texinfo/Convert/DocBook.pm (conversion_output_begin), tta/perl/Texinfo/Convert/HTML.pm (_setup_output), tta/perl/Texinfo/Translations.pm (translate_string), tta/perl/t/init/css_in_node_redirection_page.pm: use DEFAULT_STRINGS_LANG/TXI_DEFAULT_STRINGS_LANG. * tta/perl/init/chm.pm (chm_init): set language to DEFAULT_STRINGS_LANG if documentlanguage is not defined, otherwise set it to an empty string. * tta/perl/Texinfo/Convert/IXIN.pm: set lang only if documentlanguage is defined. * tta/data/converters_defaults.txt, tta/perl/Texinfo/Convert/TexinfoSXML.pm (%defaults), tta/perl/Texinfo/Convert/TexinfoXML.pm (%defaults): set default documentlanguage to undef, not to en. * tta/perl/Texinfo/Common.pm (MESSAGES_TEXTDOMAIN): use a constant.
Changed files
- ChangeLog
- tta/C/convert/converters_options.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/base_utils.h
- tta/C/main/translations.c
- tta/data/converters_defaults.txt
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/IXIN.pm
- tta/perl/Texinfo/Convert/IXINSXML.pm
- tta/perl/Texinfo/Convert/Info.pm
- tta/perl/Texinfo/Convert/TexinfoSXML.pm
- tta/perl/Texinfo/Convert/TexinfoXML.pm
- tta/perl/Texinfo/Options.pm
- tta/perl/Texinfo/Translations.pm
- tta/perl/init/chm.pm
- tta/perl/t/init/css_in_node_redirection_page.pm