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

Builder ggrep-solaris10-sparc Build #410

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revisione187ca53198c7aafb28da64da86d1bd59244c3cc
Got Revisione187ca53198c7aafb28da64da86d1bd59244c3cc
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 15 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 410 Build
codebase Build
got_revision e187ca53198c7aafb28da64da86d1bd59244c3cc Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision e187ca53198c7aafb28da64da86d1bd59244c3cc 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. Jim Meyering

Timing:

StartSun Sep 6 14:04:20 2026
EndSun Sep 6 14:04:47 2026
Elapsed27 secs

All Changes:

:

  1. Change #280923

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 06 Sep 2026 15:34:17
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision e187ca53198c7aafb28da64da86d1bd59244c3cc

    Comments

    build: avoid new failure when combining --enable-gcc-warnings and GCC16+
    * configure.ac: Add gl_WARN_ADD([-Wno-keyword-macro]), to suppress many
    new warnings like this from GCC16:
    ../config.h:3415:9: warning: keyword 'restrict' defined as macro \
      [-Wkeyword-macro]

    Changed files

    • configure.ac