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

Builder curl-threaded-solaris11-i386 Build #4634

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Feb 11 15:14:17 2026
EndWed Feb 11 17:53:31 2026
Elapsed2 hrs, 39 mins, 13 secs

All Changes:

:

  1. Change #257447

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Feb 2026 14:26:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c05cd2a10e4b97093273e170d6086446aa4d1bac

    Comments

    curl_setup.h: merge back single-use internal header `curl_setup_once.h`
    Originally split in 2006, but the issues cited are no longer present in
    current code. As of now both `curl_setup.h` and `curl_setup_once.h` are
    included once per compiler invocation, without recursion. The latter is
    a sub-header of the former with no clear distinction in their contents.
    
    Merge them to avoid having to decide where to put new global PP logic.
    Also to make it easier to overview what gets defined/included globally
    and in what order. (Perhaps even allowing some tidying up here.)
    
    Follow-up to 77b3bc239daf75d9fb7702ee34c8e5871c47d387
    
    Closes #20555

    Changed files

    • lib/Makefile.inc
    • lib/curl_setup.h
    • lib/curl_setup_once.h
  2. Change #257449

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Feb 2026 14:51:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 982ab7b53fdcef9db636e2f02b137579787e0837

    Comments

    build: check `MSG_NOSIGNAL` directly, drop detection and interim macro
    Drop detecting it at configure time, along with the interim macro
    `HAVE_MSG_NOSIGNAL`. There is no longer a reason for this workaround,
    and allows to save the work at configure time and simplify.
    
    Also say in a comment that `sys/socket.h` is defining this macro.
    
    Follow-up to 77b3bc239daf75d9fb7702ee34c8e5871c47d387
    
    Closes #20559

    Changed files

    • CMake/OtherTests.cmake
    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • acinclude.m4
    • configure.ac
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/multi.c
    • lib/transfer.c