Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
5.5.32
-
None
-
None
-
None
-
AIX 5.3 TL07 (5300-07-01-0748) - old to be more backwards compatible;
IBM XL C/C++ for AIX, V11.1 (5724-X13)
Version: 11.01.0000.0013
Description
cannot run cmake because of error - does not do a successful compiler test
from 5.5.31:
-- Running cmake version 2.8.11.2
|
-- The C compiler identification is XL 11.1.0
|
-- The CXX compiler identification is XL 11.1.0
|
-- Check for working C compiler: /usr/vac/bin/cc
|
-- Check for working C compiler: /usr/vac/bin/cc -- works
|
-- Detecting C compiler ABI info
|
-- Detecting C compiler ABI info - done
|
-- Check for working CXX compiler: /usr/vacpp/bin/xlC
|
-- Check for working CXX compiler: /usr/vacpp/bin/xlC -- works
|
...
|
-- Performing Test HAVE_PEERCRED
|
-- Performing Test HAVE_PEERCRED - Failed
|
-- Performing Test HAVE_SOCKPEERCRED
|
-- Performing Test HAVE_SOCKPEERCRED - Failed
|
-- Looking for event.h
|
-- Looking for event.h - not found
|
-- Configuring done
|
-- Generating done
|
-- Build files have been written to: /data/prj/mariadb/mariadb-5.5.31
|
from 5.5.32:
-- Check for working C compiler: /usr/vac/bin/cc
|
CMake Error: Generator: execution of make failed. Make command was: /opt/bin/make "cmTryCompileExec2323280062/fast"
|
-- Check for working C compiler: /usr/vac/bin/cc -- broken
|
CMake Error at /opt/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
|
The C compiler "/usr/vac/bin/cc" is not able to compile a simple test
|
program.
|
It fails with the following output:
Change Dir: /data/prj/mariadb/mariadb-5.5.32/CMakeFiles/CMakeTmp
|
|
|
Run Build Command:/opt/bin/make "cmTryCompileExec2323280062/fast"
|
|
|
No such file or directory
|
|
|
Generator: execution of make failed. Make command was: /opt/bin/make
|
"cmTryCompileExec2323280062/fast"
|
|
|
CMake will not be able to correctly generate this project.
|
Call Stack (most recent call first):
|
CMakeLists.txt:71 (PROJECT)
|
|
|
-- Configuring incomplete, errors occurred!
|
root@x093:[/data/prj/mariadb/mariadb-5.5.32]
|