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

Builder texinfo-solaris10-sparc Build #6298

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. shell './autogen.sh' ( 39 mins, 25 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 8 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 mins, 53 secs )
    1. stdio
  5. shell_3 'gmake check' ( 42 mins, 6 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 6298 Build
codebase Build
got_revision c06facfc93943f3a099133faf62ded0069bce197 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision c06facfc93943f3a099133faf62ded0069bce197 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. Gavin Smith

Timing:

StartSun Apr 26 01:34:51 2026
EndSun Apr 26 03:26:05 2026
Elapsed1 hrs, 51 mins, 13 secs

All Changes:

:

  1. Change #265429

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 26 Apr 2026 01:32:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c06facfc93943f3a099133faf62ded0069bce197

    Comments

    Index sort key output for UTF-8
    * doc/texinfo.tex
    (\ifinindexsortkey): Define with \newif.
    (\doindexsegment): Set \inindexsortkeytrue when processing index
    sort key.
    (\UTFviiiSortkeyTwo, \UTFviiiSortkeyThree, \UTFviiiSortkeyFour):
    Special definitions for UTF-8 sequences inside UTF-8 sequences.
    By default, output the sequences as they are within a pair of
    curly brackets.  Check for special sort key definition and
    use that instead if available.
    (\DefineSortKey): Add macro to define special sort key for
    Unicode codepoint.  Do not actually use it anywhere yet.
    (\DeclareUnicodeCharacterNative): Handle \ifinindexsortkey similarly
    for luatex and xetex.
    (\DeclareUnicodeCharacterUTFviii): Correct a comment.
    
    There would be errors with texindex output with a UTF-8-encoded
    Texinfo file under a non-UTF-8 locale, or with an awk program
    that didn't pay attention to the locale encoding.
    
    Report from Vincent Belaïche, March 2026, and Werner Lemberg,
    November 2022.

    Changed files

    • ChangeLog
    • doc/texinfo.tex