Skip to content

[tests-only][full-ci] remove c compiler env on client build stage#12457

Merged
PrajwolAmatya merged 1 commit intomasterfrom
remove-c-complier-env
Jan 21, 2026
Merged

[tests-only][full-ci] remove c compiler env on client build stage#12457
PrajwolAmatya merged 1 commit intomasterfrom
remove-c-complier-env

Conversation

@PrajwolAmatya
Copy link
Contributor

@PrajwolAmatya PrajwolAmatya commented Jan 20, 2026

Description

This PR removes the envs DCMAKE_C_COMPILER and DCMAKE_CXX_COMPILER from the client build step.

This fixes the error:

-- The CXX compiler identification is unknown
-- The C compiler identification is unknown
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - failed
-- Check for working CXX compiler: /ownbuild/master/linux-64-gcc/bin/clang++
-- Check for working CXX compiler: /ownbuild/master/linux-64-gcc/bin/clang++ - broken
CMake Error at /ownbuild/master/linux-64-gcc/dev-utils/cmake-base/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:73 (message):
  The C++ compiler

    "/ownbuild/master/linux-64-gcc/bin/clang++"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: '/__w/client/client/build/CMakeFiles/CMakeScratch/TryCompile-sYxEpS'
    
    Run Build Command(s): /ownbuild/master/linux-64-gcc/dev-utils/bin/ninja -v cmTC_e2922
    [1/2] /ownbuild/master/linux-64-gcc/bin/clang++    -o CMakeFiles/cmTC_e2922.dir/testCXXCompiler.cxx.o -c /__w/client/client/build/CMakeFiles/CMakeScratch/TryCompile-sYxEpS/testCXXCompiler.cxx
    FAILED: [code=127] CMakeFiles/cmTC_e2922.dir/testCXXCompiler.cxx.o 
    /ownbuild/master/linux-64-gcc/bin/clang++    -o CMakeFiles/cmTC_e2922.dir/testCXXCompiler.cxx.o -c /__w/client/client/build/CMakeFiles/CMakeScratch/TryCompile-sYxEpS/testCXXCompiler.cxx
    /ownbuild/master/linux-64-gcc/bin/clang++: error while loading shared libraries: libxml2.so.16: cannot open shared object file: No such file or directory
    ninja: build stopped: subcommand failed.
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:11 (project)


-- Configuring incomplete, errors occurred!
Error: Process completed with exit code 1.

Failed builds:

@PrajwolAmatya PrajwolAmatya force-pushed the remove-c-complier-env branch 2 times, most recently from 03640b0 to 09d970d Compare January 20, 2026 10:51
Signed-off-by: Prajwol Amatya <prajwolamatya11@gmail.com>
@PrajwolAmatya PrajwolAmatya marked this pull request as ready for review January 21, 2026 03:45
@PrajwolAmatya PrajwolAmatya self-assigned this Jan 21, 2026
@PrajwolAmatya PrajwolAmatya merged commit 7d944aa into master Jan 21, 2026
8 checks passed
@PrajwolAmatya PrajwolAmatya deleted the remove-c-complier-env branch January 21, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments