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

Builder texinfo-solaris11-sparc Build #6945

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 10 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 9 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 14 secs )
    1. stdio
  5. shell_3 'gmake check' ( 9 mins, 6 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/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6945 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-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun Aug 24 12:12:25 2025
EndSun Aug 24 12:44:12 2025
Elapsed31 mins, 46 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