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

Builder texinfo-solaris11-i386 Build #6877

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 48 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 17 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 6 mins, 43 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 59 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 6877 Build
codebase Build
got_revision 8509247ecae98a36f94e65c41ca26c0081ca91b5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8509247ecae98a36f94e65c41ca26c0081ca91b5 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 Nov 17 01:09:55 2025
EndMon Nov 17 01:27:55 2025
Elapsed18 mins, 0 secs

All Changes:

:

  1. Change #249017

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 17 Nov 2025 00:57:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8509247ecae98a36f94e65c41ca26c0081ca91b5

    Comments

    * tta/m4/txi_perl_conf.m4 (perl_conf_LIB_CFLAGS), (perl_conf_EMBED_LIB_CFLAGS), tta/C/Makefile.am (*_la_CFLAGS), tta/perl/CheckXS/Makefile.am (TestXS_la_CFLAGS), tta/perl/XSTexinfo/Makefile.am (XSLIBS_CFLAGS), tta/swig/perl/Makefile.am (Texinfo_la_CFLAGS): rename perl_conf_CFLAGS as perl_conf_LIB_CFLAGS and perl_conf_EMBED_CFLAGS as perl_conf_EMBED_LIB_CFLAGS as those two variables should be used for libraries only.
    * tta/m4/txi_perl_conf.m4 (perl_conf_EMBED_CFLAGS), tta/C/Makefile.am
    (libperlembed_libtexinfo_main_la_CPPFLAGS)
    (libperlembed_libtexinfo_main_la_CFLAGS, ctexi2any_CFLAGS): add
    perl_conf_EMBED_CFLAGS with the CFLAGS part of
    PERL_EXTUTILS_EMBED_ccopts, corresponding to $PERL_CONF_ccflags, and
    use that both for ctexi2any CFLAGS and
    libperlembed_libtexinfo_main_la_CFLAGS.  The CPPFLAGS/perl_inc part is
    perl_conf_CPPFLAGS, add it to
    libperlembed_libtexinfo_main_la_CPPFLAGS, but not to ctexi2any
    CPPFLAGS.  Gavin idea.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/TODO
    • tta/m4/txi_perl_conf.m4
    • tta/perl/CheckXS/Makefile.am
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/XSTexinfo/Makefile.am
    • tta/swig/perl/Makefile.am