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

Builder texinfo-solaris10-sparc Build #5883

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. shell './autogen.sh' ( 28 mins, 47 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 37 secs )
    1. stdio
  4. shell_2 'gmake all' ( 17 mins, 15 secs )
    1. stdio
  5. shell_3 'gmake check' ( 56 mins, 37 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 5883 Build
codebase Build
got_revision 69134014f4cfe23a083ef59f74c06371ddd3f4fa Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 69134014f4cfe23a083ef59f74c06371ddd3f4fa 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:

StartSat Aug 23 17:42:32 2025
EndSat Aug 23 19:31:09 2025
Elapsed1 hrs, 48 mins, 37 secs

All Changes:

:

  1. Change #243764

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 23 Aug 2025 15:53:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 86c8e0473b0b8184a125711a1bb200b684408efa

    Comments

    * tta/C/parsetexi/handle_commands.c (raw_line_command_arg_spaces): leave an fully empty text element on a raw line command as is.  Can only happen if there is nothing at all after the command, not even an new line.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/handle_commands.c
  2. Change #243765

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 23 Aug 2025 17:03:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision bdf04f2c54dc9c16b81c05bc0b7fbc6a01f28a03

    Comments

    * tta/C/parsetexi/handle_commands.c (add_comment_at_end), tta/perl/Texinfo/ParserNonXS.pm (_add_comment_at_end): rename input_comment_text as input_comment_cmd_text and comment_text as comment_cmd_text.  Rename q as argument_text.
    * tta/C/parsetexi/handle_commands.c (add_comment_at_end): free
    comment_cmd_text.
    
    * tta/C/main/output_unit.c (print_output_units_details): free
    root_command_texi.
    
    * tta/C/parsetexi/handle_commands.c (handle_line_command): destroy
    line_args element if the raw line element is ignored.
    
    * tta/C/parsetexi/macro.c (expand_macro_arguments)
    (expand_linemacro_arguments, handle_macro),
    tta/C/parsetexi/separator.c (handle_open_brace): add static variables
    to hold the new line pointer returned by next_text and free them
    before getting the next line.
    
    * tta/C/structuring_transfo/structuring.c (print_down_menus): add a
    variable set if the existing menu is reused, and use that variable
    value to decide if menus need to be destroyed.

    Changed files

    • ChangeLog
    • tta/C/main/output_unit.c
    • tta/C/parsetexi/handle_commands.c
    • tta/C/parsetexi/macro.c
    • tta/C/parsetexi/separator.c
    • tta/C/structuring_transfo/structuring.c
    • tta/TODO
    • tta/perl/Texinfo/ParserNonXS.pm
  3. Change #243766

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 23 Aug 2025 17:39:55
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 69134014f4cfe23a083ef59f74c06371ddd3f4fa

    Comments

    * tta/C/structuring_transfo/structuring.c (print_down_menus): do not wrongly redefine the reuse_existing_menu variable when setting it.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c