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

Builder ggettext-solaris10-sparc Build #909

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision7e61dc102e653ff91c811fc3a3f583ac6fe4948e
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 50 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 909 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 7e61dc102e653ff91c811fc3a3f583ac6fe4948e 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:

StartFri May 2 03:16:51 2025
EndFri May 2 03:18:41 2025
Elapsed1 mins, 50 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