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

Builder texinfo-solaris10-sparc Build #6100

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision8946bfafd4166680ae282aacf540759db3b77f95
Got Revision8946bfafd4166680ae282aacf540759db3b77f95
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 36 mins, 47 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 4 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 41 secs )
    1. stdio
  5. shell_3 'gmake check' ( 37 mins, 56 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6100 Build
codebase Build
got_revision 8946bfafd4166680ae282aacf540759db3b77f95 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8946bfafd4166680ae282aacf540759db3b77f95 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:

StartTue Jan 20 15:08:59 2026
EndTue Jan 20 16:51:49 2026
Elapsed1 hrs, 42 mins, 49 secs

All Changes:

:

  1. Change #255808

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 20 Jan 2026 13:17:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 63e6575144c877a796d89481d3355da79ec33cb3

    Comments

    * tta/swig/perl/Makefile.am (EXTRA_DIST), tta/swig/perl/Texinfo_SWIG_Interface_Tests.pm, tta/swig/perl/t/*.t: rename tta/swig/perl/_Texinfo_Tests.pm as Texinfo_SWIG_Interface_Tests.pm.

    Changed files

    • ChangeLog
    • tta/swig/perl/MANIFEST
    • tta/swig/perl/Makefile.am
    • tta/swig/perl/Texinfo_SWIG_Interface_Tests.pm
    • tta/swig/perl/_Texinfo_Tests.pm
    • tta/swig/perl/t/20index_sort.t
    • tta/swig/perl/t/30source_marks.t
    • tta/swig/perl/t/40convert_to_text.t
  2. Change #255812

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 20 Jan 2026 14:47:38
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8946bfafd4166680ae282aacf540759db3b77f95

    Comments

    C libraries and XS modules installed in subdirs of converter libdir
    * tta/C/Makefile.am (librarydir, library_LTLIBRARIES),
    tta/perl/XSTexinfo/Makefile.am (xsdir),
    tta/perl/Texinfo/ModulePath.pm.in (init): add librarydir in
    C/Makefile.am as the lib subdir of libdir/texi2any and use it for
    libraries installation, define xsdir in XSTexinfo/Makefile.am as the
    XS_extension subdir of libdir/texi2any.  Update paths in
    Texinfo/ModulePath.pm.in.
    In addition to separating C libraries from XS modules, this also
    allows to keep a bin directory added by libtool at the same level
    within libdir/texi2any.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/perl/Texinfo/ModulePath.pm.in
    • tta/perl/XSTexinfo/Makefile.am