Builder texinfo-solaris11-i386 Build #6372
Results:
Failed shell_3
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 3badc28ffd374ab16ea3801a8b261f80f7ddfdca |
Got Revision | 3badc28ffd374ab16ea3801a8b261f80f7ddfdca |
Changes | 3 changes |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave |
buildername | texinfo-solaris11-i386 | Builder |
buildnumber | 6372 | Build |
codebase | Build | |
got_revision | 3badc28ffd374ab16ea3801a8b261f80f7ddfdca | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 3badc28ffd374ab16ea3801a8b261f80f7ddfdca | Build |
scheduler | schedule-texinfo-solaris11-i386 | Scheduler |
slavename | unstable11x | BuildSlave |
workdir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Sun Mar 16 00:20:53 2025 |
End | Sun Mar 16 00:52:23 2025 |
Elapsed | 31 mins, 29 secs |
All Changes:
:
Change #225089
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 15 Mar 2025 23:38:44 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision fdfce6557492b22b310965f4225198dd682a86a4 Comments
External node and redirection file names independent of customization * tta/C/convert/converter.c (normalized_sectioning_command_filename), tta/C/convert/format_html.c (html_normalized_label_id_file): initialize TARGET_FILENAME with new_target_filename. * tta/C/main/converter_types.h (TARGET_FILENAME), tta/C/main/utils.c (new_target_filename): add extension field to TARGET_FILENAME, and initialize the whole structure to 0 in new_target_filename. * tta/C/convert/format_html.c (html_standard_label_id_file), tta/perl/Texinfo/Convert/HTML.pm (standard_label_id_file): add function to setup node filename, target and extension based on default customizaiton values and arguments for extension. * tta/C/convert/convert_html.c (html_node_redirections), tta/C/convert/format_html.c (external_node_href), tta/perl/Texinfo/Convert/HTML.pm (_external_node_href) (_node_redirections): call html_standard_label_id_file to determine node redirection file name and external node file name instead of using the node file names used for local nodes. * tta/C/convert/convert_html.c (html_node_redirections), tta/perl/Texinfo/Convert/HTML.pm (_node_redirections): add transliterated file names nodes redirection files if TRANSLITERATE_FILE_NAMES is set.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/convert/format_html.h
- tta/C/main/converter_types.h
- tta/C/main/utils.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/t/results/html_tests/redirection_same_labels.pl
- tta/perl/t/results/html_tests/transliterated_names_conflicts.pl
Change #225090
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 15 Mar 2025 23:55:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 4f692096a750209992347466b99d6268e5818b12 Comments
* tta/C/convert/convert_html.c (html_node_redirections), tta/C/convert/format_html.c (external_node_href), tta/perl/Texinfo/Convert/HTML.pm (_external_node_href) (_node_redirections): use user-defined EXTERNAL_CROSSREF_EXTENSION customization variable value, it is only used there.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/format_html.c
- tta/perl/Texinfo/Convert/HTML.pm
Change #225091
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 16 Mar 2025 00:18:26 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3badc28ffd374ab16ea3801a8b261f80f7ddfdca Comments
* NEWS, doc/texinfo.texi (HTML Xref Link Basics) (HTML Xref 8-bit Character Expansion) (File Names and Links Customization for HTML) (HTML Customization Variables List): update documentation for changes making external node and redirection file names more independent of customization.
Changed files
- ChangeLog
- NEWS
- doc/texinfo.texi