******************************************************************************** conan install fusepp/3.0.0@#f12ae35c2f85dc59b846ec90cbf943e0 --build=fusepp -pr /home/conan/w/BuildSingleReference/83410/c3d2fa37-ba96-4477-b7bd-28d214d6ec37/profile_linux_5_libstdcpp11_gcc_release_64.fusepp-shared-False.txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] fusepp:shared=False [build_requires] [env] fusepp/3.0.0: Forced build from source Installing package: fusepp/3.0.0 Requirements fusepp/3.0.0 from local cache - Cache libfuse/3.10.5 from 'conan-center' - Cache Packages fusepp/3.0.0:ff4ecd70e904a4213432b22f8ded4a6d754504b5 - Build libfuse/3.10.5:76f87539fc90ff313e0b3182641a9bb558a717d2 - Cache Installing (downloading, building) binaries... libfuse/3.10.5: Already installed! fusepp/3.0.0: Copying sources to build folder fusepp/3.0.0: Building your package in /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5 fusepp/3.0.0: Generator cmake created conanbuildinfo.cmake fusepp/3.0.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK fusepp/3.0.0: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/package/ff4ecd70e904a4213432b22f8ded4a6d754504b5" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder' ----------------- -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- 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 -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5' '--' '-j3' ----------------- Scanning dependencies of target fusepp [ 50%] Building CXX object CMakeFiles/fusepp.dir/Fuse.cpp.o CMakeFiles/fusepp.dir/build.make:81: recipe for target 'CMakeFiles/fusepp.dir/Fuse.cpp.o' failed CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/fusepp.dir/all' failed Makefile:148: recipe for target 'all' failed fusepp/3.0.0: CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:26:0: /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:106:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Fuse(const Fuse&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:107:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Fuse& operator=(const Fuse&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:108:26: error: expected ‘,’ or ‘...’ before ‘&&’ token Fuse& operator= (Fuse&&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:108:32: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 Fuse& operator= (Fuse&&) = delete; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:110:15: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 ~Fuse() = default; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:112:35: error: ISO C++ forbids declaration of ‘run’ with no type [-fpermissive] auto run(int argc, char **argv) ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:112:35: error: storage class specified for ‘run’ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:117:21: error: ISO C++ forbids declaration of ‘Operations’ with no type [-fpermissive] auto Operations() { return &operations_; } ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:117:21: error: storage class specified for ‘Operations’ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.h:119:23: error: conflicting specifiers in declaration of ‘this_’ static auto this_() ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:28:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_getattr Fusepp::Fuse::getattr = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:29:66: error: ‘nullptr’ was not declared in this scope template Fusepp::t_readlink Fusepp::Fuse::readlink = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:30:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_mknod Fusepp::Fuse::mknod = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:31:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_mkdir Fusepp::Fuse::mkdir = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:32:62: error: ‘nullptr’ was not declared in this scope template Fusepp::t_unlink Fusepp::Fuse::unlink = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:33:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_rmdir Fusepp::Fuse::rmdir = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:34:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_symlink Fusepp::Fuse::symlink = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:35:62: error: ‘nullptr’ was not declared in this scope template Fusepp::t_rename Fusepp::Fuse::rename = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:36:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_link Fusepp::Fuse::link = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:37:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_chmod Fusepp::Fuse::chmod = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:38:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_chown Fusepp::Fuse::chown = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:39:66: error: ‘nullptr’ was not declared in this scope template Fusepp::t_truncate Fusepp::Fuse::truncate = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:40:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_open Fusepp::Fuse::open = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:41:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_read Fusepp::Fuse::read = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:42:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_write Fusepp::Fuse::write = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:43:62: error: ‘nullptr’ was not declared in this scope template Fusepp::t_statfs Fusepp::Fuse::statfs = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:44:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_flush Fusepp::Fuse::flush = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:45:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_release Fusepp::Fuse::release = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:46:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_fsync Fusepp::Fuse::fsync = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:47:66: error: ‘nullptr’ was not declared in this scope template Fusepp::t_setxattr Fusepp::Fuse::setxattr = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:48:66: error: ‘nullptr’ was not declared in this scope template Fusepp::t_getxattr Fusepp::Fuse::getxattr = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:49:68: error: ‘nullptr’ was not declared in this scope template Fusepp::t_listxattr Fusepp::Fuse::listxattr = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:50:72: error: ‘nullptr’ was not declared in this scope template Fusepp::t_removexattr Fusepp::Fuse::removexattr = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:51:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_opendir Fusepp::Fuse::opendir = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:52:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_readdir Fusepp::Fuse::readdir = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:53:70: error: ‘nullptr’ was not declared in this scope template Fusepp::t_releasedir Fusepp::Fuse::releasedir = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:54:66: error: ‘nullptr’ was not declared in this scope template Fusepp::t_fsyncdir Fusepp::Fuse::fsyncdir = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:55:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_init Fusepp::Fuse::init = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:56:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_destroy Fusepp::Fuse::destroy = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:57:62: error: ‘nullptr’ was not declared in this scope template Fusepp::t_access Fusepp::Fuse::access = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:58:62: error: ‘nullptr’ was not declared in this scope template Fusepp::t_create Fusepp::Fuse::create = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:59:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_lock Fusepp::Fuse::lock = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:60:64: error: ‘nullptr’ was not declared in this scope template Fusepp::t_utimens Fusepp::Fuse::utimens = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:61:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_bmap Fusepp::Fuse::bmap = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:62:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_ioctl Fusepp::Fuse::ioctl = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:63:58: error: ‘nullptr’ was not declared in this scope template Fusepp::t_poll Fusepp::Fuse::poll = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:64:68: error: ‘nullptr’ was not declared in this scope template Fusepp::t_write_buf Fusepp::Fuse::write_buf = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:65:66: error: ‘nullptr’ was not declared in this scope template Fusepp::t_read_buf Fusepp::Fuse::read_buf = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:66:60: error: ‘nullptr’ was not declared in this scope template Fusepp::t_flock Fusepp::Fuse::flock = nullptr; ^ /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5/source_subfolder/Fuse.cpp:67:68: error: ‘nullptr’ was not declared in this scope template Fusepp::t_fallocate Fusepp::Fuse::fallocate = nullptr; ^ make[2]: *** [CMakeFiles/fusepp.dir/Fuse.cpp.o] Error 1 make[1]: *** [CMakeFiles/fusepp.dir/all] Error 2 make: *** [all] Error 2 fusepp/3.0.0: WARN: Build folder is dirty, removing it: /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5 fusepp/3.0.0: ERROR: Package 'ff4ecd70e904a4213432b22f8ded4a6d754504b5' build failed fusepp/3.0.0: WARN: Build folder /home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5 ERROR: fusepp/3.0.0: Error in build() method, line 48 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/BuildSingleReference/.conan/data/fusepp/3.0.0/_/_/build/ff4ecd70e904a4213432b22f8ded4a6d754504b5' '--' '-j3'