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

Builder texinfo-solaris10-sparc Build #4964

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision23b421d11eeccb30345f9691046424a4a957bd25
Got Revision23b421d11eeccb30345f9691046424a4a957bd25
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell './autogen.sh' ( 25 mins, 28 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 24 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 1 mins, 38 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 33 secs )
    1. stdio
    2. tp_test-suite.log
    3. info_test-suite.log
    4. tp_tests_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 4964 Build
codebase Build
got_revision 23b421d11eeccb30345f9691046424a4a957bd25 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 23b421d11eeccb30345f9691046424a4a957bd25 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 Oct 14 20:00:45 2024
EndMon Oct 14 20:34:57 2024
Elapsed34 mins, 12 secs

All Changes:

:

  1. Change #211676

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Oct 2024 19:49:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 23b421d11eeccb30345f9691046424a4a957bd25

    Comments

    * tp/Texinfo/XS/configure.ac (usable_getenv_in_XS) (HAVE_USABLE_GETENV_IN_XS): add a define set if getenv can safely be used in Perl, based on Perl version >= 5.38.
    * tp/Texinfo/XS/main/call_perl_function.c
    (call_translations_translate_string),
    tp/Texinfo/XS/main/replace_perl_api_call.c
    (call_translations_translate_string): add call to
    Texinfo::Translation::translate_string.
    
    * tp/Texinfo/Translations.pm (_XS_configure),
    tp/Texinfo/XS/convert/texinfo.c (txi_setup),
    tp/Texinfo/XS/main/DocumentXS.xs
    (configure_output_strings_translations),
    tp/Texinfo/XS/main/translations.c (use_external_translate_string)
    (configure_output_strings_translations, translate_string): add an
    argument to configure_output_strings_translations to specify whether
    to call Perl translate_string or not.  Set the variable
    use_external_translate_string variable based on the argument, or on
    HAVE_USABLE_GETENV_IN_XS if the argument is 0.  Use
    use_external_translate_string in translate_string to determine if
    call_translations_translate_string should be called.
    
    Report from Gavin.

    Changed files

    • ChangeLog
    • tp/Texinfo/Translations.pm
    • tp/Texinfo/XS/configure.ac
    • tp/Texinfo/XS/convert/texinfo.c
    • tp/Texinfo/XS/main/DocumentXS.xs
    • tp/Texinfo/XS/main/call_perl_function.c
    • tp/Texinfo/XS/main/call_perl_function.h
    • tp/Texinfo/XS/main/replace_perl_api_call.c
    • tp/Texinfo/XS/main/translations.c
    • tp/Texinfo/XS/main/translations.h