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

Builder wget-solaris10-sparc Build #569

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisionb8a9ee02a78df3ccf119127815de82b13aec20d2
Got Revisionb8a9ee02a78df3ccf119127815de82b13aec20d2
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 36 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave
buildername wget-solaris10-sparc Builder
buildnumber 569 Build
codebase Build
got_revision b8a9ee02a78df3ccf119127815de82b13aec20d2 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision b8a9ee02a78df3ccf119127815de82b13aec20d2 Build
scheduler schedule-wget-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/wget-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. KO Myung-Hun

Timing:

StartThu Jun 25 18:56:15 2026
EndThu Jun 25 18:57:24 2026
Elapsed1 mins, 8 secs

All Changes:

:

  1. Change #272766

    Category wget
    Changed by KO Myung-Hun <komh78ohnoyoudont@gmail.com>
    Changed at Thu 25 Jun 2026 18:34:34
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision b8a9ee02a78df3ccf119127815de82b13aec20d2

    Comments

    Replace hard-coded : with ${PATH_SEPARATOR}
    On OS/2, a path separator is ;.
    
    This fixes that configure cannot find some programs such as msgfmt.
    
    * m4/wget.m4 (AM_PATH_PROG_WITH_TEST): Replace : with ${PATH_SEPARATOR}.
    
    Copyright-paperwork-exempt: Yes

    Changed files

    • m4/wget.m4