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

Builder texinfo-solaris10-i386 Build #7108

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 50 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 24 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 4 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 7108 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-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:

StartMon Nov 17 01:09:53 2025
EndMon Nov 17 01:31:48 2025
Elapsed21 mins, 54 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