(view as text)
mkdir -p build/release
cd build/release && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release ../.. && /usr/bin/make
-- CMake version 3.7.2
-- The C compiler identification is unknown
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/lib/ccache/gcc
-- Check for working C compiler: /usr/lib/ccache/gcc -- broken
CMake Error at /usr/share/cmake-3.7/Modules/CMakeTestCCompiler.cmake:51 (message):
The C compiler "/usr/lib/ccache/gcc" is not able to compile a simple test
program.
It fails with the following output:
Change Dir: /opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_6ad96/fast"
make[1]: Entering directory
'/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_6ad96.dir/build.make
CMakeFiles/cmTC_6ad96.dir/build
make[2]: Entering directory
'/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_6ad96.dir/testCCompiler.c.o
/usr/lib/ccache/gcc -o CMakeFiles/cmTC_6ad96.dir/testCCompiler.c.o -c
/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeTmp/testCCompiler.c
/tmp/cc1VLlFw.s: Assembler messages:
/tmp/cc1VLlFw.s: Warning: end of file not at end of a line; newline
inserted
Linking C executable cmTC_6ad96
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ad96.dir/link.txt
--verbose=1
/usr/lib/ccache/gcc CMakeFiles/cmTC_6ad96.dir/testCCompiler.c.o -o
cmTC_6ad96
/usr/lib/gcc/aarch64-linux-gnu/6/../../../aarch64-linux-gnu/Scrt1.o: In
function `_start':
(.text+0x18): undefined reference to `main'
/usr/lib/gcc/aarch64-linux-gnu/6/../../../aarch64-linux-gnu/Scrt1.o: In
function `_start':
(.text+0x1c): undefined reference to `main'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_6ad96.dir/build.make:97: recipe for target 'cmTC_6ad96'
failed
make[2]: *** [cmTC_6ad96] Error 1
make[2]: Leaving directory
'/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_6ad96/fast' failed
make[1]: *** [cmTC_6ad96/fast] Error 2
make[1]: Leaving directory
'/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeTmp'
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:45 (project)
-- Configuring incomplete, errors occurred!
See also "/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeOutput.log".
See also "/opt/buildbot/builder/monero-linux-armv8/build/build/release/CMakeFiles/CMakeError.log".
Makefile:98: recipe for target 'release-all' failed
make: *** [release-all] Error 1