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

Builder curl-ares-solaris11-sparc Build #5570

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 39 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 5570 Build
codebase Build
got_revision ce6c441cf243ab822d50b926da1ce5078d7f0766 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ce6c441cf243ab822d50b926da1ce5078d7f0766 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:

StartMon Mar 30 19:47:56 2026
EndMon Mar 30 20:37:25 2026
Elapsed49 mins, 28 secs

All Changes:

:

  1. Change #262895

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 30 Mar 2026 18:57:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce6c441cf243ab822d50b926da1ce5078d7f0766

    Comments

    build: drop redundant `HAVE_PTHREAD_H` guard
    Prior to this patch code used either `HAVE_PTHREAD_H`, or
    `HAVE_THREADS_POSIX`, or both, to decide if POSIX Threads support is
    present. In effect requiring both to be defined for a consistent build.
    
    Drop detecting and guarding for `pthread.h`, and assume it present when
    `HAVE_THREADS_POSIX` is set.
    
    OS/400 had `HAVE_PTHREAD_H` set, but not `HAVE_THREADS_POSIX`, which
    possibly left threading disabled in most sources.
    
    Ref: https://pubs.opengroup.org/onlinepubs/009695399/basedefs/pthread.h.html
    Ref: 930f2e822715d4602326d549e5a8085ee8c3ec11 #21144
    
    Closes #21158

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/examples/threaded.c
    • lib/config-os400.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/easy_lock.h
    • tests/libtest/lib1565.c
    • tests/libtest/lib3026.c