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

Builder curl-unthreaded-solaris11-sparc Build #6209

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartWed Aug 12 09:15:54 2026
EndWed Aug 12 09:39:36 2026
Elapsed23 mins, 41 secs

All Changes:

:

  1. Change #277915

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 12 Aug 2026 10:46:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9254da6175360102176303ecf9dbb5519b0ffcf

    Comments

    build: clear `Require.private` for static-only builds in `libcurl.pc`
    Before this patch static-only libcurl builds stored the list of module
    dependencies in both `Require` and `Require.private`. The new `pccritic`
    tool flagged this as an issue. Having (or not) a duplicate in
    `Require.private` does not change the output created by `pkgconf` and
    `pkg-config`, as tested with both with and without `--static` option.
    Thus, fix by deleting the private copy.
    
    Fixing:
    ```
    $ pccritic libcurl.pc
    bld/libcurl.pc
      score: 63/100  grade: D  (0 critical, 0 major, 9 minor, 1 info)
      [minor   ] 'libssh2' appears in both Requires and Requires.private (requires/PC051)
      [minor   ] 'libidn2' appears in both Requires and Requires.private (requires/PC051)
      [minor   ] 'openssl' appears in both Requires and Requires.private (requires/PC051)
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/31495008715/job/93790403026#step:10:210 (macOS, CM clang OpenSSL torture)
    Ref: https://github.com/curl/curl/actions/runs/31495008825/job/93790433646#step:9:216 (mingw, AM ucrt-x86_64 wolfssl c-ares U)
    
    Follow-up to f057de5a1a950a90d1920021db152a4b695f1a8a #13911
    Follow-up to 98e5904165859679cd78825bcccb52306ee3bb66 #5373
    Cherry-picked from #22543
    
    Closes #22548

    Changed files

    • CMakeLists.txt
    • configure.ac