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

Builder curl-unthreaded-solaris11-sparc Build #4613

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSun Nov 9 18:07:52 2025
EndSun Nov 9 19:08:29 2025
Elapsed1 hrs, 37 secs

All Changes:

:

  1. Change #248120

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Nov 2025 17:56:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49ef2f8d1ef78e702c73f5d72242301cc2a0157e

    Comments

    cmake: adjust defaults for target platforms not supporting shared libs
    If CMake reports the target platform not supporting shared libs, turn
    `BUILD_SHARED_LIBS` off by default. CMake 3.30+ fails with an error
    when trying to create a `SHARED` target for such platforms. Earlier
    versions used a workaround that may or may not have worked in practice.
    
    Ref: https://cmake.org/cmake/help/v3.30/policy/CMP0164.html
    
    Seen this with a build setting `-DCMAKE_SYSTEM_NAME=Generic`, e.g.
    AmigaOS.
    
    Note this may introduce incompatibility for "Generic" targets, which
    support shared libs. If that's the case, set `BUILD_SHARED_LIBS=ON`
    manually.
    
    Also drop AmigaOS-specific logic handled automatically after this patch.
    
    Ref: https://cmake.org/cmake/help/v3.7/command/get_property.html
    Ref: https://cmake.org/cmake/help/v3.7/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.html
    
    Closes #19420

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md