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

Builder texinfo-solaris10-i386 Build #7284

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 39 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 2 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 55 secs )
    1. stdio
  5. shell_3 'gmake check' ( 5 mins, 27 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 7284 Build
codebase Build
got_revision d8dcd7008eb39ffa5d5ea091ece2574d44182515 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision d8dcd7008eb39ffa5d5ea091ece2574d44182515 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:

StartSun Jan 18 23:36:19 2026
EndMon Jan 19 00:04:31 2026
Elapsed28 mins, 11 secs

All Changes:

:

  1. Change #255542

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 18 Jan 2026 22:55:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 333678166e131262974a0beb162ee50f507d3abf

    Comments

    * tta/C/parsetexi/input.c (parser_encode_file_name): rename encode_file_name as parser_encode_file_name for consistency with Perl functions names, as it corresponds to _encode_file_name in Perl Parser.  Update callers.
    Add ALTIMP comments.  Move some code around.

    Changed files

    • ChangeLog
    • tta/C/main/customization_options.c
    • tta/C/main/document.c
    • tta/C/main/utils.c
    • tta/C/parsetexi/end_line.c
    • tta/C/parsetexi/input.c
    • tta/C/parsetexi/input.h
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Utils.pm
  2. Change #255543

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 18 Jan 2026 23:28:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d8dcd7008eb39ffa5d5ea091ece2574d44182515

    Comments

    Replace backslashes by forward slashes in paths canonicalization
    * tta/C/main/utils.c (file_separator_canonpath): rename canonpath as
    file_separator_canonpath and modify to put only forward slash in
    output file name.  Update callers.
    
    * tta/perl/Texinfo/Common.pm (file_separator_canonpath),
    tta/perl/Texinfo/Convert/Converter.pm (determine_files_and_directory),
    tta/perl/Texinfo/Convert/Text.pm (output), tta/perl/texi2any.pl: add
    file_separator_canonpath as a wrapper around File::Spec->canonpath
    that replace backslashes by forward slashes on Windows.  Report and
    analysis from Eli Zaretskii.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/rawtext_converter_api.c
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/texi2any.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/texi2any.pl