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

Builder texinfo-solaris10-i386 Build #6846

Results:

Failed shell_2 shell_3

SourceStamp:

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

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, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 18 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 4 mins, 25 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 mins, 52 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 6846 Build
codebase Build
got_revision b2db2c2acf88fc21d844cebb3b58234b93399924 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision b2db2c2acf88fc21d844cebb3b58234b93399924 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:

StartWed Jul 16 08:32:21 2025
EndWed Jul 16 08:54:27 2025
Elapsed22 mins, 5 secs

All Changes:

:

  1. Change #239896

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 16 Jul 2025 08:30:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b2db2c2acf88fc21d844cebb3b58234b93399924

    Comments

    Integrate Perl SWIG interface in the build system
    * tta/swig/python/Makefile.am (AM_CPPFLAGS), tta/swig/texinfo.i
    (setup), tta/configure.ac, tta/swig/perl/Makefile.PL: remove include
    <config.h> from texinfo.i as it could be incompatible with Perl
    includes.  Pass EMBED_PERL and PACKAGE_VERSION_CONFIG through
    AM_CPPFLAGS.  Remove HAVE_EMBEDDED_PERL.  Modify setup to use
    EMBED_PERL to set the embed_perl variable only.
    
    * tta/swig/python/Makefile.am (txi_libs_srcdir): add and use variable.
    
    * configure.ac, tta/configure.ac (perl-install-mode, installsitearch)
    (installvendorarch, installvendorlib, installsitelib, swig_perl_tests)
    (perlarchdir, perllibdir, AC_CONFIG_FILES), tta/swig/Makefile.am
    (SUBDIRS, DIST_SUBDIRS), tta/swig/perl/Makefile.am: integrate Perl
    SWIG interface in the build system.
    
    * tta/swig/perl/t/*.t, tta/swig/perl/parse_refold.pl: add code to find
    module and XS object in source dir and build dir.
    
    * tta/swig/perl/t/*.t, tta/swig/perl/parse_refold.pl: update.

    Changed files

    • .gitignore
    • ChangeLog
    • configure.ac
    • tta/configure.ac
    • tta/swig/Makefile.am
    • tta/swig/perl/Makefile.PL
    • tta/swig/perl/Makefile.am
    • tta/swig/perl/parse_refold.pl
    • tta/swig/perl/t/01use.t
    • tta/swig/perl/t/30source_marks.t
    • tta/swig/python/Makefile.am
    • tta/swig/texinfo.i