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

Builder texinfo-solaris10-i386 Build #7270

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 24 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 41 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 48 secs )
    1. stdio
  5. shell_3 'gmake check' ( 5 mins, 31 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7270 Build
codebase Build
got_revision 767e0c3ef322d1d8bfc3e28de24210024f00a52d Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 767e0c3ef322d1d8bfc3e28de24210024f00a52d Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartFri Jan 16 22:46:18 2026
EndFri Jan 16 23:13:51 2026
Elapsed27 mins, 32 secs

All Changes:

:

  1. Change #255432

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 16 Jan 2026 22:16:30
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7de8bbeae28159f4bd58bb3afc603aece954cf3e

    Comments

    Use COMMAND_LINE_ENCODING to encode executed command-lines
    * doc/texi2any_api.texi (Encoding File Path Strings),
    doc/texinfo.texi (Global Customization Variables),
    tta/perl/Texinfo/Convert/LaTeX.pm (convert_math_to_images),
    tta/perl/ext/highlight_syntax.pm (highlight_process),
    tta/perl/ext/latex2html.pm (l2h_to_html), tta/perl/ext/tex4ht.pm
    (tex4ht_process_format): use COMMAND_LINE_ENCODING encoding to
    to encode command-line before executing a command.  This is done to
    simplify setting the right encoding on Windows, but it is also more
    consistent as the same variable is used to decode from the
    command-line.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • doc/texinfo.texi
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/ext/highlight_syntax.pm
    • tta/perl/ext/latex2html.pm
    • tta/perl/ext/tex4ht.pm
    • tta/perl/texi2any.pl
  2. Change #255433

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 16 Jan 2026 22:39:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 767e0c3ef322d1d8bfc3e28de24210024f00a52d

    Comments

    Distinguish locale encoding and output messages encoding
    * tta/C/convert/texinfo.c (txi_set_base_default_options),
    tta/C/texi2any.c (main), tta/perl/texi2any.pl: distinguish locale
    encoding from console output encoding.  Set MESSAGE_ENCODING to
    console output encoding.
    On Windows, set console output encoding with GetConsoleOutputCP().
    Idea from Eli Zaretskii.
    
    * tta/C/texi2any.c (main): handle especially UTF-8 codepage on
    Windows.  Idea and code from Eli Zaretskii.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/texi2any.c
    • tta/perl/texi2any.pl