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

Builder texinfo-solaris11-i386 Build #7171

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 2 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 19 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 1 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7171 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartMon Mar 2 22:00:01 2026
EndMon Mar 2 22:40:40 2026
Elapsed40 mins, 39 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