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

Builder curl-threaded-solaris11-sparc Build #3009

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Oct 10 22:58:34 2024
EndThu Oct 10 23:28:32 2024
Elapsed29 mins, 58 secs

All Changes:

:

  1. Change #211272

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 10 Oct 2024 22:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c90f7f69e117543a9f0102bb89112125f0032bd

    Comments

    cmake: allow manual configuration for LDAP
    Via these configuration values:
    - `LDAP_LIBRARY`
    - `LDAP_LBER_LIBRARY`
    - `LDAP_INCLUDE_DIR`
    
    Following the naming scheme used in `Find` modules.
    
    Cherry-picked from #15157
    Closes #15255

    Changed files

    • CMakeLists.txt
  2. Change #211273

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 10 Oct 2024 22:50:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 91d451b48809f20415ba8627786f5d4f5aaf8bfe

    Comments

    cmake: replace `check_include_file_concat()` for LDAP and GSS detection
    Replace `check_include_file_concat()` with `check_include_file()` in
    GSS/LDAP detection to avoid these headers spilling into subsequent
    feature checks.
    
    - For LDAP, reverse detection order to match with `./configure`.
      Though, in current LDAP packages `ldap.h` does include `lber.h`.
    
    - For GSS, align header detection logic with `./configure`, where
      `gssapi/gssapi_generic.h` might require `gssapi/gssapi.h`, and
      `gssapi/gssapi_krb5.h` might require both.
    
    Ref: #436
    Closes #15157

    Changed files

    • CMakeLists.txt