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

Builder ggrep-solaris10-i386 Build #404

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision79da8e07613966b9e53c7ef31b4765d39f98044d
Got Revision79da8e07613966b9e53c7ef31b4765d39f98044d
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 8 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 404 Build
codebase Build
got_revision 79da8e07613966b9e53c7ef31b4765d39f98044d Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 79da8e07613966b9e53c7ef31b4765d39f98044d 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. Jim Meyering
  2. Paul Eggert

Timing:

StartThu Sep 3 15:06:44 2026
EndThu Sep 3 15:07:06 2026
Elapsed22 secs

All Changes:

:

  1. Change #274286

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 07 Jul 2026 20:29:53
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 4ea4b0ab24eedccbb104cf07a3b1f070b5749ef8

    Comments

    doc: omit regex duplication from man page
    Inspired by a bug report by Borden (bug#81341).
    * doc/grep.in.1: Do not attempt to document BREs and EREs in
    detail, as that’s the job of regexp(7), just as documenting PCREs
    is the job of pcre2pattern(3).  Just document GNU extensions.
    This helps avoid duplication in the manual that complicates the
    reader’s job and increases maintenance effort.  Come to think of
    it, pcre2pattern(3) is the only PCRE man page we need to cite, so
    do that too.

    Changed files

    • doc/grep.in.1
  2. Change #274288

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 07 Jul 2026 20:29:53
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision af1768282907071ee0b8cb9ab0eef1010cbbd4d1

    Comments

    doc: update for POSIX.1-2024 \|
    * doc/grep.texi (Fundamental Structure): Document that empty EREs
    can be followed by a repetition operator only when at the start of
    a regular expression or subexpression.
    (Problematic Expressions): Adjust to POSIX.1-2024’s semi-blessing
    of \| in BREs.

    Changed files

    • doc/grep.texi
  3. Change #276492

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Thu 30 Jul 2026 00:31:02
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision ee4a58d58cafa2f2daa022dfe493498b0226bc24

    Comments

    build: update gnulib submodule to latest

    Changed files

    • gnulib
  4. Change #276493

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Thu 30 Jul 2026 00:31:02
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 8017d31741dc8322aee72555d4c02ac060a9997c

    Comments

    build: ignore --enable-threads=posix better
    Problem reported by Trent Tanchin <https://bugs.gnu.org/81515>.
    * configure.ac (GNULIB_LOCALENAME_SINGLE_THREAD): New macro.

    Changed files

    • configure.ac
  5. Change #277137

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Wed 05 Aug 2026 20:57:12
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 79da8e07613966b9e53c7ef31b4765d39f98044d

    Comments

    doc: show how to color only part of a match
    * doc/grep.texi (Usage): Add a Q&A entry describing how to use
    a PCRE lookbehind assertion so that --color highlights only the
    interesting part of a match.  Suggested by Carlo Arenas and
    Dan Jacobson in http://debbugs.gnu.org/81546

    Changed files

    • doc/grep.texi