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

Builder diffutils-solaris10-i386 Build #201

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 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/slave/diffutils-solaris10-i386 slave
buildername diffutils-solaris10-i386 Builder
buildnumber 201 Build
codebase Build
project diffutils Build
repository git://git.savannah.gnu.org/diffutils.git Build
revision e124541148d38cd8b7f962aceb72fb44e7cc0aab 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. Bruno Haible
  2. Paul Eggert

Timing:

StartSat Sep 6 00:08:01 2025
EndSat Sep 6 00:08:05 2025
Elapsed4 secs

All Changes:

:

  1. Change #244516

    Category diffutils
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 05 Sep 2025 23:47:08
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 0cba18b9653ffcda003e67ef2424118a88a2bbde

    Comments

    build: Update after gnulib changed
    * gnulib-tests/Makefile.am: Initialize AM_CFLAGS.

    Changed files

    • gnulib-tests/Makefile.am
  2. Change #244517

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 05 Sep 2025 23:47:08
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision f3f02235de93d8c6352ec2bb356628c9532688b1

    Comments

    diff: simplify usage slightly
    * src/diff.c (usage): Simplify by omitting a need to call putchar.

    Changed files

    • src/diff.c
  3. Change #244518

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 05 Sep 2025 23:47:08
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision c08704493d5cd141ec5e0526ca8ce3286f241f4d

    Comments

    sdiff: simplify give_help slightly
    * src/sdiff.c (give_help): Simplify by using fputs instead of fprintf.

    Changed files

    • src/sdiff.c
  4. Change #244519

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 05 Sep 2025 23:47:08
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision 42083759b6876eaff43f8e62caea476dd92e0be0

    Comments

    build: update gnulib submodule to latest

    Changed files

    • gnulib
  5. Change #244520

    Category diffutils
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Fri 05 Sep 2025 23:47:08
    Repository git://git.savannah.gnu.org/diffutils.git
    Project diffutils
    Branch master
    Revision e124541148d38cd8b7f962aceb72fb44e7cc0aab

    Comments

    maint: reduce Gnulib module usage
    Recentish changes to Gnulib have pulled in more dependencies
    on multithreading, locking, and whatnot.  Revamp to remove
    these unwanted dependencies.
    * bootstrap.conf: Also avoid hard-locale, localcharset,
    localename-unsafe, localename-unsafe-limited.
    Stop avoiding localename.
    (avoided_gnulib_tests): New var.  Avoid these tests too.
    (gnulib-modules): Remove hard-locale, nstrftime.
    Add nstrftime-limited.
    * configure.ac (gl_cv_func_mbrtowc_C_locale_sans_EILSEQ)
    (gl_cv_func_mbrtoc32_C_locale_sans_EILSEQ):
    New vars, so that we do not worry about multibyte C locales.
    (gl_THREADLIB_DEFAULT_NO): New macro.
    Not sure how much it helps, but it can’t hurt.
    (SUPPORT_NON_GREG_CALENDARS_IN_STRFTIME): New macro.
    * src/cmp.c: Do not include hard-locale.h.
    (hard_locale_LC_MESSAGES): Assume that LC_MESSAGES is hard
    if and only if "(C)" gets translated.  This drags in fewer
    dependencies than calling hard_locale.
    * src/diff.c: Include strftime.h instead of hard-locale.h.
    (hard_locale_LC_TIME): New function, that uses nstrftime
    to infer whether the time locale is hard.
    (main): Use it instead of hard_locale.
    
    maint: default Gnulib to no multithreading
    
    * configure.ac: Define gl_THREADLIB_DEFAULT_NO
    so that Gnulib defaults to no multithreading.

    Changed files

    • bootstrap.conf
    • configure.ac
    • src/cmp.c
    • src/diff.c