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

Builder texinfo-solaris11-i386 Build #6962

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionb1bff5986dd79196a9cb6341e145dfe6909f2963
Got Revisionb1bff5986dd79196a9cb6341e145dfe6909f2963
Changes3 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 6 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 38 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 54 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/slave/texinfo-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6962 Build
codebase Build
got_revision b1bff5986dd79196a9cb6341e145dfe6909f2963 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision b1bff5986dd79196a9cb6341e145dfe6909f2963 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartTue Dec 23 00:52:51 2025
EndTue Dec 23 01:28:00 2025
Elapsed35 mins, 9 secs

All Changes:

:

  1. Change #253099

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 22 Dec 2025 21:15:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ebc4066e58abe87188fea62b4705fea944b72210

    Comments

    * tta/perl/XSTexinfo/convert/get_html_perl_info.c: remove unused html_get_jslicenses_sv function.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
  2. Change #253100

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 22 Dec 2025 23:27:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0c17f5bf4203cc668fb066e2c7846c6ca02a8e14

    Comments

    * tta/C/convert/html_converter_finish.c (html_reset_converter), tta/C/convert/html_prepare_converter.c (html_reset_files_source_info) (html_prepare_units_directions_files): move html_reset_files_source_info to html_prepare_converter.c.  Do not call html_reset_files_source_info in html_reset_converter, instead call it in html_prepare_units_directions_files before being set.
    * tta/C/convert/html_converter_finish.c (html_reset_converter)
    (html_free_converter), tta/C/convert/html_prepare_converter.c
    (free_js_categories_list, html_conversion_initialization): move the
    code free'ing js categories list to html_prepare_converter.c and call
    it in html_conversion_initialization and in html_free_converter, not
    in html_reset_converter.

    Changed files

    • ChangeLog
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/html_prepare_converter.h
    • tta/C/main/converter_types.h
    • tta/TODO
  3. Change #253101

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 23 Dec 2025 00:46:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b1bff5986dd79196a9cb6341e145dfe6909f2963

    Comments

    * tta/C/convert/html_converter_api.c (html_output, html_convert), tta/perl/XSTexinfo/convert/ConvertXS.xs (html_output, html_convert): use consistently document_name and not converter->document_name, pass directly 0 to html_prepare_conversion_units_targets for convert.
    * tta/C/convert/html_converter_finish.c (html_reset_converter)
    (html_free_converter), tta/C/convert/html_prepare_converter.c
    (html_conversion_initialization): reset title_titlepage, title_string,
    documentdescription_string, copying_comment, destination_directory
    and document_name in html_conversion_initialization, not in
    html_reset_converter and free in html_free_converter.
    
    * tta/C/convert/convert_html.c (html_setup_output_simple_page),
    tta/C/convert/html_converter_finish.c (html_reset_converter)
    (html_free_converter), tta/C/convert/html_prepare_converter.c
    (html_set_pages_files): reset output_unit_file_indices and
    special_unit_file_indices in html_set_pages_files and
    html_setup_output_simple_page, not in html_reset_converter.  Free in
    html_free_converter.
    
    * tta/C/convert/html_prepare_converter.c
    (html_conversion_initialization): call reset_html_targets in
    html_conversion_initialization.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/html_converter_api.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs