Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris10-sparc Build #6157

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision19aa9767033204d2e090d9ab5c23d30b2c62c365
Got Revision19aa9767033204d2e090d9ab5c23d30b2c62c365
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell './autogen.sh' ( 45 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 2 secs )
    1. stdio
  4. shell_2 'gmake all' ( 23 mins, 14 secs )
    1. stdio
  5. shell_3 'gmake check' ( 42 mins, 24 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6157 Build
codebase Build
got_revision 19aa9767033204d2e090d9ab5c23d30b2c62c365 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 19aa9767033204d2e090d9ab5c23d30b2c62c365 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Feb 14 20:35:42 2026
EndSat Feb 14 22:33:08 2026
Elapsed1 hrs, 57 mins, 26 secs

All Changes:

:

  1. Change #257803

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 14 Feb 2026 18:57:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 19aa9767033204d2e090d9ab5c23d30b2c62c365

    Comments

    Add a customization function for node redirection files
    * doc/texi2any_api.texi (Customizing Node Redirection Files),
    tta/C/convert/call_html_perl_function.c
    (call_file_id_setting_redirection_file_names),
    tta/C/convert/convert_html.c (html_node_redirections),
    tta/C/main/converter_types.h (HTML_FILE_ID_SETTING_NAMES_LIST),
    tta/perl/Texinfo/Convert/HTML.pm
    (%customizable_file_id_setting_references)
    (_node_redirections): add the file_id_setting redirection_file_names
    customization function to have a possibility to set the list of node
    redirection files.  Based on a report from Jonas Hahnfeld.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/C/convert/call_html_perl_function.c
    • tta/C/convert/call_html_perl_function.h
    • tta/C/convert/convert_html.c
    • tta/C/convert/replace_perl_call_html_function.c
    • tta/C/main/converter_types.h
    • tta/perl/Texinfo/Convert/HTML.pm