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

Builder ggettext-solaris10-sparc Build #1075

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision05837cc2755c6c246b868a3b4f1ce008fd1c2143
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 mins, 40 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave
buildername ggettext-solaris10-sparc Builder
buildnumber 1075 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 05837cc2755c6c246b868a3b4f1ce008fd1c2143 Build
scheduler schedule-ggettext-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartSun Sep 13 23:24:13 2026
EndSun Sep 13 23:26:54 2026
Elapsed2 mins, 40 secs

All Changes:

:

  1. Change #281687

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 13 Sep 2026 18:38:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 28c6974f23585b8a2b304084576f580b8292410a

    Comments

    build: Fix a "make distcheck" failure.
    * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.

    Changed files

    • Makefile.am
  2. Change #281688

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 13 Sep 2026 18:38:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 5bc5198342bff569036f9d086ee7abda0cc20d6d

    Comments

    intl: Update overview documentation.
    * gettext-runtime/intl/OVERVIEW: New file, extracted from
    gettext-runtime/intl/Makefile.am.
    * gettext-runtime/intl/OVERVIEW.glibc: New file, based on
    gettext-runtime/intl/OVERVIEW.
    * gettext-runtime/intl/Makefile.am (EXTRA_DIST): Add them.
    * check-copyright-headers (func_check_file): Ignore them.

    Changed files

    • check-copyright-headers
    • gettext-runtime/intl/Makefile.am
    • gettext-runtime/intl/OVERVIEW
    • gettext-runtime/intl/OVERVIEW.glibc
  3. Change #281689

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 13 Sep 2026 18:38:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 902bd6f97ef2f202838a95f35a446ab62c2fb5a4

    Comments

    intl: Remove obsolete comments.
    The purpose of these comments was to compile libintl as a single compilation
    unit, more than 25 years ago.
    
    * gettext-runtime/intl/*.[hc]: Remove "end of prolog" and "begin of epilog"
    comments.

    Changed files

    • gettext-runtime/intl/bindtextdom.c
    • gettext-runtime/intl/dcgettext.c
    • gettext-runtime/intl/dcigettext.c
    • gettext-runtime/intl/dcngettext.c
    • gettext-runtime/intl/dgettext.c
    • gettext-runtime/intl/dngettext.c
    • gettext-runtime/intl/explodename.c
    • gettext-runtime/intl/finddomain.c
    • gettext-runtime/intl/gettext.c
    • gettext-runtime/intl/gettextP.h
    • gettext-runtime/intl/gmo.h
    • gettext-runtime/intl/hash-string.h
    • gettext-runtime/intl/intl-compat.c
    • gettext-runtime/intl/l10nflist.c
    • gettext-runtime/intl/loadmsgcat.c
    • gettext-runtime/intl/localealias.c
    • gettext-runtime/intl/ngettext.c
    • gettext-runtime/intl/textdomain.c
  4. Change #281690

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 13 Sep 2026 18:38:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 58d06d29fd0b76154cfac1a872ed4b655f39ad65

    Comments

    intl: Use C99 initialization syntax for single-variable 'for' loops.
    * gettext-runtime/intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Declare variable
    of single-variable 'for' loops in the 'for' clause.
    * gettext-runtime/intl/explodename.c (_nl_explode_name): Likewise.
    * gettext-runtime/intl/finddomain.c (_nl_find_domain): Likewise.
    * gettext-runtime/intl/l10nflist.c (_nl_make_l10nflist, _nl_normalize_codeset):
    Likewise.
    * gettext-runtime/intl/langprefs.c (_nl_language_preferences_win32_mui,
    _nl_language_preferences_default): Likewise.
    * gettext-runtime/intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain):
    Likewise.
    * gettext-runtime/intl/localealias.c (read_alias_file): Likewise.
    * gettext-runtime/intl/plural.y (new_exp): Likewise.
    * gettext-runtime/intl/setlocale.c (libintl_newlocale): Likewise.

    Changed files

    • gettext-runtime/intl/dcigettext.c
    • gettext-runtime/intl/explodename.c
    • gettext-runtime/intl/finddomain.c
    • gettext-runtime/intl/l10nflist.c
    • gettext-runtime/intl/langprefs.c
    • gettext-runtime/intl/loadmsgcat.c
    • gettext-runtime/intl/localealias.c
    • gettext-runtime/intl/plural.y
    • gettext-runtime/intl/setlocale.c
  5. Change #281691

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 13 Sep 2026 18:38:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision eb6561fe51ed406a1abc1d18f39545861cf370e8

    Comments

    intl: Assume ISO C99.
    * gettext-runtime/intl/plural.y (new_exp_1, new_exp_2, new_exp_3): Use a
    compound initializer.

    Changed files

    • gettext-runtime/intl/plural.y
  6. Change #281692

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 13 Sep 2026 18:38:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision bad40c864c579a9767576f0caba553abb234fa51

    Comments

    intl: Reduce scope of local variables.
    M = Move variable declaration to its initialization.
    R = Reduce scope.
    S = Split scope, create separate variables from one variable.
    B = Insert braces, creating a block scope.
    E = Eliminate a local variable.
    
    * gettext-runtime/intl/bindtextdom.c (set_binding_values): MR.
    * gettext-runtime/intl/dcigettext.c (transcmp): M.
    (DCIGETTEXT, _nl_find_msg): MRS.
    (plural_lookup): MR.
    (guess_category_value, __intl_freemem): M.
    * gettext-runtime/intl/explodename.c (_nl_explode_name): M.
    * gettext-runtime/intl/finddomain.c (_nl_find_domain): MR.
    * gettext-runtime/intl/hash-string.c (__hash_string): ME.
    * gettext-runtime/intl/l10nflist.c (_nl_make_l10nflist, _nl_normalize_codeset):
    MR.
    * gettext-runtime/intl/langprefs.c (_nl_language_preferences_win32_mui,
    _nl_language_preferences_win32_ME): M.
    (_nl_language_preferences_win32_95): MR.
    * gettext-runtime/intl/loadmsgcat.c (_nl_load_domain): MRB.
    * gettext-runtime/intl/localealias.c (_nl_expand_alias): MR. Simplify an 'if'
    cascade.
    (read_alias_file): MR.
    (extend_alias_table): M.
    * gettext-runtime/intl/log.c (_nl_log_untranslated_locked): M.
    * gettext-runtime/intl/plural.y (new_exp, yylex): M.
    * gettext-runtime/intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): MR.
    * gettext-runtime/intl/printf.c (libintl_fprintf, libintl_printf,
    libintl_sprintf, libintl_snprintf, libintl_asprintf, libintl_fwprintf,
    libintl_wprintf, libintl_swprintf): M.
    * gettext-runtime/intl/setlocale.c (libintl_newlocale): M.
    * gettext-runtime/intl/textdomain.c (TEXTDOMAIN): MR.

    Changed files

    • gettext-runtime/intl/bindtextdom.c
    • gettext-runtime/intl/dcigettext.c
    • gettext-runtime/intl/explodename.c
    • gettext-runtime/intl/finddomain.c
    • gettext-runtime/intl/hash-string.c
    • gettext-runtime/intl/l10nflist.c
    • gettext-runtime/intl/langprefs.c
    • gettext-runtime/intl/loadmsgcat.c
    • gettext-runtime/intl/localealias.c
    • gettext-runtime/intl/log.c
    • gettext-runtime/intl/plural-exp.c
    • gettext-runtime/intl/plural.y
    • gettext-runtime/intl/printf.c
    • gettext-runtime/intl/setlocale.c
    • gettext-runtime/intl/textdomain.c
  7. Change #281693

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 14 Sep 2026 00:34:43
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6d19d123d76ad3d1680e49900703edb1de377656

    Comments

    Update after gnulib changed.
    * gettext-runtime/intl/setlocale.c (libintl_setlocale): Change type of local
    variable 'warn' to bool.

    Changed files

    • gettext-runtime/intl/setlocale.c
  8. Change #281694

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 14 Sep 2026 00:43:31
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 05837cc2755c6c246b868a3b4f1ce008fd1c2143

    Comments

    intl: Use bool.
    * autogen.sh (GNULIB_MODULES_LIBINTL): Add bool.
    * gettext-runtime/intl/gettextP.h: Include <stdbool.h>.
    (struct loaded_domain): Change type of fields use_mmap, must_swap,
    must_swap_hash_tab to bool.
    (_nl_find_msg): Change type of parameter 'convert' to bool.
    (_nl_log_untranslated): Change type of parameter 'plural' to bool.
    * gettext-runtime/intl/dcigettext.c: Include <stdbool.h>.
    (DCIGETTEXT): Update.
    (_nl_find_msg): Change type of parameter 'convert' to bool.
    * gettext-runtime/intl/loadmsgcat.c: Include <stdbool.h>.
    (_nl_load_domain): Change type of local variables 'use_mmap', 'valid' to bool.
    * gettext-runtime/intl/log.c (_nl_log_untranslated_locked, _nl_log_untranslated:
    Change type of parameter 'plural' to bool.
    * gettext-runtime/intl/l10nflist.c: Include <stdbool.h>.
    (_nl_normalize_codeset): Change type of local variable 'only_digit' to bool.
    * gettext-runtime/intl/bindtextdom.c: Include <stdbool.h>.
    (set_binding_values): Change type of local variable 'modified' to bool.

    Changed files

    • autogen.sh
    • gettext-runtime/intl/bindtextdom.c
    • gettext-runtime/intl/dcigettext.c
    • gettext-runtime/intl/gettextP.h
    • gettext-runtime/intl/l10nflist.c
    • gettext-runtime/intl/loadmsgcat.c
    • gettext-runtime/intl/log.c