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

Builder curl-ares-solaris11-sparc Build #5254

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5254 Build
codebase Build
got_revision 0590753a3c73fe9311ee5ba150b55c3da26b4c82 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0590753a3c73fe9311ee5ba150b55c3da26b4c82 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Feb 3 17:56:37 2026
EndTue Feb 3 18:43:01 2026
Elapsed46 mins, 23 secs

All Changes:

:

  1. Change #256904

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 03 Feb 2026 17:50:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0590753a3c73fe9311ee5ba150b55c3da26b4c82

    Comments

    build: require POSIX `strdup()`
    Stop detecting this function and drop the local fallback.
    
    Let us know if this update is causing an issue.
    
    Notes:
    - on Windows `_strdup()` is required instead.
    - `strdup()/_strdup()` were required before this patch to build one of
      the examples: `block_ip`.
    - `strdup()/_strdup()` were required in 8.18.0 and earlier to build
      tests.
    
    Closes #20505

    Changed files

    • CMake/unix-cache.cmake
    • CMakeLists.txt
    • configure.ac
    • lib/config-os400.h
    • lib/config-riscos.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/curlx/strdup.c
    • lib/curlx/strdup.h
    • m4/curl-functions.m4