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

Builder ggettext-solaris10-i386 Build #923

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision7e61dc102e653ff91c811fc3a3f583ac6fe4948e
Got Revision7e61dc102e653ff91c811fc3a3f583ac6fe4948e
Changes3 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, 16 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 923 Build
codebase Build
got_revision 7e61dc102e653ff91c811fc3a3f583ac6fe4948e Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 7e61dc102e653ff91c811fc3a3f583ac6fe4948e 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 03:16:52 2025
EndFri May 2 03:18:13 2025
Elapsed1 mins, 21 secs

All Changes:

:

  1. Change #228805

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 02 May 2025 00:38:57
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 1077d538bee31af294dfa679766fed0f991963ca

    Comments

    tests: Add a test for xgettext's computation of the POT-Creation-Date.
    * gettext-tools/tests/testdata/repo.tar.gz: New file.
    * gettext-tools/tests/xgettext-git-1: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    (EXTRA_DIST): Add testdata/repo.tar.gz.

    Changed files

    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/testdata/repo.tar.gz
    • gettext-tools/tests/xgettext-git-1
  2. Change #228806

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 02 May 2025 02:46:11
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b1168e7d07af06d8fba9fbb448806485cfb1096c

    Comments

    Update to the newest gnulib.

    Changed files

    • gnulib
  3. Change #228807

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 02 May 2025 02:46:11
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 7e61dc102e653ff91c811fc3a3f583ac6fe4948e

    Comments

    xgettext: Speed up the computation of the POT-Creation-Date.
    Reported by Serhii Tereshchenko, Arthur, Adam YS, Foucauld Degeorges
    at <https://savannah.gnu.org/bugs/?66865>.
    
    * gettext-tools/src/xgettext.c (has_some_mtimes, max_of_mtimes, some_mtimes_failed): Remove variables.
    (files_for_vc_mtime): New variable.
    (main): Initialize files_for_vc_mtime. Update files_for_vc_mtime instead of calling consider_vc_mtime.
    (consider_vc_mtime): Remove function.
    (read_exclusion_file, extract_from_file, extract_from_xml_file): Update files_for_vc_mtime instead of calling consider_vc_mtime.
    (finalize_header): Call max_vc_mtime.
    * NEWS: Mention the speedup.

    Changed files

    • NEWS
    • gettext-tools/src/xgettext.c