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

Builder curl-ares-solaris11-i386 Build #3899

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona000444cb0917b490a7a1635e51be3ac5bf61b3e
Got Revisiona000444cb0917b490a7a1635e51be3ac5bf61b3e
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3899 Build
codebase Build
got_revision a000444cb0917b490a7a1635e51be3ac5bf61b3e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a000444cb0917b490a7a1635e51be3ac5bf61b3e Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Oct 18 15:26:51 2025
EndSat Oct 18 18:20:07 2025
Elapsed2 hrs, 53 mins, 16 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
  2. Change #246029

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

    Comments

    cmake: fix Linux pre-fill `HAVE_POSIX_STRERROR_R` (when `_CURL_PREFILL=ON`)
    It depends on C library.
    
    Follow-up to f30f1307c1d9d70a96557359f039ba7ef9b077fb #19116

    Changed files

    • CMake/unix-cache.cmake