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

Builder texinfo-solaris10-sparc Build #5896

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. shell './autogen.sh' ( 25 mins, 52 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 56 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' ( 49 mins, 9 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5896 Build
codebase Build
got_revision 5f09586bb28c1d32be0bd48eb949e4796231d077 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5f09586bb28c1d32be0bd48eb949e4796231d077 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun Aug 31 14:32:21 2025
EndSun Aug 31 16:03:15 2025
Elapsed1 hrs, 30 mins, 53 secs

All Changes:

:

  1. Change #244138

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 31 Aug 2025 12:53:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8a5e5b9dc7b2147cec3769aba27f39cf2bfa1fdb

    Comments

    * tta/C/main/utils.c (print_values_list): add, for debugging.

    Changed files

    • ChangeLog
    • tta/C/main/utils.c
    • tta/C/main/utils.h
  2. Change #244139

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 31 Aug 2025 13:09:22
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8c6ca555988eb568b01e6750a0d3573c82a6a309

    Comments

    * tta/perl/t/z_misc/same_parser_multiple_files.t, tta/perl/t/z_misc/no_structure_test.t, tta/perl/XSTexinfo/Parsetexi.pm: use exists or defined in conditions when the value is not used.  Change formatting of functions call code.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/Parsetexi.pm
    • tta/perl/t/z_misc/no_structure_test.t
    • tta/perl/t/z_misc/same_parser_multiple_files.t
  3. Change #244140

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 31 Aug 2025 14:02:55
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 16b04d1554d2660801af1ccaa0376b48f30f7bda

    Comments

    * tta/C/main/parser_conf.c (global_parser_conf, register_conf) (apply_conf), tta/C/parsetexi/conf.c (simple_parser_conf) (reset_parser_conf): do not copy in apply_conf, but replace.  For this, make global_parser_conf a pointer.  Add simple_parser_conf structure to hold memory for the configurations that do not need to be registered, which global_parser_conf did previously.  Update reset_parser_conf.  Update code accessing global_parser_conf.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
    • tta/C/main/parser_conf.c
    • tta/C/main/parser_conf.h
    • tta/C/parsetexi/api.c
    • tta/C/parsetexi/commands.c
    • tta/C/parsetexi/conf.c
    • tta/C/parsetexi/debug_parser.c
    • tta/C/parsetexi/end_line.c
    • tta/C/parsetexi/errors_parser.c
    • tta/C/parsetexi/handle_commands.c
    • tta/C/parsetexi/indices.c
    • tta/C/parsetexi/input.c
    • tta/C/parsetexi/macro.c
    • tta/C/parsetexi/menus.c
    • tta/C/parsetexi/parser.c
  4. Change #244141

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 31 Aug 2025 14:20:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5f09586bb28c1d32be0bd48eb949e4796231d077

    Comments

    Add a parser 'virtual' object in SWIG interface
    * tta/C/main/document_types.h (PARSER): add struct in this file to
    hide it from the SWIG interface.  It only holds a parser configuration
    descriptor.
    
    * tta/C/main/parser_conf.c (unregister_parser_conf_descriptor): add.
    
    * tta/C/Makefile.am (C_libtexinfo_main_sources),
    tta/C/swig/swig_parser_api.c (txi_ext_parser, txi_ext_destroy_parser)
    (txi_ext_parse_*, txi_ext_parser_conf_*), tta/swig/perl/Makefile.am
    (SWIG_header_dependencies): add an interface for parse_* and
    parser_conf_* with a constructor and a desstructor and parser in
    argument, that allows to find associated parser conf and apply conf.
    
    * tta/swig/perl/parse_refold.pl, tta/swig/perl/t/*.t,
    tta/swig/python/test_Texinfo.py, tta/swig/texinfo.i (parse_*)
    (parser_conf_*): use interface with a parser.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/main/document_types.h
    • tta/C/main/parser_conf.c
    • tta/C/main/parser_conf.h
    • tta/C/parsetexi/api.h
    • tta/C/swig/swig_parser_api.c
    • tta/C/swig/swig_parser_api.h
    • tta/swig/perl/Makefile.am
    • tta/swig/perl/parse_refold.pl
    • tta/swig/perl/t/20index_sort.t
    • tta/swig/perl/t/30source_marks.t
    • tta/swig/perl/t/40convert_to_text.t
    • tta/swig/python/test_Texinfo.py
    • tta/swig/texinfo.i