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

Builder texinfo-solaris11-sparc Build #7530

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 53 secs )
    1. stdio
  5. shell_3 'gmake check' ( 3 mins, 55 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7530 Build
codebase Build
got_revision 856f8c760a3ffbf71a07a4eecdf7adca7b24bfdf Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 856f8c760a3ffbf71a07a4eecdf7adca7b24bfdf Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartTue Jun 9 21:59:27 2026
EndTue Jun 9 22:16:36 2026
Elapsed17 mins, 8 secs

All Changes:

:

  1. Change #270225

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 09 Jun 2026 18:37:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 42d2052be74ba5a23b0fe4df938a123c987888ea

    Comments

    * doc/texinfo.texi (Details of texindex): Remove old information about TexiWeb Jr.

    Changed files

    • ChangeLog
    • doc/texinfo.texi
  2. Change #270227

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 09 Jun 2026 21:47:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 856f8c760a3ffbf71a07a4eecdf7adca7b24bfdf

    Comments

    Change texindex sort order to two level case insensitive/sensitive
    * texindex/texindex.awk (string_compare)
    (string_compare_ignorecase, string_compare_noignorecase)
    (string_compare_internal):
    Add functions beyond string_compare.  Replace character-by-character
    logic with two-pass comparison.  The first is case insensitive, the
    second is case sensitive.
    
    * texindex/ti.texi: add test cases and try to explain the change.

    Changed files

    • ChangeLog
    • texindex/texindex.awk
    • texindex/ti.texi