[ https://jira.fiware.org/browse/HELP-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Lopez resolved HELP-9355. ---------------------------------- Resolution: Done > [fiware-stackoverflow] Fi-Ware Synchronization installation on CentOS7 > ---------------------------------------------------------------------- > > Key: HELP-9355 > URL: https://jira.fiware.org/browse/HELP-9355 > Project: Help-Desk > Issue Type: Monitor > Components: FIWARE-TECH-HELP > Reporter: Backlog Manager > Assignee: Backlog Manager > Labels: centos, cmake, fiware, linux > > Created question in FIWARE Q/A platform on 11-01-2015 at 13:01 > {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/27887041/fi-ware-synchronization-installation-on-centos7 > +Question:+ > Fi-Ware Synchronization installation on CentOS7 > +Description:+ > i have problems in installing the Fi-Ware Enabler named "Synchronization" on CentOS7. After running the build-deps.bash file, I get those errors: > +++ readlink -f ./build-deps.bash > ++ dirname /home/web/tundra/tools/Linux/build-deps.bash > + viewer=/home/web/tundra/tools/Linux/../.. > + deps=/home/web/tundra/tools/Linux/../../../naali-deps > + mkdir -p /home/web/tundra/tools/Linux/../../../naali-deps > ++ cd /home/web/tundra/tools/Linux/../../../naali-deps > ++ pwd > + deps=/home/web/naali-deps > ++ cd /home/web/tundra/tools/Linux/../.. > ++ pwd > + viewer=/home/web/tundra > + prefix=/home/web/naali-deps/install > + build=/home/web/naali-deps/build > + tarballs=/home/web/naali-deps/tarballs > + tags=/home/web/naali-deps/tags > ++ grep -c '^processor' /proc/cpuinfo > + nprocs=4 > + mkdir -p /home/web/naali-deps/tarballs /home/web/naali-deps/build /home/web/naali-deps/install/lib /home/web/naali-deps/install/share /home/web/naali-deps/install/etc /home/web/naali-deps/install/include /home/web/naali-deps/tags > + export OGRE_HOME=/home/web/naali-deps/install > + OGRE_HOME=/home/web/naali-deps/install > + export PATH=/home/web/naali-deps/install/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/web/.local/bin:/home/web/bin > + PATH=/home/web/naali-deps/install/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/web/.local/bin:/home/web/bin > + export PKG_CONFIG_PATH=/home/web/naali-deps/install/lib/pkgconfig > + PKG_CONFIG_PATH=/home/web/naali-deps/install/lib/pkgconfig > + export NAALI_DEP_PATH=/home/web/naali-deps/install > + NAALI_DEP_PATH=/home/web/naali-deps/install > + export 'LDFLAGS=-L/home/web/naali-deps/install/lib -Wl,-rpath -Wl,/home/web/naali-deps/install/lib' > + LDFLAGS='-L/home/web/naali-deps/install/lib -Wl,-rpath -Wl,/home/web/naali-deps/install/lib' > + export LIBRARY_PATH=/home/web/naali-deps/install/lib > + LIBRARY_PATH=/home/web/naali-deps/install/lib > + export C_INCLUDE_PATH=/home/web/naali-deps/install/include > + C_INCLUDE_PATH=/home/web/naali-deps/install/include > + export CPLUS_INCLUDE_PATH=/home/web/naali-deps/install/include > + CPLUS_INCLUDE_PATH=/home/web/naali-deps/install/include > + export 'CC=ccache gcc' > + CC='ccache gcc' > + export 'CXX=ccache g++' > + CXX='ccache g++' > + export CCACHE_DIR=/home/web/naali-deps/ccache > + CCACHE_DIR=/home/web/naali-deps/ccache > + export TUNDRA_PYTHON_ENABLED=TRUE > + TUNDRA_PYTHON_ENABLED=TRUE > + export BOOSTUSE148=true > + BOOSTUSE148=true > + '[' true = true ']' > + boostpackage=libboost1.48-all-dev > + lsb_release -c > + egrep -q 'lucid|maverick|natty|oneiric|precise|maya|lisa|katya|julia|isadora|quantal|nadia|raring|olivia' > ./build-deps.bash: Zeile 51: lsb_release: Kommando nicht gefunden. > + lsb_release -d > + egrep -q -e 'Debian GNU/Linux' > ./build-deps.bash: Zeile 68: lsb_release: Kommando nicht gefunden. > + echo 'Unknown Linux distribution, please update the build script for your distro and file a pull request, or file a bug report on the tracker.' > Unknown Linux distribution, please update the build script for your distro and file a pull request, or file a bug report on the tracker. > + what=qjson > + test -f /home/web/naali-deps/tags/qjson-done > + cd /home/web/naali-deps/build > + '[' -d /home/web/naali-deps/build/qjson ']' > + cd qjson > + git pull > Already up-to-date. > + rm -r CMakeCache.txt > + sed -e 's/CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)/CMAKE_MINIMUM_REQUIRED(VERSION 2.8.7)/' > + mv x CMakeLists.txt > + cmake . -DCMAKE_INSTALL_PREFIX=/home/web/naali-deps/install -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DQJSON_BUILD_TESTS=no > CMake Error at /usr/local/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:56 (message): > Could not find compiler set in environment variable CC: > ccache gcc. > Call Stack (most recent call first): > CMakeLists.txt:1 (PROJECT) > CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. > Missing variable is: > CMAKE_C_COMPILER_ENV_VAR > CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. > Missing variable is: > CMAKE_C_COMPILER > CMake Error: Could not find cmake module file:/home/web/naali-deps/build/qjson/CMakeFiles/2.8.11/CMakeCCompiler.cmake > CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. > Missing variable is: > CMAKE_CXX_COMPILER_ENV_VAR > CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. > Missing variable is: > CMAKE_CXX_COMPILER > CMake Error: Could not find cmake module file:/home/web/naali-deps/build/qjson/CMakeFiles/2.8.11/CMakeCXXCompiler.cmake > CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage > CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage > -- Configuring incomplete, errors occurred! > All the needed compilers are installed yet, but I have no idea how to deal with the CMAKE flags. I also not found any helpful solutions for that. -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy