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

Builder ggrep-solaris10-i386 Build #396

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision9d18a1ca913853e6e90d01146abc25e0a3c4ac8b
Got Revision9d18a1ca913853e6e90d01146abc25e0a3c4ac8b
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 1 mins, 0 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' failed ( 0 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible
  2. Paul Eggert

Timing:

StartSun Apr 26 08:25:12 2026
EndSun Apr 26 08:26:18 2026
Elapsed1 mins, 6 secs

All Changes:

:

  1. Change #265430

    Category ggrep
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 26 Apr 2026 08:06:17
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision bab9c68347dcde91635851c1354900cb2f782449

    Comments

    maint: Advertise full Unicode support on Cygwin
    * tests/surrogate-search: Don't skip the test on Cygwin.
    * NEWS: Mention the full Unicode support.

    Changed files

    • NEWS
    • tests/surrogate-search
  2. Change #265431

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 26 Apr 2026 08:06:17
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 7a58a6736a78ff6a81fa7ee69d6cae26b2f7cfc2

    Comments

    build: update gnulib submodule to latest

    Changed files

    • gnulib
  3. Change #265432

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 26 Apr 2026 08:06:17
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 1bbc1f6e3cabb34511a1b67b4edc5768ccc8013b

    Comments

    grep: improve Unicode support on older platforms
    * bootstrap.conf (gnulib_modules): Add uchar-h.
    * src/grep.c: Do not include <wchar.h>.
    * tests/hangul-syllable, tests/surrogate-pair: Do not skip checks
    with Unicode characters outside the 16-bit range merely because
    the underlying wchar_t is only 16 bits.

    Changed files

    • bootstrap.conf
    • configure.ac
    • src/grep.c
    • tests/hangul-syllable
    • tests/surrogate-pair
  4. Change #265433

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 26 Apr 2026 08:06:17
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 9d18a1ca913853e6e90d01146abc25e0a3c4ac8b

    Comments

    maint: more single-thread optimizations
    * bootstrap.conf (avoided_gnulib_modules):
    Copy lib/glthread/lock.h and avoid lock, instead of avoiding lock-tests.
    That way, we can use #include "glthread/lock.h" better according
    to its original intent, when running single-threaded.
    Also avoid mbiterf, as it's now a dependency of the modules we use.
    Reformat as per usual bootstrap.conf arg advice, and add comments.
    * configure.ac (gl_THREADLIB_DEFAULT_NO)
    (GNULIB_EXCLUDE_SINGLE_THREAD)
    (GNULIB_MBRTOWC_SINGLE_THREAD, GNULIB_REGEX_SINGLE_THREAD):
    New macros.
    * lib/Makefile.am (libgreputils_a_SOURCES): Add glthread/lock.h.

    Changed files

    • bootstrap.conf
    • configure.ac
    • lib/Makefile.am