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

Builder texinfo-solaris11-sparc Build #7478

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 54 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 22 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 33 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7478 Build
codebase Build
got_revision b1c3bfd71d70e2933d5d48c7b725ceba60de1476 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision b1c3bfd71d70e2933d5d48c7b725ceba60de1476 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:

StartMon May 18 01:22:41 2026
EndMon May 18 01:42:22 2026
Elapsed19 mins, 40 secs

All Changes:

:

  1. Change #267531

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 18 May 2026 01:03:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4b21df85638728386ee9b348f1171bfc407d63e7

    Comments

    * tta/C/main/get_perl_info.c (get_lang_info_hv): comment out unused variable.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
  2. Change #267532

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 18 May 2026 01:15:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b1c3bfd71d70e2933d5d48c7b725ceba60de1476

    Comments

    * tta/C/convert/converter.c (converter_set_document), tta/perl/Texinfo/Convert/ConverterNonXS.pm (set_document), tta/perl/Texinfo/Convert/HTMLNonXS.pm (conversion_initialization): allow an undef/NULL document such that copy_options_for_convert_text is still called in that case.
    * tta/C/convert/get_converter_perl_info.c
    (get_converter_and_document_from_sv),
    tta/C/convert/html_converter_api.c (html_output, html_convert),
    tta/C/convert/html_prepare_converter.c
    (html_conversion_initialization),
    tta/perl/XSTexinfo/convert/ConvertConverterXS.xs (set_document),
    tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
    (conversion_initialization, output, convert): add document argument to
    html_conversion_initialization, and call set_document in
    html_conversion_initialization, as in Perl.  Update callers.  Add
    get_converter_and_document_from_sv to get both document and converter
    to use in XS.  Remove converter_set_document_from_sv.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/get_converter_perl_info.c
    • tta/C/convert/get_converter_perl_info.h
    • tta/C/convert/html_conversion_api.h
    • tta/C/convert/html_converter_api.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/convert/html_prepare_converter.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/ConverterNonXS.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs