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

Builder texinfo-solaris10-i386 Build #7052

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision58e872f2f42f9787ad96855e73a39ed84e7ad3d9
Got Revision58e872f2f42f9787ad96855e73a39ed84e7ad3d9
Changes1 change

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, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 5 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 5 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 7052 Build
codebase Build
got_revision 58e872f2f42f9787ad96855e73a39ed84e7ad3d9 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 58e872f2f42f9787ad96855e73a39ed84e7ad3d9 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:

StartSat Aug 23 23:22:18 2025
EndSat Aug 23 23:44:21 2025
Elapsed22 mins, 3 secs

All Changes:

:

  1. Change #243794

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 23 Aug 2025 23:10:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 58e872f2f42f9787ad96855e73a39ed84e7ad3d9

    Comments

    * tta/C/texi2any.c (main): rename i as file_index.  As in Perl, release memory if TEST > 0 or the processed file is not the last one.
    * tta/C/texi2any.c (main): set external_module to
    elt_count_external_module for sort_element_count, to notify that the
    a Perl module is used, and in particular that document was built to Perl.
    
    * tta/C/main/call_document_perl_functions.c
    (call_document_remove_document_references): check that document hv is
    non-NULL.  It may be NULL if the Texinfo file was not found.
    
    * tta/C/main/tree.c (destroy_element): improve refcount check message.

    Changed files

    • ChangeLog
    • tta/C/main/call_document_perl_functions.c
    • tta/C/main/tree.c
    • tta/C/texi2any.c
    • tta/perl/Texinfo/Convert/Converter.pm