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

Builder texinfo-solaris10-i386 Build #7412

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision3a397319ba3cda1e6ae84a7d653af4a61df97a3c
Got Revision3a397319ba3cda1e6ae84a7d653af4a61df97a3c
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 51 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 13 mins, 4 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 26 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7412 Build
codebase Build
got_revision 3a397319ba3cda1e6ae84a7d653af4a61df97a3c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 3a397319ba3cda1e6ae84a7d653af4a61df97a3c Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartTue Mar 3 21:01:21 2026
EndTue Mar 3 21:29:12 2026
Elapsed27 mins, 50 secs

All Changes:

:

  1. Change #259763

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

    Comments

    * tta/C/convert/format_html.c (html_get_top_unit): reorganize code to be more efficient, and more similar to Perl code.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
  2. Change #259764

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

    Comments

    * tta/C/convert/format_html.c (html_special_unit_info): handle an unknown special_unit_variety being given in argument.
    * tta/perl/Texinfo/Convert/HTML.pm,
    tta/perl/Texinfo/Convert/HTMLNonXS.pm
    (get_special_unit_info_varieties, special_unit_info),
    tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
    (get_special_unit_info_varieties, special_unit_info): do not sort
    get_special_unit_info_varieties output.  Add an XS interface for
    get_special_unit_info_varieties and special_unit_info.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  3. Change #259765

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

    Comments

    * tta/C/convert/format_html.c (html_direction_string): rename direction_string as html_direction_string.
    * tta/perl/Texinfo/Convert/HTML.pm,
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (direction_string),
    tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (direction_string): add XS
    interface for direction_string.
    
    * tta/C/convert/build_html_perl_info.c
    (html_pass_converter_initialization_state),
    tta/C/convert/build_html_perl_state.c (build_html_translated_names):
    do not pass nor reset direction_string converter hash, as nothing
    access the Perl data when going through the XS interface.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/format_html.c
    • tta/C/convert/format_html.h
    • tta/C/main/utils.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  4. Change #259766

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

    Comments

    * tta/C/convert/html_prepare_converter.c (html_set_main_units_direction_names), tta/C/main/converter_types.h (CONVERTER), tta/C/main/utils.c (html_get_direction_index): setup an hash associating direction names to their index in main_units_direction_names while filling the array.  Use it in html_get_direction_index.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/C/main/utils.c