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

Builder curl-ares-solaris11-i386 Build #5318

Build In Progress:

ETA: 16:15:16 [5 mins, 19 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5318 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 88d85916f24ededa1b9f90b52c4c5d18af2c8072 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 Jun 27 14:41:29 2026
Elapsed1 hrs, 28 mins, 27 secs

All Changes:

:

  1. Change #273075

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 27 Jun 2026 13:53:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 88d85916f24ededa1b9f90b52c4c5d18af2c8072

    Comments

    cmake: minor improvements to `cmake_uninstall.in.cmake`
    - reduce log noise by showing 'Uninstalling' message only if the file
      exists. (and a different message otherwise)
    - replace cmake `rm` command with `file(REMOVE)`. For efficiency.
      Show manual message if the file could not be deleted.
      Ref: https://cmake.org/cmake/help/v3.18/command/file.html#remove
      Follow-up to 6d008352c667799beecb1ab1dfbc408c415d018c #22193
    - reduce log noise by showing 'Uninstalled' only if the deletion was
      successful. (and a different message otherwise)
    - display `DESTDIR` env value if set.
    - drop checking, setting and showing `CMAKE_INSTALL_PREFIX`.
      The value was never predefined, also not used, besides showing it,
      and showing it is misleading because `--prefix` may override the
      configure-time value, and also superfluous because the filenames
      are showing the actual prefix anyway.
    
    Follow-up to 27e2a4733c3321fb0b1a127360e8e96bc3d4ae53
    
    Closes #22201

    Changed files

    • CMake/cmake_uninstall.in.cmake
    • CMakeLists.txt