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

Builder texinfo-solaris11-i386 Build #6724

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision97ab8057255ad2a5fdd549e08e6c4bb25cec22a1
Got Revision97ab8057255ad2a5fdd549e08e6c4bb25cec22a1
Changes8 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 30 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 41 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 4 secs )
    1. stdio
  5. shell_3 'gmake check' ( 21 mins, 6 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 6724 Build
codebase Build
got_revision 97ab8057255ad2a5fdd549e08e6c4bb25cec22a1 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 97ab8057255ad2a5fdd549e08e6c4bb25cec22a1 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartWed Jul 30 00:08:36 2025
EndWed Jul 30 00:52:10 2025
Elapsed43 mins, 34 secs

All Changes:

:

  1. Change #241197

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 29 Jul 2025 23:30:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 85c8b54a302baa234bbdbc11624a1e81098c78cb

    Comments

    * tta/perl/ext/latex2html.pm (l2h_finish): warn if unlink did not succeed.

    Changed files

    • ChangeLog
    • tta/perl/ext/latex2html.pm
  2. Change #241206

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 29 Jul 2025 23:44:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 49c945b65dfcd5a91ea4817dcebe19ef157bdacb

    Comments

    Eliminate "listeners" abstraction
    * js/info.js (Store): Do not set 'listeners' array.
    (Store.prototype.dispatch): Call 'render' function directly
    rather than looping over 'listeners'.
    (init_index_page) <on_load>: Save 'components' array on
    'store' object, rather than adding a single function to 'listeners'.
    
    Historically, the "listeners" paradigm was inspired by the
    "Redux" library (private May 2017 discussion).	However,
    it appears to be unnecessary here as there was only only one
    listener.

    Changed files

    • ChangeLog
    • js/info.js
  3. Change #241207

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 29 Jul 2025 23:44:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e9a2ebf55e0bb4894e3b8ba0a060331a52f8b8cf

    Comments

    * js/info.js (Store.prototype.dispatch): Inline contents of "render" function. (init_index_page) <on_load>: Remove "render" as a property of "components" object referencing a function.

    Changed files

    • ChangeLog
    • js/info.js
  4. Change #241208

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 29 Jul 2025 23:44:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b9d08525a1994177916266e63343e0afb8f1086f

    Comments

    * doc/texinfo.texi (@sp): Include argument within @code in section title.

    Changed files

    • ChangeLog
    • doc/texinfo.texi
  5. Change #241209

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 29 Jul 2025 23:44:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5c74044a7c3762f22bea45bbe84278ff1368b0d9

    Comments

    * js/info.js (on_load): Store "components" as an array rather than as a hash called "components" containing an array called "components". (Store.prototype.dispatch): Update.

    Changed files

    • ChangeLog
    • js/info.js
  6. Change #241210

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 29 Jul 2025 23:44:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0c6f9ee33c8193df6cbc92fc6c200580ba5b843e

    Comments

    correct ChangeLog spelling

    Changed files

    • ChangeLog
  7. Change #241211

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 29 Jul 2025 23:46:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5f9d19c72116e52f903ce8025f17e030979b2f71

    Comments

    * tta/perl/ext/latex2html.pm (l2h_retrieve_from_html): do not modify image file names.  Remove l2h_change_image_file_names.

    Changed files

    • ChangeLog
    • tta/perl/ext/latex2html.pm
    • tta/tests/many_input_files/different_encodings.sh
    • tta/tests/many_input_files/different_languages_gen_master_menu.sh
    • tta/tests/many_input_files/first_file_not_found.sh
    • tta/tests/many_input_files/for_nbspaces_different_encodings.sh
    • tta/tests/many_input_files/input_dir_non_ascii.sh
    • tta/tests/many_input_files/output_dir_file_non_ascii.sh
    • tta/tests/many_input_files/output_dir_non_ascii.sh
    • tta/tests/many_input_files/tex_l2h.sh
    • tta/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh
    • tta/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod%c3%a9/tex_complex-l2h_cache.pm
    • tta/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod%c3%a9/tex_complex.html
    • tta/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod%c3%a9/tex_encod%c3%a9_utf8-l2h_cache.pm
    • tta/tests/many_input_files/tex_l2h_output_dir_non_ascii_res/encod%c3%a9/tex_encod%c3%a9_utf8.html
    • tta/tests/many_input_files/tex_l2h_res/tex-l2h_cache.pm
    • tta/tests/many_input_files/tex_l2h_res/tex.html
    • tta/tests/many_input_files/tex_l2h_res/tex_complex-l2h_cache.pm
    • tta/tests/many_input_files/tex_l2h_res/tex_complex.html
    • tta/tests/tex_html/res_parser/formatting_singular/chapter.html
    • tta/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
    • tta/tests/tex_html/res_parser/math_not_closed/math_not_closed-l2h_cache.pm
    • tta/tests/tex_html/res_parser/math_not_closed/math_not_closed.html
    • tta/tests/tex_html/res_parser/tex/tex-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex/tex.html
    • tta/tests/tex_html/res_parser/tex_complex_l2h/tex_complex-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_complex_l2h/tex_complex.html
    • tta/tests/tex_html/res_parser/tex_encoded_latin1_l2h/tex_encode_latin1-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_encoded_latin1_l2h/tex_encode_latin1.html
    • tta/tests/tex_html/res_parser/tex_encoded_utf8_l2h/tex_encod%c3%a9_utf8-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_encoded_utf8_l2h/tex_encod%c3%a9_utf8.html
    • tta/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_eqalign_l2h/tex_eqalign.html
    • tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef.html
    • tta/tests/tex_html/res_parser/tex_in_copying/tex_in_copying-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_in_copying/tex_in_copying.html
    • tta/tests/tex_html/res_parser/tex_l2h_latex/tex-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_l2h_latex/tex.html
    • tta/tests/tex_html/res_parser/tex_l2h_tex_latex/tex-l2h_cache.pm
    • tta/tests/tex_html/res_parser/tex_l2h_tex_latex/tex.html
  8. Change #241212

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 29 Jul 2025 23:50:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 97ab8057255ad2a5fdd549e08e6c4bb25cec22a1

    Comments

    ChangeLog: change in spacing

    Changed files

    • ChangeLog