ninja (1.11.1)
cmake -LAH /bb.download/source/ninja-1.11.1Result = 0
Working Dir = /bb.build
Stdout
-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- IPO / LTO not supported: <Change Dir: '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
Run Build Command(s): /BuggyBox/cmake/3.27.7/bootstrap/bin/cmake -E env VERBOSE=1 /BuggyBox/make/4.4/bootstrap/bin/make -f Makefile
/BuggyBox/cmake/3.27.7/bootstrap/bin/cmake -S/bb.build/CMakeFiles/_CMakeLTOTest-CXX/src -B/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin --check-build-system CMakeFiles/Makefile.cmake 0
/BuggyBox/cmake/3.27.7/bootstrap/bin/cmake -E cmake_progress_start /bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles /bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin//CMakeFiles/progress.marks
/BuggyBox/make/4.4/bootstrap/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
/BuggyBox/make/4.4/bootstrap/bin/make -f CMakeFiles/foo.dir/build.make CMakeFiles/foo.dir/depend
make[2]: Entering directory '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
cd /bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin && /BuggyBox/cmake/3.27.7/bootstrap/bin/cmake -E cmake_depends "Unix Makefiles" /bb.build/CMakeFiles/_CMakeLTOTest-CXX/src /bb.build/CMakeFiles/_CMakeLTOTest-CXX/src /bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin /bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin /bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/foo.dir/DependInfo.cmake
Dependee "/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/foo.dir/DependInfo.cmake" is newer than depender "/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/foo.dir/depend.internal".
Dependee "/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin/CMakeFiles/foo.dir/depend.internal".
Scanning dependencies of target foo
make[2]: Leaving directory '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
/BuggyBox/make/4.4/bootstrap/bin/make -f CMakeFiles/foo.dir/build.make CMakeFiles/foo.dir/build
make[2]: Entering directory '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
[ 25%] Building CXX object CMakeFiles/foo.dir/foo.cpp.o
/usr/bin/g++ -flto=auto -fno-fat-lto-objects -o CMakeFiles/foo.dir/foo.cpp.o -c /bb.build/CMakeFiles/_CMakeLTOTest-CXX/src/foo.cpp
[ 50%] Linking CXX static library libfoo.a
/BuggyBox/cmake/3.27.7/bootstrap/bin/cmake -P CMakeFiles/foo.dir/cmake_clean_target.cmake
/BuggyBox/cmake/3.27.7/bootstrap/bin/cmake -E cmake_link_script CMakeFiles/foo.dir/link.txt --verbose=1
"CMAKE_CXX_COMPILER_AR-NOTFOUND" cr libfoo.a CMakeFiles/foo.dir/foo.cpp.o
sh: line 1: ps: command not found
Error running link command: No such file or directory
make[2]: *** [CMakeFiles/foo.dir/build.make:100: libfoo.a] Error 2
make[2]: Leaving directory '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
make[1]: *** [CMakeFiles/Makefile2:88: CMakeFiles/foo.dir/all] Error 2
make[1]: Leaving directory '/bb.build/CMakeFiles/_CMakeLTOTest-CXX/bin'
make: *** [Makefile:94: all] Error 2
>
-- Performing Test flag_no_deprecated
-- Performing Test flag_no_deprecated - Success
-- Performing Test flag_color_diag
-- Performing Test flag_color_diag - Success
-- Looking for fork
-- Looking for fork - found
-- Looking for pipe
-- Looking for pipe - found
Problem opening /proc/cpuinfo
Problem opening /proc/meminfo
-- Configuring done (1.2s)
-- Generating done (0.0s)
-- Build files have been written to: /bb.build
-- Cache values
// Build the testing tree.
BUILD_TESTING:BOOL=ON
// Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/addr2line
// Path to a program.
CMAKE_AR:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/ar
// Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=
// Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
// CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++
// A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=CMAKE_CXX_COMPILER_AR-NOTFOUND
// A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=CMAKE_CXX_COMPILER_RANLIB-NOTFOUND
// Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
// Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
// Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
// Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
// Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
// C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc
// A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=CMAKE_C_COMPILER_AR-NOTFOUND
// A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=CMAKE_C_COMPILER_RANLIB-NOTFOUND
// Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=
// Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
// Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
// Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
// Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
// Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
// Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=
// Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
// Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local
// Path to a program.
CMAKE_LINKER:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/ld
// Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/BuggyBox/make/4.4/bootstrap/bin/make
// Flags used by the linker during the creation of modules during all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=
// Flags used by the linker during the creation of modules during DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during the creation of modules during MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during the creation of modules during RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during the creation of modules during RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// Path to a program.
CMAKE_NM:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/nm
// Path to a program.
CMAKE_OBJCOPY:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/objcopy
// Path to a program.
CMAKE_OBJDUMP:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/objdump
// Path to a program.
CMAKE_RANLIB:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/ranlib
// Path to a program.
CMAKE_READELF:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/readelf
// Flags used by the linker during the creation of shared libraries during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=
// Flags used by the linker during the creation of shared libraries during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during the creation of shared libraries during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during the creation of shared libraries during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// If set, runtime paths are not added when installing shared libraries, but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
// If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
// Flags used by the linker during the creation of static libraries during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=
// Flags used by the linker during the creation of static libraries during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
// Flags used by the linker during the creation of static libraries during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
// Flags used by the linker during the creation of static libraries during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
// Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
// Path to a program.
CMAKE_STRIP:FILEPATH=/BuggyBox/binutils/2.41/bootstrap/bin/strip
// Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
// If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
// Path to the coverage program that CTest uses for performing coverage inspection
COVERAGE_COMMAND:FILEPATH=COVERAGE_COMMAND-NOTFOUND
// Extra command line flags to pass to the coverage tool
COVERAGE_EXTRA_FLAGS:STRING=-l
// How many times to retry timed-out CTest submissions.
CTEST_SUBMIT_RETRY_COUNT:STRING=3
// How long to wait between timed-out CTest submissions.
CTEST_SUBMIT_RETRY_DELAY:STRING=5
// Maximum time allowed before CTest will kill the test.
DART_TESTING_TIMEOUT:STRING=1500
// Command to build the project
MAKECOMMAND:STRING=/BuggyBox/cmake/3.27.7/bootstrap/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"
// Path to the memory checking command, used for memory error detection.
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
// File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
// Path to a program.
RE2C:FILEPATH=RE2C-NOTFOUND
// Name of the computer/site where compile is being run
SITE:STRING=serdar-pc
Stderr
CMake Warning at CMakeLists.txt:49 (message): re2c was not found; changes to src/*.in.cc will not affect your build.