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

Builder texinfo-solaris10-sparc Build #6010

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8f1aac6dc7f8df16c30467b049fb1f1d5677c25d
Got Revision8f1aac6dc7f8df16c30467b049fb1f1d5677c25d
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 35 secs )
    1. stdio
  2. shell './autogen.sh' ( 38 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 29 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 36 mins, 48 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 6010 Build
codebase Build
got_revision 8f1aac6dc7f8df16c30467b049fb1f1d5677c25d Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8f1aac6dc7f8df16c30467b049fb1f1d5677c25d 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:

StartSun Dec 21 00:39:16 2025
EndSun Dec 21 02:22:29 2025
Elapsed1 hrs, 43 mins, 12 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
  2. Change #252916

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 00:29:52
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8f1aac6dc7f8df16c30467b049fb1f1d5677c25d

    Comments

    * doc/texi2any_api.texi (Customization of CSS Rules Imports and Selectors): add explanations and improve example.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi