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

Builder diffutils-solaris10-i386 Build #202

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectdiffutils
Repositorygit://git.savannah.gnu.org/diffutils.git
Branchmaster
Revision6b9c72607683bcd73d4c5832cf9e94ae979572f0
Got Revision6b9c72607683bcd73d4c5832cf9e94ae979572f0
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 1 mins, 55 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' failed ( 4 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake all' failed ( 1 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 2 secs )
    1. stdio
    2. gnulib-tests_test-suite.log
    3. tests_test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartSat Oct 18 10:49:00 2025
EndSat Oct 18 10:51:25 2025
Elapsed2 mins, 24 secs

All Changes:

:

  1. Change #244666

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 09 Sep 2025 19:23:01
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision cf5648869a98020cce63755b760da354ad166765

    Comments

    maint: use need-formatstring-macros
    * configure.ac: Pass need-formatstring-macros, not merely
    need-ngettext, to AM_GNU_GETTEXT.  This is mostly for show, as
    diffutils has used format string macros for years and since nobody
    uses ancient gettext any more nobody has noticed a problem.

    Changed files

    • configure.ac
  2. Change #244670

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 09 Sep 2025 19:23:01
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision dc6dc9147f9a5ce87514d0d035e44ab515873019

    Comments

    cmp: improve LC_MESSAGES test
    * src/cmp.c (hard_locale_LC_MESSAGES): Use setlocale, not gettext,
    to decide whether the messages might not be those of the C or
    POSIX locale.  This is a more reliable way to test whether
    the locale is something like en_US.utf8, a locale that does
    not have a translation catalog but is not the C locale.

    Changed files

    • src/cmp.c
  3. Change #244675

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 09 Sep 2025 19:23:01
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 096a3b29b535847f7dcf0dfbc70501b1e2dc4ce2

    Comments

    maint: remove po/en.po
    * po/en.po: Remove.  It wasn’t being used, and we’re now doing its
    intent in a less-hassly way.

    Changed files

    • po/en.po
  4. Change #244683

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 09 Sep 2025 19:23:01
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 3ccfcd8cd77b819ee6a47670b39153451da2844e

    Comments

    build: update gnulib submodule to latest

    Changed files

    • gnulib
  5. Change #244695

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 09 Sep 2025 19:23:01
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 6b9c72607683bcd73d4c5832cf9e94ae979572f0

    Comments

    maint: use our textdomain for Gnulib
    Support diffutils’ traditional way of getting translations,
    by telling Gnulib to use diffutils’ message catalog.
    * configure.ac (GNULIB_TEXT_DOMAIN): New macro.
    * src/cmp.c, src/diff.c, src/diff3.c, src/sdiff.c (main):
    Don’t call bindtextdomain ("gnulib", GNULIB_LOCALEDIR)
    as the existing bindtextdomain (PACKAGE, LOCALEDIR) call suffices.

    Changed files

    • configure.ac
    • src/cmp.c
    • src/diff.c
    • src/diff3.c
    • src/sdiff.c