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

Builder texinfo-solaris11-i386 Build #6976

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 47 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 4 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 59 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6976 Build
codebase Build
got_revision 7670cf94ce03ea74b37842c591caa0a387c648c3 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 7670cf94ce03ea74b37842c591caa0a387c648c3 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartThu Dec 25 15:51:18 2025
EndThu Dec 25 16:28:41 2025
Elapsed37 mins, 23 secs

All Changes:

:

  1. Change #253268

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 25 Dec 2025 13:41:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 455319ed0cbb73fb832ba737f75d42e8cdb5503c

    Comments

    * tta/perl/Texinfo/Convert/Utils.pm (output_files_reset): add.
    * tta/perl/t/test_utils.pl (close_files), tta/perl/texi2any.pl: call
    output_files_reset when the files information has been transfered to
    the main program.
    
    * tta/C/main/get_perl_info.c (get_output_files_information): clear
    Perl output files information.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
    • tta/TODO
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
  2. Change #253269

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 25 Dec 2025 15:47:39
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7670cf94ce03ea74b37842c591caa0a387c648c3

    Comments

    * tta/perl/XSTexinfo/convert/ConvertXS.xs (html_output): call build_output_files_information as late as possible to catch all the opened files.
    * tta/C/main/convert_utils.c, tta/C/main/utils.c (free_unclosed_files)
    (free_output_files_information, clear_output_files_information): move
    to utils.c.
    
    * tta/C/texi2any.c (main), tta/C/convert/converter.c
    (reset_generic_converter, html_reset_converter),
    tta/perl/XSTexinfo/convert/ConvertXS.xs (html_output): do not call
    clear_output_files_information in *reset_*converter, call in main
    program and when building the data to Perl.

    Changed files

    • ChangeLog
    • tta/C/convert/call_conversion_perl.c
    • tta/C/convert/converter.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/texinfo.c
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/texi2any.c
    • tta/TODO
    • tta/perl/XSTexinfo/convert/ConvertXS.xs