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

Builder texinfo-solaris11-i386 Build #7174

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionda2650e205d407ebff40e2d368a7a9805cea06e7
Got Revisionda2650e205d407ebff40e2d368a7a9805cea06e7
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 1 secs )
    1. stdio
  3. shell_1 './configure' ( 8 mins, 55 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 37 secs )
    1. stdio
  5. shell_3 'gmake check' ( 15 mins, 57 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 7174 Build
codebase Build
got_revision da2650e205d407ebff40e2d368a7a9805cea06e7 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision da2650e205d407ebff40e2d368a7a9805cea06e7 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 Mar 3 19:58:24 2026
EndTue Mar 3 20:42:07 2026
Elapsed43 mins, 43 secs

All Changes:

:

  1. Change #259753

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 19:18:12
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 33252019403f7e700cb5da0e156bb2723752564b

    Comments

    * tta/perl/Texinfo/Convert/Text.pm (XS_convert_tree), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_convert_tree): rename _convert_tree_with_XS and text_convert_tree as XS_convert_tree.
    * tta/perl/Texinfo/Convert/Text.pm (XS_convert_tree, convert_to_text)
    (convert, output), tta/perl/XSTexinfo/convert/ConvertXS.xs
    (XS_convert_tree): determine in XS_convert_tree if a C element
    corresponding to the input Perl tree element is found and if not found
    return undef.  Always call XS_convert_tree in Perl code, and determine
    if the element was converted by checking if the return value is undef.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  2. Change #259754

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 19:18:22
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3ef270f4c738f038ee4a4b2154b72ffa8274dc44

    Comments

    * tta/perl/Makefile.am (dist_convertmodules_DATA), tta/perl/Texinfo/Convert/Text.pm (BEGIN), tta/perl/Texinfo/Convert/TextNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_ConvertTextXS_la_*), tta/perl/XSTexinfo/convert/ConvertXS.xs, tta/perl/XSTexinfo/convert/ConvertTextXS.xs: add TextNonXS.pm based on Text.pm with the trivial code present in the XS interface.  Split ConvertTextXS.xs out of ConvertXS.xs with the Texinfo::Convert::Text XS interface code.  Add loading of XS module in Text.pm.
    * tta/perl/XSTexinfo/Makefile.am: cleanups.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/TextNonXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/convert/ConvertTextXS.xs
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  3. Change #259755

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 19:19:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e961992fc379026303b647f8384aff35723613eb

    Comments

    * tta/C/convert/converter.c (setup_converter_generic_done) (setup_converter_generic), tta/C/convert/html_prepare_converter.c (html_format_setup): have html_format_setup call setup_converter_generic_done as it depends on some xml conversion data having been set.  Add setup_converter_generic_done to avoid running setup_converter_generic code twice.
    * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides, import),
    tta/perl/XSTexinfo/convert/ConvertXS.xs (init): call html_format_setup
    in init in ConvertXS.xs.  Remove html_format_setup.
    
    * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides)
    (html_converter_initialize_beginning)
    (XS_html_converter_get_customization),
    tta/perl/XSTexinfo/convert/ConvertXS.xs
    (XS_html_converter_get_customization): rename
    _XS_html_converter_initialize_beginning as
    html_converter_initialize_beginning and
    _XS_html_converter_get_customization and
    html_converter_get_customization_sv as
    XS_html_converter_get_customization.
    
    * tta/perl/Texinfo/Convert/HTML.pm
    (html_converter_initialize_beginning, converter_initialize): do not
    use a dynamic check of converter_descriptor presence before
    html_converter_initialize_beginning and converter_initialize calls, it
    should always set and we do not do it for any other function.  Move
    Perl code called where html_converter_initialize_beginning was to the
    function.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/html_prepare_converter.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  4. Change #259756

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 19:29:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f64fc2d9d9d8a4f52cb9048d077fa813bba2fbd3

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides), tta/perl/XSTexinfo/convert/ConvertXS.xs: use the same name in Perl code and in XS interface.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  5. Change #259757

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 19:29:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision da2650e205d407ebff40e2d368a7a9805cea06e7

    Comments

    * tta/perl/Makefile.am (dist_convertmodules_DATA), tta/perl/Texinfo/Convert/HTML.pm (BEGIN), tta/perl/Texinfo/Convert/HTMLNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_ConvertHTMLXS_la_*), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: add HTMLNonXS.pm based on HTML.pm for the code also in the XS interface.  Rename ConvertXS.xs as ConvertHTMLXS.xs.  Add loading of XS module in HTML.pm.  Use the same name in Perl code and in XS interface.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Convert/ConvertXS.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/TextNonXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl