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

Builder texinfo-solaris10-sparc Build #5854

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 38 secs )
    1. stdio
  2. shell './autogen.sh' ( 32 mins, 57 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 6 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 53 secs )
    1. stdio
  5. shell_3 'gmake check' ( 52 mins, 32 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 5854 Build
codebase Build
got_revision 33810164e563d7e3651adf969a39c3f23c87be6f Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 33810164e563d7e3651adf969a39c3f23c87be6f 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:

StartFri Aug 15 20:02:57 2025
EndFri Aug 15 21:47:06 2025
Elapsed1 hrs, 44 mins, 9 secs

All Changes:

:

  1. Change #243031

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 Aug 2025 14:14:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision efe956f11ab389027e09603291c2e48ee11f7593

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (_parse_texi): determine the tree root by going through the current element parent, as in C.
    * tta/C/parsetexi/parser.c (parse_texi),
    tta/perl/Texinfo/ParserNonXS.pm (_parse_texi): remove unused root
    argument.  Update callers.
    
    * tta/perl/Texinfo/ParserNonXS.pm
    (_setup_document_root_and_before_node_section): return
    $before_node_section only.  Update callers.
    
    * tta/perl/Texinfo/Document.pm (_print_tree_elements_ref): print more
    information.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/api.c
    • tta/C/parsetexi/parser.c
    • tta/C/parsetexi/parser.h
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  2. Change #243032

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 Aug 2025 18:13:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0096357069240d57d91bf7a2d4dce0b6e93a0e8b

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (_rearrange_tree_beginning): merge _add_preamble_before_content in _rearrange_tree_beginning and remove.
    * tta/perl/Texinfo/ParserNonXS.pm (_rearrange_tree_beginning),
    tta/C/parsetexi/parser.c (rearrange_tree_beginning): redo a different
    implementation that determine indices and then splice the contents.
    Do not take information from the global setfilename command, in case
    there would be more than one.  In C, add parents only if there were
    parents to begin with as in Perl.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/parser.c
    • tta/perl/Texinfo/ParserNonXS.pm
  3. Change #243033

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 Aug 2025 19:44:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5da7884dafe9f8de15dc087aa3eb7ac8d0464798

    Comments

    * tta/perl/Texinfo/OutputUnits.pm (release_output_units_list): fix call.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
  4. Change #243034

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 Aug 2025 19:51:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 33810164e563d7e3651adf969a39c3f23c87be6f

    Comments

    Remove parents in translation trees
    * tta/C/main/manipulate_tree.c (tree_remove_parents): implement in C.
    
    * tta/C/main/translations.c (gdt_tree),
    tta/perl/Texinfo/Translations.pm (gdt): remove parents in translated
    string tree, to avoid cycles such that this part of the tree is
    destroyed as soon as the tree root is out of scope (in Perl).

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.c
    • tta/C/main/manipulate_tree.h
    • tta/C/main/translations.c
    • tta/perl/Texinfo/Translations.pm