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

Builder texinfo-solaris10-sparc Build #5635

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. shell './autogen.sh' ( 43 mins, 57 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 59 secs )
    1. stdio
  4. shell_2 'gmake all' ( 19 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 57 mins, 30 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 5635 Build
codebase Build
got_revision cd4b1e5ee6a193f95d8c07158ec3cb2e528303a6 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision cd4b1e5ee6a193f95d8c07158ec3cb2e528303a6 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartSun Jun 22 23:50:08 2025
EndMon Jun 23 02:02:02 2025
Elapsed2 hrs, 11 mins, 54 secs

All Changes:

:

  1. Change #237450

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 22 Jun 2025 21:53:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 25e6a958414109e27d2cdcd6e8450ce7df420059

    Comments

    * tta/perl/Texinfo/Convert/Unicode.pm (eight_bit_and_unicode_point): rename _eight_bit_and_unicode_point as eight_bit_and_unicode_point. Update callers.
    * tta/perl/Texinfo/Convert/TreeElementConverter.pm
    (element_unicode_accent, _element_format_unicode_accents_stack)
    (_element_format_eight_bit_accents_stack)
    (element_encoded_accents)
    (tree_element_find_innermost_accent_contents),
    tta/perl/Texinfo/Convert/Unicode.pm: move functions using the
    TreeElement interface from Texinfo/Convert/Unicode.pm to
    TreeElementConverter.pm.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/TreeElementConverter.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
  2. Change #237451

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 22 Jun 2025 22:01:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a83fbde4cee23c22d28d60fc61d1e1f3caf01d20

    Comments

    * tta/perl/Texinfo/Convert/TreeElementConverter.pm (_tree_element_unicode_accent) (_tree_element_format_unicode_accents_stack) (_tree_element_format_eight_bit_accents_stack) (_tree_element_encoded_accents) (_tree_element_find_innermost_accent_contents): rename functions to be more homogenous with tree_element_ prepended and more consistent, with _ prepended to file internal methods.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/TreeElementConverter.pm
  3. Change #237452

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 22 Jun 2025 22:20:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cd4b1e5ee6a193f95d8c07158ec3cb2e528303a6

    Comments

    Warn about up pointer for node missing from menu
    * tta/C/structuring_transfo/structuring.c (check_node_tree_menu_structure),
    * tta/perl/Texinfo/Structuring.pm (check_node_tree_menu_structure)
    [CHECK_MISSING_MENU_ENTRY]: If warning issued about a node being missing
    from a menu, also check if the up pointer for the node points to a
    different node, in order to give more context to the warning.
    
    This is the case for some nodes in the 'libc' manual where some
    subsidiary nodes are put at higher sectioning levels than those of their
    superior nodes.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/t/results/sectioning/semi_auto.pl