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

Builder curl-unthreaded-solaris11-sparc Build #4471

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 34 mins, 16 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4471 Build
codebase Build
got_revision f30f1307c1d9d70a96557359f039ba7ef9b077fb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f30f1307c1d9d70a96557359f039ba7ef9b077fb Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Oct 18 13:58:00 2025
EndSat Oct 18 15:20:12 2025
Elapsed1 hrs, 22 mins, 12 secs

All Changes:

:

  1. Change #246026

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 18 Oct 2025 13:53:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f30f1307c1d9d70a96557359f039ba7ef9b077fb

    Comments

    cmake: fix Linux pre-fills for non-glibc (when `_CURL_PREFILL=ON`)
    - do not pre-fill `HAVE_LINUX_TCP_H` on Linux.
      `linux/tcp.h` is a Linux kernel userspace header. It's likely
      installed when using glibc and likely missing by default when using
      something else, e.g. MUSL (e.g. on Alpine).
    
      Therefore always detect it for Linux targets, and only pre-fill it for
      non-Linux ones.
    
    - do not pre-fill `HAVE_GLIBC_STRERROR_R` on Linux.
      To fix it for non-glibc envs, e.g. MUSL (e.g. on Alpine).
    
    Note, the pre-fill option is a disabled by default, internal option and
    strongly not recommended outside of curl development.
    
    Closes #19116

    Changed files

    • CMake/unix-cache.cmake