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

Builder texinfo-solaris11-sparc Build #7724

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 22 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 25 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 0 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 6 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. tta_tests_many_input_files_test-suite.log
    8. 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 7724 Build
codebase Build
got_revision 5fbcc4f7de0022f296e771e3d825ff34a31abf69 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5fbcc4f7de0022f296e771e3d825ff34a31abf69 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 Sep 27 12:15:19 2026
EndSun Sep 27 12:36:23 2026
Elapsed21 mins, 4 secs

All Changes:

:

  1. Change #283318

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 27 Sep 2026 08:53:28
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3be104b588a49deecdd1e2f6fdda2e5872068485

    Comments

    * contrib/mass_test/generate_C.sh, contrib/mass_test/generate_perlVSC.sh: cd to the output directory and setup -o for html and plaintext especially. This prepare for erroring with -o DIR when a file is expected.

    Changed files

    • ChangeLog
    • contrib/mass_test/generate_C.sh
    • contrib/mass_test/generate_perlVSC.sh
  2. Change #283320

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 27 Sep 2026 08:53:28
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2b93469f3ea67707d81b18821b16345677db4500

    Comments

    do not set SUBDIR based on -o command-line option
    * tta/C/texi2any.c (main), tta/perl/texi2any.pl: never set SUBDIR
    based on -o/--output-file command-line option.  Update --help.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_output),
    tta/C/convert/html_prepare_converter.c (html_setup_output),
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (_setup_output),
    tta/perl/Texinfo/Convert/PlaintextNonXS.pm (output): in HTML and
    plaintext converters, if SPLIT and OUTFILE is set, set SUBDIR based on
    OUTFILE is not already set.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_output),
    tta/C/convert/html_prepare_converter.c (html_setup_output): use strcmp
    instead of strlen.
    
    * tta/tests/formatting/list-of-tests, tta/tests/many_input_files/*.sh:
    update tests to set the output file name with -o, or set SUBDIR if
    there are more than one output files.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/texi2any.c
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
    • tta/perl/texi2any.pl
    • tta/tests/formatting/list-of-tests
    • tta/tests/many_input_files/different_encodings.sh
    • tta/tests/many_input_files/different_languages_gen_master_menu.sh
    • tta/tests/many_input_files/first_file_not_found.sh
    • tta/tests/many_input_files/for_nbspaces_different_encodings.sh
    • tta/tests/many_input_files/input_dir_non_ascii.sh
    • tta/tests/many_input_files/output_dir_non_ascii.sh
  3. Change #283322

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 27 Sep 2026 12:35:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5fbcc4f7de0022f296e771e3d825ff34a31abf69

    Comments

    * NEWS: explain change of -o and that SUBDIR can be used instead.
    * doc/texinfo.texi (Invoking @command{texi2any}): plaintext split is
    the same as HTML split for -o.
    
    * doc/texinfo.texi (Customization Variables and Options)
    (Global Customization Variables): remove SUBDIR from "Customization
    Variables and Options" and add a separate entry in the "Global
    Customization Variables" list.

    Changed files

    • ChangeLog
    • NEWS
    • doc/texinfo.texi