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

Builder texinfo-solaris10-sparc Build #5848

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 secs )
    1. stdio
  2. shell './autogen.sh' ( 45 mins, 41 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 34 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 14 mins, 19 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 5848 Build
codebase Build
got_revision 84b4b47c5010965034bdc7e57feb33ad60d8997c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 84b4b47c5010965034bdc7e57feb33ad60d8997c 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:

StartThu Aug 14 11:22:52 2025
EndThu Aug 14 13:49:53 2025
Elapsed2 hrs, 27 mins, 1 secs

All Changes:

:

  1. Change #242942

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 14 Aug 2025 11:13:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 74f89eba7f9502ead864f61d32224e22ee9eed76

    Comments

    Add/change comments

    Changed files

    • tta/C/main/build_perl_info.c
    • tta/perl/XSTexinfo/parser_document/Parsetexi.xs
  2. Change #242943

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

    Comments

    * tta/perl/Texinfo/Convert/Info.pm (output), tta/perl/Texinfo/Convert/Plaintext.pm (conversion_initialization) (_convert): do not set elements_images key value at all if there are no elements_images.
    * tta/perl/Texinfo/Convert/Plaintext.pm (converter_destroy): remove
    elements_images.
    
    * tta/perl/Texinfo/Convert/Plaintext.pm (%command_style_map): use a
    different hash for commands style character than %style_map.
    
    * tta/perl/Texinfo/Convert/Plaintext.pm: use exists or defined in
    conditions when the value is not used.  Change formatting of functions
    call code.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/main/document.c
    • tta/C/main/tree.c
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/XSTexinfo/parser_document/Parsetexi.xs
  3. Change #242944

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 14 Aug 2025 11:13:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 84b4b47c5010965034bdc7e57feb33ad60d8997c

    Comments

    * tta/perl/XSTexinfo/convert/ConvertXS.xs (get_converter_indices_sorted_by_index) (get_converter_indices_sorted_by_letter): relinquish the reference to index_entries_by_letter_hv to the caller.  Use newSVsv instead of SvREFCNT_inc.  Change in spacing, remove an intermediary variable.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/convert/ConvertXS.xs