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

Builder texinfo-solaris10-sparc Build #5478

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. shell './autogen.sh' ( 42 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 54 secs )
    1. stdio
  5. shell_3 'gmake check' ( 55 mins, 57 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 5478 Build
codebase Build
got_revision ed7c3ab5cbc88fde970ad7fe50f76854f0374592 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision ed7c3ab5cbc88fde970ad7fe50f76854f0374592 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:

StartWed Mar 12 13:03:47 2025
EndWed Mar 12 15:02:51 2025
Elapsed1 hrs, 59 mins, 3 secs

All Changes:

:

  1. Change #224791

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Mar 2025 09:59:47
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b94270aa8d3dba80a3739936714133a8a59bdb14

    Comments

    * tta/perl/Texinfo/Common.pm (set_output_perl_encoding): do not call Encode::resolve_alias explicitly, let Perl do the aliasing of encoding names automatically.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Common.pm
  2. Change #224792

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Mar 2025 12:39:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ac6ce60aa3967faed6fa1d62fda84023957a1164

    Comments

    * tta/perl/Texinfo/Common.pm (processing_output_encoding): rename perl_encoding_name as processing_output_encoding.  Update caller.
    * tta/perl/Texinfo/Convert/Utils.pm (output_files_open_out),
    tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/IXIN.pm,
    tta/perl/Texinfo/Convert/Info.pm, tta/perl/Texinfo/Convert/LaTeX.pm,
    tta/perl/Texinfo/Convert/Plaintext.pm,
    tta/perl/Texinfo/Convert/Text.pm, tta/perl/texi2any.pl: call
    Texinfo::Common::processing_output_encoding on output encoding to get
    the encoding name used for encoding.  Update callers to pass
    OUTPUT_ENCODING_NAME instead of OUTPUT_PERL_ENCODING, now that
    the encoding is especially in output_files_open_out.
    
    * tta/perl/Texinfo/Convert/LaTeX.pm (convert_math_to_images),
    tta/perl/Texinfo/Convert/Plaintext.pm (conversion_initialization)
    (_stream_encode), tta/perl/t/test_utils.pl (test): determine encoding
    used for output files by calling
    Texinfo::Common::processing_output_encoding.
    
    * tta/perl/Texinfo/Convert/Text.pm (output), tta/perl/t/test_utils.pl
    (test): do not call set_output_perl_encoding anymore.
    
    * tta/perl/Texinfo/Common.pm (set_output_perl_encoding): minor change
    for more legible code.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/IXIN.pm
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/ext/highlight_syntax.pm
    • tta/perl/init/chm.pm
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
  3. Change #224793

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Mar 2025 12:59:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ed7c3ab5cbc88fde970ad7fe50f76854f0374592

    Comments

    Remove OUTPUT_PERL_ENCODING and set_output_perl_encoding
    * tta/perl/Texinfo/Common.pm (count_bytes): do not set encoding to
    OUTPUT_PERL_ENCODING if not set.  Remove converter argument.
    Update caller.
    
    * tta/perl/texi2any.pl, tta/perl/XSTexinfo/convert/ConvertXS.xs
    (converter_set_document), tta/C/convert/build_html_perl_info.c
    (html_pass_conversion_initialization),
    tta/C/main/call_perl_function.c, tta/perl/Texinfo/Common.pm,
    tta/perl/Texinfo/Convert/Converter.pm (set_document),
    tta/perl/texi2any.pl: do not call set_output_perl_encoding anymore.
    Remove set_output_perl_encoding and
    call_common_set_output_perl_encoding.
    
    * tta/perl/Texinfo/Convert/Converter.pm: pass OUTPUT_ENCODING_NAME
    instead of OUTPUT_PERL_ENCODING, now that the encoding is especially
    in output_files_open_out.
    
    * tta/data/options_data.txt: remove OUTPUT_PERL_ENCODING customization
    variable.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Common.texi
    • tta/C/convert/build_html_perl_info.c
    • tta/C/main/call_perl_function.c
    • tta/C/main/call_perl_function.h
    • tta/C/main/document.c
    • tta/C/main/options_data.h
    • tta/C/main/options_defaults.c
    • tta/C/main/options_init_free.c
    • tta/data/options_data.txt
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/IXIN.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Options.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/texi2any.pl