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

Builder texinfo-solaris10-sparc Build #5863

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionae02740e57e0fb051788079e99816f99152b2050
Got Revisionae02740e57e0fb051788079e99816f99152b2050
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. shell './autogen.sh' ( 29 mins, 55 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 45 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 37 secs )
    1. stdio
  5. shell_3 'gmake check' ( 54 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5863 Build
codebase Build
got_revision ae02740e57e0fb051788079e99816f99152b2050 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision ae02740e57e0fb051788079e99816f99152b2050 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun Aug 17 21:12:47 2025
EndSun Aug 17 22:52:51 2025
Elapsed1 hrs, 40 mins, 3 secs

All Changes:

:

  1. Change #243130

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 18:25:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 21b8a3e92477f93ab333aa0427f14cd9548a0843

    Comments

    * tta/C/convert/build_html_perl_state.c (build_html_formatting_state): do not check if converter->sv, the function is only called in situations where it is set.
    * tta/C/convert/call_html_perl_function.c
    (call_latex_convert_to_latex_math): do not check self->sv, as the
    main program will fail if this function could be called and no Perl
    interpreter is available.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/call_html_perl_function.c
    • tta/TODO
  2. Change #243131

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 20:05:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3ad66813c99ec797146dbbdd2c53d62e95f74e8d

    Comments

    * tta/C/convert/texinfo.c (txi_converter_output, txi_converter_reset): change the arguments order.  Update callers.
    * tta/C/convert/texinfo.c (txi_converter_destroy): add external_module
    argument and call Perl function only if set.  Update caller.
    
    * tta/C/convert/call_conversion_perl.c (call_object_reset_converter)
    (call_object_converter_perl_release): remove the check on self->sv.

    Changed files

    • ChangeLog
    • tta/C/convert/call_conversion_perl.c
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/build_perl_info.c
    • tta/C/texi2any.c
  3. Change #243132

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 20:44:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 649c577ff9458fac6cf1b4dfe56d3d15539ae560

    Comments

    * tta/C/convert/texinfo.c (txi_destroy_document), tta/C/texi2any.c (main): add external_module argument, and call call_document_remove_document_references only if set.
    * tta/C/main/call_document_perl_functions.c
    (call_document_remove_document_references): remove check on
    has_perl_interpreter and document->hv, having
    call_document_remove_document_references called only if
    external_module is set should ensure that.
    
    * tta/swig/texinfo.i (destroy_document)
    (txi_ext_inline_destroy_document): add txi_ext_inline_destroy_document
    to wrap the call to txi_destroy_document.  Use a prefix
    txi_ext_inline_ to disambiguate with library function.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/call_document_perl_functions.c
    • tta/C/texi2any.c
    • tta/swig/texinfo.i
  4. Change #243133

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 20:47:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 562cba89ddd64354b64ead0be24b0cf07866bbaf

    Comments

    * tta/swig/texinfo.i (element_print_details): remove implementation, it exists in the library now.

    Changed files

    • ChangeLog
    • tta/swig/texinfo.i
  5. Change #243134

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 17 Aug 2025 21:06:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ae02740e57e0fb051788079e99816f99152b2050

    Comments

    * tta/swig/texinfo.i (%inline): add a txi_ext_inline_ prefix for all the functions defined inline in the SWIG interface file.  All the functions defined that way should follow this rule.  This is to avoid name clash with Texinfo library functions, including future names.

    Changed files

    • ChangeLog
    • tta/C/convert/swig_interface.c
    • tta/swig/texinfo.i