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

Builder ggettext-solaris10-sparc Build #969

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revisionefb20317fbeae73b2be3a8e6e2a3ce6f0693459a
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 mins, 30 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 969 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision efb20317fbeae73b2be3a8e6e2a3ce6f0693459a 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:

StartThu Jul 3 08:52:34 2025
EndThu Jul 3 08:57:05 2025
Elapsed4 mins, 30 secs

All Changes:

:

  1. Change #238180

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 03 Jul 2025 07:55:01
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 310e42a7a7c361967d02204a5b40bdaa0c390ca3

    Comments

    msggrep: Finish documenting the -X option (left-over from 2006-03-17).
    * gettext-tools/doc/msggrep.texi: Mention the -X option in the summary.

    Changed files

    • gettext-tools/doc/msggrep.texi
  2. Change #238181

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 03 Jul 2025 08:48:44
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision efb20317fbeae73b2be3a8e6e2a3ce6f0693459a

    Comments

    msggrep: Add new options -W and -S.
    Reported at <https://savannah.gnu.org/bugs/?40489>.
    
    * gettext-tools/src/msggrep.c (workflow_flags, sticky_flags): New variables.
    (main): Initialize them. Handle the options -W and -S.
    (usage): Document the -W and -S options.
    (is_message_selected_no_invert): Return true if one of the specified workflow
    flags or one of the specified sticky flags is set.
    * gettext-tools/tests/msggrep-12: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    * gettext-tools/doc/msggrep.texi: Document the -W and -S options.
    * NEWS: Mention the change.

    Changed files

    • NEWS
    • gettext-tools/doc/msggrep.texi
    • gettext-tools/src/msggrep.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/msggrep-12