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

Builder texinfo-solaris10-i386 Build #6843

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 18 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 16 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 4 mins, 23 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 6843 Build
codebase Build
got_revision 948cbcf910f74184228ff80a5bad4e54fb783d5b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 948cbcf910f74184228ff80a5bad4e54fb783d5b Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartTue Jul 15 19:52:19 2025
EndTue Jul 15 20:14:18 2025
Elapsed21 mins, 58 secs

All Changes:

:

  1. Change #239880

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 18:06:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 64d5e4b93deedc5b301105314051340400c38309

    Comments

    * tta/m4/ax_pkg_swig.m4, tta/m4/ax_python_devel.m4, tta/m4/ax_swig_python.m4, README-hacking: add local copies of the autoconf archive macros used for SWIG/Python.  They seem to be very stable.

    Changed files

    • ChangeLog
    • README-hacking
    • tta/m4/ax_pkg_swig.m4
    • tta/m4/ax_python_devel.m4
    • tta/m4/ax_swig_python.m4
  2. Change #239881

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 21:10:18
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d4f9b33c7b43bd5285139adeab4027d972c50eb7

    Comments

    * tta/m4/ax_pkg_swig.m4, tta/m4/ax_python_devel.m4: update to git latest.

    Changed files

    • ChangeLog
    • tta/m4/ax_pkg_swig.m4
    • tta/m4/ax_python_devel.m4
  3. Change #239882

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 14 Jul 2025 22:39:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6bba978d172b905aa95db188e97e11e83c130116

    Comments

    Integrate swig and Python interface in the tta build system
    * configure.ac (AC_ARG_WITH swig), tta/Makefile.am (SUBDIRS)
    (DIST_SUBDIRS), tta/configure.ac (with_swig, SWIG_INTERFACES)
    (with_swig_python, SWIG_PYTHON_INTERFACE, AC_CONFIG_FILES)
    (AC_ARG_WITH swig): add --with-swig options to configure.  Set
    automake conditionals based on SWIG and Python macros results.
    Add swig directory to tta/Makefile.am, conditionally.
    
    * tta/swig/Makefile.am (SUBDIRS, DIST_SUBDIRS): build python interface
    only if SWIG_PYTHON_INTERFACE is set.
    
    * tta/swig/python/Makefile.am (_Texinfo_la_LIBADD): update paths.
    
    * tta/swig/python/Makefile.am (_Texinfo_la_LIBADD): add perl libraries
    only if XS is not disabled.

    Changed files

    • .gitignore
    • ChangeLog
    • configure.ac
    • tta/Makefile.am
    • tta/configure.ac
    • tta/swig/Makefile.am
    • tta/swig/README
    • tta/swig/autogen.sh
    • tta/swig/configure.ac
    • tta/swig/python/Makefile.am
  4. Change #239883

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 15 Jul 2025 19:50:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 948cbcf910f74184228ff80a5bad4e54fb783d5b

    Comments

    * tta/configure.ac (HAVE_EMBEDDED_PERL): add define HAVE_EMBEDDED_PERL.
    * tta/swig/python/Makefile.am (_Texinfo_la_LIBADD): add PERL_EMBEDDED
    case linking flags.
    
    * tta/swig/texinfo.i (setup): setup paths and call
    txi_setup_main_load_interpreter, remove from %init such that
    texinfo_uninstalled can be passed in argument.
    
    * tta/swig/python/test_Texinfo.py: call Texinfo.setup.

    Changed files

    • ChangeLog
    • tta/C/convert/call_embed_perl.c
    • tta/configure.ac
    • tta/swig/python/Makefile.am
    • tta/swig/python/test_Texinfo.py
    • tta/swig/texinfo.i