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

Builder ggettext-solaris10-i386 Build #983

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 1 mins, 34 secs )
    1. stdio
  3. shell_1 './configure --with-libiconv-prefix=/opt/csw ...' failed ( 0 secs )
    1. stdio
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. tools_test-init-env
    3. tools_gnulib_test-suite.log
    4. runtime_test-suite.log
    5. tools_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggettext-solaris10-i386 slave
buildername ggettext-solaris10-i386 Builder
buildnumber 983 Build
codebase Build
got_revision efb20317fbeae73b2be3a8e6e2a3ce6f0693459a Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision efb20317fbeae73b2be3a8e6e2a3ce6f0693459a Build
scheduler schedule-ggettext-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ggettext-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartThu Jul 3 08:52:37 2025
EndThu Jul 3 08:54:17 2025
Elapsed1 mins, 39 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