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

Builder texinfo-solaris11-sparc Build #7088

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 4 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 21 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 35 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 33 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7088 Build
codebase Build
got_revision 0075864e2f93b8ac617df3cf259a9fe0b6e1535d Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 0075864e2f93b8ac617df3cf259a9fe0b6e1535d Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun Dec 21 00:21:13 2025
EndSun Dec 21 00:41:53 2025
Elapsed20 mins, 39 secs

All Changes:

:

  1. Change #252913

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 00:11:13
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0075864e2f93b8ac617df3cf259a9fe0b6e1535d

    Comments

    Never store CSS selector style with undefined style
    * tta/C/convert/html_conversion_state.c (compare_selector_style):
    sort NULL selector last, such that it is easy to "remove" the selector
    style by decreasing the number of elements in list after it has been
    put last.
    
    * tta/C/convert/html_conversion_state.c (html_css_set_selector_style):
    if the selector was found but the style is NULL, remove the selector
    style.  Do not add a selector with a NULL style.
    
    * tta/C/convert/html_prepare_converter.c
    (html_initialize_output_state): adapt to selector style never being
    NULL anymore.
    
    * tta/C/convert/html_prepare_converter.c
    (set_css_selector_style_list_size): make static.
    
    * tta/perl/Texinfo/Convert/HTML.pm (_collect_css_element_class)
    (html_attribute_class, css_set_selector_style, css_get_info): never
    add a selector style with an undef style.  Remove the selector if
    css_set_selector_style is called with an undef style.
    
    * tta/C/convert/html_prepare_converter.c (html_format_setup),
    tta/perl/Texinfo/Convert/HTML.pm: do not add div.lisp selector in the
    first place instead of adding and then removing it.
    
    * tta/C/convert/html_conversion_state.c (html_css_get_info): always
    clear css_element_class_list and reset the values to avoid returning
    stale information if some selectors have been removed or added.

    Changed files

    • ChangeLog
    • tta/C/convert/html_conversion_state.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/html_prepare_converter.h
    • tta/perl/Texinfo/Convert/HTML.pm