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

Builder texinfo-solaris10-i386 Build #7290

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 40 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 5 secs )
    1. stdio
  5. shell_3 'gmake check' ( 5 mins, 32 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 7290 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-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 Jan 20 14:56:21 2026
EndTue Jan 20 15:25:16 2026
Elapsed28 mins, 54 secs

All Changes:

:

  1. 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