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

Builder curl-ares-solaris10-sparc Build #3688

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1671ebd975c1f146b0dd9929fa4c2a3f8d39b305
Got Revision1671ebd975c1f146b0dd9929fa4c2a3f8d39b305
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 14 mins, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3688 Build
codebase Build
got_revision 1671ebd975c1f146b0dd9929fa4c2a3f8d39b305 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1671ebd975c1f146b0dd9929fa4c2a3f8d39b305 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 29 09:37:07 2026
EndMon Jun 29 21:37:06 2026
Elapsed11 hrs, 59 mins, 59 secs

All Changes:

:

  1. Change #273153

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 29 Jun 2026 11:11:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1671ebd975c1f146b0dd9929fa4c2a3f8d39b305

    Comments

    build: drop superfluous `STDC_HEADERS` macro
    It is traditionally defined by autotools to detect the presence of set
    of standard C89 headers. autoconf 2.70 (2020-12-08) reduced the headers
    covered to `stdlib.h`, `string.h`. After 2.59d (2006-06-05) obsoleting
    it earlier. CMake replicated this detection, and curl included
    `curl/stdcheaders.h` if standard headers were missing. However, such
    condition could never happen because curl sources already assume all
    checked standard headers (`stdarg.h`, `stdlib.h`, `string.h`) and
    include them unconditionally.
    
    Since this is an unused feature detection and an impossible fallback
    path, drop them from CMake and curl's source. autotools continues to do
    the detection by default, but its result is unused after this patch.
    
    This leaves public `curl/stdcheaders.h` unused from within the codebase.
    
    Refs:
    https://github.com/autotools-mirror/autoconf/commit/f0c7c425539964047b0cb986d2ea5f5687a07069
    https://github.com/autotools-mirror/autoconf/commit/86c213d0e355296f026a36e3203c0813041aae89
    
    Follow-up to 65dae4ad80b02f25a25e17af62ea4f2940970330 #22191
    Follow-up to 4c5307b45655ba75ab066564afdc0c111a8b9291
    Ref: ae1912cb0d494b48d514d937826c9fe83ec96c4d
    
    Closes #22206

    Changed files

    • .github/scripts/cmp-config.pl
    • CMake/CurlTests.c
    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • lib/config-os400.h
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • projects/vms/config_h.com