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

Builder curl-unthreaded-solaris11-i386 Build #4588

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 53 mins, 20 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4588 Build
codebase Build
got_revision 0590753a3c73fe9311ee5ba150b55c3da26b4c82 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0590753a3c73fe9311ee5ba150b55c3da26b4c82 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Feb 3 20:54:19 2026
EndWed Feb 4 00:01:29 2026
Elapsed3 hrs, 7 mins, 9 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