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

Builder texinfo-solaris10-i386 Build #6958

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 23 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 33 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 5 mins, 9 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 7 mins, 50 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 6958 Build
codebase Build
got_revision 57ebc854d6c5e9602740fb82a4d61ff6773d4f18 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 57ebc854d6c5e9602740fb82a4d61ff6773d4f18 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:

StartWed Jul 30 14:22:29 2025
EndWed Jul 30 14:46:33 2025
Elapsed24 mins, 3 secs

All Changes:

:

  1. Change #241305

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 30 Jul 2025 14:14:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cd86ca2be0e6258faaac325619c4decb4e6a6765

    Comments

    * tta/C/convert/convert_html.c: remove html_translate_string, it is not used anymore.
    * tta/C/main/manipulate_tree.c (copy_tree): rename copy variable as
    copy_tree and current variable as element.
    
    * tta/C/main/manipulate_tree.c (set_element_tree_numbers): make a
    simple no-op as it does nothing currently, and rename the
    implementation.
    
    Changes in comments and TODO
    
    * tta/swig/perl/t/*.t: move code around.
    
    * tta/swig/perl/t/20index_sort.t: change in spacing.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/call_perl_function.c
    • tta/C/main/manipulate_tree.c
    • tta/swig/perl/t/20index_sort.t
    • tta/swig/perl/t/30source_marks.t
    • tta/swig/perl/t/40convert_to_text.t
  2. Change #241306

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 30 Jul 2025 14:14:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7576024c0e2094d12cd943cdd57a9d9c5819ad0b

    Comments

    * tta/perl/Texinfo/StructTransfXS.pm: do not set $XS_package, it is not used anywhere.
    Do not set Texinfo::XSLoader::init return value if not used.
    
    * tta/swig/perl/t/40convert_to_text.t: minor changes in code and
    comment.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/ConfigXS.pm
    • tta/perl/Texinfo/Convert/TreeElementConverterXS.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/DocumentXS.pm
    • tta/perl/Texinfo/Parser.pm
    • tta/perl/Texinfo/Reader.pm
    • tta/perl/Texinfo/StructTransfXS.pm
    • tta/perl/Texinfo/TreeElement.pm
    • tta/swig/perl/t/40convert_to_text.t
  3. Change #241307

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 30 Jul 2025 14:14:07
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 57ebc854d6c5e9602740fb82a4d61ff6773d4f18

    Comments

    Initialize the C library when Texinfo modules are loaded but not XS
    * tta/perl/Texinfo/DocumentXS.pm ($XS_package): set $XS_package as
    Texinfo::XSLoader::init return value.
    
    * tta/C/main/call_perl_function.c (call_eval_load_texinfo_modules):
    return -1 (or croak) if the Perl modules could not be used.  Return
    the Texinfo::DocumentXS::XSLoader true or false value if the modules
    could be used, such that the caller knows if the Document XS module
    was loaded.  It is in this XS module that the C library is
    initialized.
    
    * tta/C/convert/texinfo.c (txi_setup_main_load_interpreter): check the
    return value of call_eval_load_texinfo_modules and initialize the C
    library and set use interpreter accordingly.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/main/call_perl_function.c
    • tta/perl/Texinfo/DocumentXS.pm