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

Builder ggettext-solaris10-sparc Build #1019

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revisionf1459a89e25553457aacdbd7c2ef1a7ceb3c8be2
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 mins, 8 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 1019 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision f1459a89e25553457aacdbd7c2ef1a7ceb3c8be2 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:

StartSat Jan 10 20:26:10 2026
EndSat Jan 10 20:29:19 2026
Elapsed3 mins, 8 secs

All Changes:

:

  1. Change #254746

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 10 Jan 2026 20:16:46
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f1459a89e25553457aacdbd7c2ef1a7ceb3c8be2

    Comments

    xgettext: Allow inhibiting the warnings about URLs and email addresses.
    Reported at <https://savannah.gnu.org/bugs/?67672>.
    
    * gettext-tools/src/message.h (enum syntax_check_type): Add sc_url, sc_email.
    (NSYNTAXCHECKS): Increase by 2.
    * gettext-tools/src/message.c (syntax_check_name): Update.
    * gettext-tools/src/xgettext.h (default_syntax_check): Add comment.
    * gettext-tools/src/xgettext.c (default_syntax_check): Add initializer.
    (main): Recognize --no-check option.
    (usage): Document --no-check option.
    * gettext-tools/src/xg-message.c (decide_syntax_check): Assume that
    default_syntax_check[i] != undecided.
    * gettext-tools/src/xg-check.c (syntax_check_function): Remove the second
    argument.
    (string_has_ascii_ellipsis): New function, extracted from
    syntax_check_ellipsis_unicode.
    (message_has_ascii_ellipsis): New function.
    (syntax_check_ellipsis_unicode): Remove the second argument. Simplify. Emit only
    a single error for both msgid and msgid_plural.
    (string_has_space_ellipsis): New function, extracted from
    syntax_check_space_ellipsis.
    (message_has_space_ellipsis): New function.
    (syntax_check_space_ellipsis): Remove the second argument. Simplify. Emit only
    a single error for both msgid and msgid_plural.
    (syntax_check_quote_unicode): Remove the second argument.
    (syntax_check_bullet_unicode_string): New function, extracted from
    syntax_check_bullet_unicode.
    (syntax_check_bullet_unicode): Remove the second argument. Simplify.
    (string_has_url): Don't recognize 'mailto:' URLs.
    (syntax_check_url, syntax_check_email): New functions, extracted from
    url_check_message.
    (url_check_message): Remove function.
    (sc_funcs): Add syntax_check_url, syntax_check_email.
    (syntax_check_message): Simplify.
    (xgettext_check_message_list): Don't invoke url_check_message.
    * gettext-tools/tests/xgettext-14: Update after xg-check.c changesd.
    * gettext-tools/tests/xgettext-20: Add more testcases.
    * gettext-tools/doc/xgettext.texi: Document the --no-check option.
    * gettext-tools/doc/gettext.texi: Bump copyright year.
    * NEWS: Mention the change.

    Changed files

    • NEWS
    • gettext-tools/doc/gettext.texi
    • gettext-tools/doc/xgettext.texi
    • gettext-tools/src/message.c
    • gettext-tools/src/message.h
    • gettext-tools/src/xg-check.c
    • gettext-tools/src/xg-message.c
    • gettext-tools/src/xgettext.c
    • gettext-tools/src/xgettext.h
    • gettext-tools/tests/xgettext-14
    • gettext-tools/tests/xgettext-20