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

Builder texinfo-solaris11-i386 Build #7280

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 22 secs )
    1. stdio
  3. shell_1 './configure' ( 8 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 34 secs )
    1. stdio
  5. shell_3 'gmake check' ( 15 mins, 7 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-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7280 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-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartSun Apr 26 01:34:52 2026
EndSun Apr 26 02:17:09 2026
Elapsed42 mins, 17 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