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

Builder texinfo-solaris10-sparc Build #5887

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision380d855d4e9881199c5ee3c093e2b9cb1c99e5c8
Got Revision380d855d4e9881199c5ee3c093e2b9cb1c99e5c8
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' ( 55 mins, 11 secs )
    1. stdio
  3. shell_1 './configure' ( 16 mins, 5 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 57 mins, 7 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 5887 Build
codebase Build
got_revision 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8 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 24 12:12:27 2025
EndSun Aug 24 14:33:52 2025
Elapsed2 hrs, 21 mins, 25 secs

All Changes:

:

  1. Change #243813

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 24 Aug 2025 11:31:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c0e26fdd46d3fc6b4fa646e3d6f1f561ce89d60c

    Comments

    * tta/perl/Texinfo/Convert/LaTeX.pm: use exists or defined in conditions when the value is not used.  Change formatting of functions call code.  DO not use object oriented syntax when calling local scope functions.
    * tta/perl/Texinfo/Convert/LaTeX.pm (converter_reset): add.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (_prepare_conversion): reset more
    state keys, in particular those that may not exist at all.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (output): set
    $self->{'formatting_context'} explicitely.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (_format_heading_command)
    (_set_custom_headings): rename first_custom_heading as
    is_first_custom_heading.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (_convert_def_line): rename
    deftypefnnewline as with_deftypefnnewline.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/LaTeX.pm
  2. Change #243815

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 24 Aug 2025 11:55:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 380d855d4e9881199c5ee3c093e2b9cb1c99e5c8

    Comments

    * tta/perl/Texinfo/Convert/LaTeX.pm (output): call _push_new_context explicitely and call _convert.
    * tta/perl/Texinfo/Convert/LaTeX.pm (convert): reset
    formatting_context, always call _push_new_context.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (_latex_begin_output): rename
    $header as $result_text.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/LaTeX.pm