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

Builder texinfo-solaris10-sparc Build #6198

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell './autogen.sh' ( 40 mins, 38 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 2 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 48 mins, 30 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 6198 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-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:

StartMon Mar 2 22:49:17 2026
EndTue Mar 3 00:46:44 2026
Elapsed1 hrs, 57 mins, 27 secs

All Changes:

:

  1. Change #259589

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

    Comments

    * tta/perl/Texinfo/Translations.pm (translate_string): switch to gettext_dumb implementation to use a gettext implementation that does not use the current locale information at all.  Idea of Guido Flohr.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Translations.pm
  2. 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
  3. 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
  4. 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