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

Builder texinfo-solaris11-sparc Build #7317

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 17 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 47 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 35 secs )
    1. stdio
  5. shell_3 'gmake check' ( 12 mins, 51 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 7317 Build
codebase Build
got_revision 5f8538edd72339c0137216f22aa7c830f7449163 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5f8538edd72339c0137216f22aa7c830f7449163 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 Mar 2 22:14:06 2026
EndMon Mar 2 22:50:26 2026
Elapsed36 mins, 20 secs

All Changes:

:

  1. Change #259591

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 02 Mar 2026 21:25:47
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f1ca0e32fefdaf96248572306e6fa1ad03dd7f76

    Comments

    * tta/perl/Makefile.am (dist_modules_DATA), tta/perl/XSTexinfo/Makefile.am, tta/perl/Texinfo/Parser.pm (BEGIN), tta/perl/Texinfo/ParserXS.pm: rename tta/perl/XSTexinfo/Parsetexi.pm as ParserXS.pm and move to tta/perl/Texinfo/ to be consistent with the other modules.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Parser.pm
    • tta/perl/Texinfo/ParserXS.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/perl/XSTexinfo/Parsetexi.pm
  2. Change #259592

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 02 Mar 2026 21:28:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 10d25e5ebdec7517c5622dc1cc2a6da4e132ca8c

    Comments

    * tta/perl/Makefile.am (dist_modules_DATA), tta/perl/Texinfo/Document.pm (BEGIN), tta/perl/Texinfo/DocumentNonXS.pm, tta/perl/Texinfo/DocumentXS.pm (destroy_document), tta/perl/XSTexinfo/parser_document/DocumentXS.xs (MODULE, PACKAGE): move code loading XS to Document.pm, move non XS interface code to the new DocumentNonXS.pm code file.  Use DocumentXS.pm for the only Perl function needed by the XS interface. Update XS interface function names.
    * tta/perl/Texinfo/Translations.pm (configure): simply call
    Texinfo::Document::configure_output_strings_translations, remove XS
    override.
    
    * tta/C/main/call_perl_function.c (call_eval_load_texinfo_modules):
    update for change in Perl modules.

    Changed files

    • ChangeLog
    • tta/C/main/call_perl_function.c
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/DocumentNonXS.pm
    • tta/perl/Texinfo/DocumentXS.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
  3. Change #259593

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 02 Mar 2026 21:28:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5f8538edd72339c0137216f22aa7c830f7449163

    Comments

    * tta/C/Makefile.am (libcallperl_libtexinfo_la_SOURCES) (libcallperl_libtexinfo_convert_la_SOURCES): move call_document_perl_functions.c to libtexinfo.
    * tta/perl/Makefile.am (dist_modules_DATA),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs (destroy_document):
    call call_document_remove_document_references in destroy_document in
    DocumentXS.xs.  Remove DocumentXS.pm.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/replace_call_conversion_perl.c
    • tta/C/main/replace_perl_api_call.c
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/DocumentXS.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs