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

Builder texinfo-solaris10-sparc Build #6027

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './autogen.sh' ( 39 mins, 56 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 19 mins, 25 secs )
    1. stdio
  5. shell_3 'gmake check' ( 38 mins, 47 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 6027 Build
codebase Build
got_revision 0adac7a4ad81a210209cbd76e7114ba6950ca79b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 0adac7a4ad81a210209cbd76e7114ba6950ca79b 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:

StartThu Dec 25 02:25:51 2025
EndThu Dec 25 04:09:44 2025
Elapsed1 hrs, 43 mins, 52 secs

All Changes:

:

  1. Change #253235

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 25 Dec 2025 01:02:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0adac7a4ad81a210209cbd76e7114ba6950ca79b

    Comments

    * tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (reset_html_page_css, html_conversion_initialization) (prepare_page_css, html_setup_output_simple_page) (html_set_pages_files): add reset_html_page_css to html_prepare_converter.c based on html_reset_converter code. Reuse the memory allocated in converter page_css.  Call reset_html_page_css in html_free_converter and html_free_converter. Free page_css list in html_free_converter. Add prepare_page_css based on code used to setup page_css in html_setup_output_simple_page and html_set_pages_files, updated to reuse the page_css memory.  Call in html_setup_output_simple_page and html_set_pages_files.

    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