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

Builder texinfo-solaris11-sparc Build #7285

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiona8cd6ed447718e6b00b916575f673b275c329887
Got Revisiona8cd6ed447718e6b00b916575f673b275c329887
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' ( 6 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 21 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 34 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 33 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 7285 Build
codebase Build
got_revision a8cd6ed447718e6b00b916575f673b275c329887 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision a8cd6ed447718e6b00b916575f673b275c329887 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. Patrice Dumas

Timing:

StartSat Feb 21 14:24:42 2026
EndSat Feb 21 14:44:17 2026
Elapsed19 mins, 35 secs

All Changes:

:

  1. Change #258421

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 21 Feb 2026 14:19:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision a8cd6ed447718e6b00b916575f673b275c329887

    Comments

    Avoid encoding error messages for error and warning messages
    * tta/C/main/utils.h (enum iconv_error_handling), tta/C/main/utils.c
    (encode_with_iconv): add error_handling for cases of bytes that cannot
    be converted, to get either an error with a message (previous
    default), no error and bytes skipped, or no error and a ? mark added
    for each error.  Rename silent_status argument as iconv_status.
    
    * tta/C/main/utils.c (encode_string): add error_handling argument.
    Update callers.
    
    * tta/C/main/errors.c (error_message_text), tta/C/main/txi_config.c
    (GNUT_encode_message): use ieh_mark to get marks in the error messages
    for bytes that cannot be converted and no encoding error messages.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/convert_utils.c
    • tta/C/main/errors.c
    • tta/C/main/node_name_normalization.c
    • tta/C/main/translations.c
    • tta/C/main/txi_config.c
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/parsetexi/input.c
    • tta/C/texi2any.c