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

Builder ggrep-solaris10-sparc Build #407

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revisionaf1768282907071ee0b8cb9ab0eef1010cbbd4d1
Got Revisionaf1768282907071ee0b8cb9ab0eef1010cbbd4d1
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 16 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-unstable10s/slave/ggrep-solaris10-sparc slave
buildername ggrep-solaris10-sparc Builder
buildnumber 407 Build
codebase Build
got_revision af1768282907071ee0b8cb9ab0eef1010cbbd4d1 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision af1768282907071ee0b8cb9ab0eef1010cbbd4d1 Build
scheduler schedule-ggrep-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggrep-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartWed Jul 29 11:35:07 2026
EndWed Jul 29 11:35:45 2026
Elapsed38 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