******************************************************************************** conan test conan-center-index/recipes/fft/all/test_package/conanfile.py fft/cci.20061228@ --profile=/home/conan/w/BuildSingleReference/8103/ca60b6ab-82a2-4192-8a01-c4b75a4e40f7/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux os_build=Linux [options] fft:shared=False [build_requires] [env] fft/cci.20061228 (test package): Installing package Requirements fft/cci.20061228 from local cache - Cache Packages fft/cci.20061228:86c775a5664983a438b3e6a3e4456d3909a24e3d - Cache Installing (downloading, building) binaries... fft/cci.20061228: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK fft/cci.20061228 (test package): Generator cmake_find_package created Findfft.cmake fft/cci.20061228 (test package): Generator cmake created conanbuildinfo.cmake fft/cci.20061228 (test package): Generator txt created conanbuildinfo.txt fft/cci.20061228 (test package): Generated conaninfo.txt fft/cci.20061228 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK fft/cci.20061228 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="9" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_MODULE_PATH="/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package' ----------------- -- The C compiler identification is GNU 9.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 -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- This project seems to be plain C, using 'GNU' compiler -- Conan: Compiler GCC>=5, checking major version 9 -- Conan: Checking correct version: 9 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e' '--' '-j3' ----------------- Scanning dependencies of target fftsg2dt Scanning dependencies of target shrtdctt Scanning dependencies of target fftsg3dt [ 16%] Building C object CMakeFiles/fftsg3dt.dir/fftsg3dt.c.o [ 33%] Building C object CMakeFiles/fftsg2dt.dir/fftsg2dt.c.o [ 50%] Building C object CMakeFiles/shrtdctt.dir/shrtdctt.c.o [ 66%] Linking C executable bin/shrtdctt [ 83%] Linking C executable bin/fftsg2dt [100%] Linking C executable bin/fftsg3dt CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg2dt.c: In function ‘main’: /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg2dt.c:22:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 22 | scanf("%d", &n1); | ^~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg2dt.c:24:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 24 | scanf("%d", &n2); | ^~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg3dt.c: In function ‘main’: /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg3dt.c:21:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 21 | scanf("%d", &n1); | ^~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg3dt.c:23:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 23 | scanf("%d", &n2); | ^~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/fftsg3dt.c:25:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 25 | scanf("%d", &n3); | ^~~~~~~~~~~~~~~~ /usr/bin/ld: /home/conan/w/BuildSingleReference/.conan/data/fft/cci.20061228/_/_/package/86c775a5664983a438b3e6a3e4456d3909a24e3d/lib/libfft.a(fft_build.c.o): in function `makewt': fft_build.c:(.text+0x749): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x7ad): undefined reference to `sincos' /usr/bin/ld: fft_build.c:(.text+0x80f): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x832): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x885): undefined reference to `sincos' /usr/bin/ld: fft_build.c:(.text+0x8b8): undefined reference to `sincos' /usr/bin/ld: /home/conan/w/BuildSingleReference/.conan/data/fft/cci.20061228/_/_/package/86c775a5664983a438b3e6a3e4456d3909a24e3d/lib/libfft.a(fft_build.c.o): in function `makect': fft_build.c:(.text+0xa2a): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0xa89): undefined reference to `sincos' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/shrtdctt.dir/build.make:103: bin/shrtdctt] Error 1 make[1]: *** [CMakeFiles/Makefile2:153: CMakeFiles/shrtdctt.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/bin/ld: CMakeFiles/fftsg2dt.dir/fftsg2dt.c.o: in function `main': fftsg2dt.c:(.text.startup+0x68e): undefined reference to `sqrt' /usr/bin/ld: /home/conan/w/BuildSingleReference/.conan/data/fft/cci.20061228/_/_/package/86c775a5664983a438b3e6a3e4456d3909a24e3d/lib/libfft.a(fft_build.c.o): in function `makewt': fft_build.c:(.text+0x749): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x7ad): undefined reference to `sincos' /usr/bin/ld: fft_build.c:(.text+0x80f): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x832): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x885): undefined reference to `sincos' /usr/bin/ld: fft_build.c:(.text+0x8b8): undefined reference to `sincos' /usr/bin/ld: /home/conan/w/BuildSingleReference/.conan/data/fft/cci.20061228/_/_/package/86c775a5664983a438b3e6a3e4456d3909a24e3d/lib/libfft.a(fft_build.c.o): in function `makect': fft_build.c:(.text+0xa2a): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0xa89): undefined reference to `sincos' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/fftsg2dt.dir/build.make:103: bin/fftsg2dt] Error 1 make[1]: *** [CMakeFiles/Makefile2:99: CMakeFiles/fftsg2dt.dir/all] Error 2 /usr/bin/ld: CMakeFiles/fftsg3dt.dir/fftsg3dt.c.o: in function `main': fftsg3dt.c:(.text.startup+0x6dd): undefined reference to `sqrt' /usr/bin/ld: /home/conan/w/BuildSingleReference/.conan/data/fft/cci.20061228/_/_/package/86c775a5664983a438b3e6a3e4456d3909a24e3d/lib/libfft.a(fft_build.c.o): in function `makewt': fft_build.c:(.text+0x749): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x7ad): undefined reference to `sincos' /usr/bin/ld: fft_build.c:(.text+0x80f): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x832): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0x885): undefined reference to `sincos' /usr/bin/ld: fft_build.c:(.text+0x8b8): undefined reference to `sincos' /usr/bin/ld: /home/conan/w/BuildSingleReference/.conan/data/fft/cci.20061228/_/_/package/86c775a5664983a438b3e6a3e4456d3909a24e3d/lib/libfft.a(fft_build.c.o): in function `makect': fft_build.c:(.text+0xa2a): undefined reference to `cos' /usr/bin/ld: fft_build.c:(.text+0xa89): undefined reference to `sincos' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/fftsg3dt.dir/build.make:103: bin/fftsg3dt] Error 1 make[1]: *** [CMakeFiles/Makefile2:126: CMakeFiles/fftsg3dt.dir/all] Error 2 make: *** [Makefile:103: all] Error 2 ERROR: fft/cci.20061228 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/fft/all/test_package/build/63e5dbb833200071f45220fe3287c2212a963e1e' '--' '-j3'