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

Builder texinfo-solaris11-sparc Build #5303

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 3 mins, 17 secs )
    1. stdio
  3. shell_1 './configure' ( 59 secs )
    1. stdio
  4. shell_2 'gmake all' ( 1 mins, 59 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 52 secs )
    1. stdio
    2. tp_test-suite.log
    3. info_test-suite.log
    4. tp_tests_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 5303 Build
codebase Build
got_revision d75404b2ac5933f41a448989bdd1bd738d63beec Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision d75404b2ac5933f41a448989bdd1bd738d63beec 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:

StartThu Apr 18 21:02:54 2024
EndThu Apr 18 21:23:09 2024
Elapsed20 mins, 14 secs

All Changes:

:

  1. Change #195557

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 17 Apr 2024 22:36:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f9d9a1e74013a49076cf47c02645a3d6efc936b6

    Comments

    * tp/Texinfo/Convert/HTML.pm (_internal_command_text) (convert_tree_new_formatting_context, _noticed_line_warn), tp/Texinfo/XS/convert/build_html_perl_state.c (build_html_formatting_state), tp/Texinfo/XS/convert/convert_html.c (noticed_line_warn, convert_tree_new_formatting_context) (html_internal_command_text, html_conversion_finalization), tp/Texinfo/XS/main/converter_types.h (CONVERTER): rename ignore_notice as multiple_conversions.
    * tp/ext/epub3.pm (epub_convert_image_command): use
    converter_line_warn instead of _noticed_line_warn, but note that
    multiple_conversions should be taken into account.

    Changed files

    • ChangeLog
    • tp/Texinfo/Convert/HTML.pm
    • tp/Texinfo/XS/convert/build_html_perl_state.c
    • tp/Texinfo/XS/convert/convert_html.c
    • tp/Texinfo/XS/main/converter_types.h
    • tp/Texinfo/XS/main/utils.h
    • tp/ext/epub3.pm
  2. Change #195558

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 17 Apr 2024 23:53:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 32d666885c03821f6612dacda31cf1edc9046346

    Comments

    * doc/texi2any_api.texi (Other Dynamic Information), (in_multiple_conversions, _internal_command_text) (convert_tree_new_formatting_context, _noticed_line_warn) (_set_multiple_conversions, _unset_multiple_conversions): add an API to access to multiple_conversions.
    * tp/Texinfo/Convert/HTML.pm (%XS_conversion_overrides),
    tp/Texinfo/XS/convert/ConvertXS.xs (html_set_multiple_conversions)
    (html_unset_multiple_conversions, html_in_multiple_conversions),
    tp/Texinfo/XS/convert/build_html_perl_state.c
    (build_html_formatting_state), tp/Texinfo/XS/convert/convert_html.c
    (convert_tree_new_formatting_context, html_internal_command_text): XS
    interface for multiple_conversions.  Remove previous interface.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tp/Texinfo/Convert/HTML.pm
    • tp/Texinfo/XS/convert/ConvertXS.xs
    • tp/Texinfo/XS/convert/build_html_perl_state.c
    • tp/Texinfo/XS/convert/convert_html.c
    • tp/Texinfo/XS/main/utils.h
  3. Change #195559

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 18 Apr 2024 20:53:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d75404b2ac5933f41a448989bdd1bd738d63beec

    Comments

    * tp/Texinfo/Convert/HTML.pm (_convert_image_command), tp/Texinfo/XS/convert/convert_html.c (convert_image_command): if image is not found, do not check if in_multiple_conversions, as it should happen very rarely, but check that there is some 'source_info'.
    * tp/Texinfo/Convert/HTML.pm (_convert_raw_command),
    tp/Texinfo/XS/convert/convert_html.c (convert_raw_command): inline call
    of _noticed_line_warn and remove the function.
    
    * tp/t/html_tests.t (tex_expanded_in_caption_multiple_time),
    tp/Makefile.tres: add test with expanded @teex in HTML in caption,
    such as to have an expansion of raw format multiple times.

    Changed files

    • ChangeLog
    • tp/Makefile.tres
    • tp/TODO
    • tp/Texinfo/Convert/HTML.pm
    • tp/Texinfo/Report.pm
    • tp/Texinfo/XS/convert/convert_html.c
    • tp/ext/epub3.pm
    • tp/t/html_tests.t
    • tp/t/results/coverage_braces/test_image.pl
    • tp/t/results/formats_encodings/at_commands_in_refs.pl
    • tp/t/results/formats_encodings/at_commands_in_refs_latin1.pl
    • tp/t/results/formats_encodings/at_commands_in_refs_utf8.pl
    • tp/t/results/html_tests/tex_expanded_in_caption_multiple_time.pl
    • tp/t/results/menu/commands_in_nodedescriptionblock.pl