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

Builder texinfo-solaris11-sparc Build #7482

Results:

Build successful

SourceStamp:

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

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' ( 5 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 21 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 46 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7482 Build
codebase Build
got_revision 5b279a1586686afffad7994c43a688de6b536f38 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5b279a1586686afffad7994c43a688de6b536f38 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:

StartSun May 24 22:12:35 2026
EndSun May 24 22:32:28 2026
Elapsed19 mins, 53 secs

All Changes:

:

  1. Change #268222

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 24 May 2026 21:43:23
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5b279a1586686afffad7994c43a688de6b536f38

    Comments

    Integrate native Unicode collation code
    * tta/C/main/unicode-collation/collation-table.c,
    tta/C/main/unicode-collation/collation_data_loader.c,
    tta/C/main/unicode-collation/collation_data_loader.h,
    tta/C/main/unicode-collation/collation_key.c,
    tta/C/main/unicode-collation/collation_key.h:
    Copy files from 'experimental/unicode-collation' branch.
    
    * tta/C/main/unicode-collation/REAMDE: New file, explaining
    origin of the files under this subdirectory.
    
    * tta/C/main/manipulate_indices.c (get_sort_key) <ctn_unicode>:
    Add code to call 'u8_make_collation_key' in new code, rather than
    calling call_collator_getSortKey in order to call Perl subroutines.
    
    * tta/C/Makefile.am (libtexinfo_la_SOURCES): Add new files.
    (libtexinfo_la_LDFLAGS): Add flags that may be needed by the
    gnulib dependencies of the collation code.

    Changed files

    • .gitignore
    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/main/manipulate_indices.c
    • tta/C/main/unicode-collation/README
    • tta/C/main/unicode-collation/collation-table.c
    • tta/C/main/unicode-collation/collation_data_loader.c
    • tta/C/main/unicode-collation/collation_data_loader.h
    • tta/C/main/unicode-collation/collation_key.c
    • tta/C/main/unicode-collation/collation_key.h