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

Builder ggettext-solaris10-i386 Build #925

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 1 mins, 24 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 925 Build
codebase Build
got_revision 26c8529d0ee30d79579024a43da2c77275ee586e Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 26c8529d0ee30d79579024a43da2c77275ee586e 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:

StartFri May 2 16:34:28 2025
EndFri May 2 16:35:57 2025
Elapsed1 mins, 29 secs

All Changes:

:

  1. Change #228822

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 02 May 2025 16:06:45
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 26c8529d0ee30d79579024a43da2c77275ee586e

    Comments

    xgettext: Add an option to opt-out of the use of git for the POT-Creation-Date.
    Reported by Serhii Tereshchenko at <https://savannah.gnu.org/bugs/?66865>.
    
    * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add stat-time.
    * gettext-tools/src/xgettext.c: Include stat-time.h.
    (xgettext_no_git): New variable.
    (long_options): Add option '--no-git'.
    (main): Handle the option --no-git.
    (usage): Document the option --no-git.
    (struct accumulator): New type, copied from gnulib/lib/vc-mtime.c.
    (accumulate): New function, copied from gnulib/lib/vc-mtime.c.
    (max_mtime_without_git): New function, based on gnulib/lib/vc-mtime.c.
    (finalize_header): Conditionally invoke max_mtime_without_git instead of
    max_vc_mtime.
    * gettext-tools/doc/xgettext.texi: Document the option --no-git.
    * NEWS: Mention the change.

    Changed files

    • NEWS
    • autogen.sh
    • gettext-tools/doc/xgettext.texi
    • gettext-tools/src/xgettext.c