Closed aclodic closed 11 years ago
Hello
My bad, I forgot to push the tag on romeo-sot. It has been pushed now, you can pull this repository, and then the compilation will work. Sorry for the disturbance. Regards
On Tue, Sep 17, 2013 at 1:05 PM, aclodic notifications@github.com wrote:
I just tried to install everything with install sot for groovy under ubuntu12.04 and have the following error.
Eval (26): install_pkg /home/aclodic/devel/groovy-Ubuntu1204-130917/src/sot sot-romeo.git git:// github.com/stack-of-tasks Submodule 'cmake' (git://github.com/jrl-umi3218/jrl-cmakemodules.git) registered for path 'cmake' Cloning into 'cmake'... remote: Counting objects: 931, done. remote: Compressing objects: 100% (405/405), done. remote: Total 931 (delta 536), reused 875 (delta 493) Receiving objects: 100% (931/931), 247.64 KiB | 335 KiB/s, done. Resolving deltas: 100% (536/536), done. Submodule path 'cmake': checked out '53d898a5c01697c162d0208acd3cd5335c78b100' Already up-to-date. Submodule 'cmake' () registered for path 'cmake' /usr/bin/cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions" -DCMAKE_INSTALL_PREFIX=/home/aclodic/devel/groovy-Ubuntu1204-130917/install -DSMALLMATRIX=jrl-mathtools -DROBOT=HRP2LAAS -DCXX_DISABLE_WERROR=1 -DCMAKE_CXX_FLAGS="-O3 -pipe -fomit-frame-pointer -ggdb3 -DNDEBUG" .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done Warning: failed to compute the version number, 'git describe' failed: fatal: No names found, cannot describe anything.
-- Performing Test R-pedantic -- Performing Test R-pedantic - Success -- Performing Test R-Wno-long-long -- Performing Test R-Wno-long-long - Success -- Performing Test R-Wall -- Performing Test R-Wall - Success -- Performing Test R-Wextra -- Performing Test R-Wextra - Success -- Performing Test R-Wcast-align -- Performing Test R-Wcast-align - Success -- Performing Test R-Wcast-qual -- Performing Test R-Wcast-qual - Success -- Performing Test R-Wformat -- Performing Test R-Wformat - Success -- Performing Test R-Wwrite-strings -- Performing Test R-Wwrite-strings - Success -- Performing Test R-Wconversion -- Performing Test R-Wconversion - Success -- Found Doxygen: /usr/bin/doxygen -- romeo >= 1.1.1 is required. -- checking for module 'romeo >= 1.1.1' -- package 'romeo >= 1.1.1' not found CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal) cmake/pkg-config.cmake:145 (PKG_CHECK_MODULES) cmake/pkg-config.cmake:226 (ADD_DEPENDENCY) CMakeLists.txt:40 (ADD_REQUIRED_DEPENDENCY)
-- PKG_CONFIG_STRING:romeo >= 1.1.1 -- sot-core >= 2.7 is required. -- checking for module 'sot-core >= 2.7' -- found sot-core , version 2.7.0-40-g1cbd -- PKG_CONFIG_STRING:sot-core >= 2.7 -- Pkg-config module sot-core v2.7.0-40-g1cbd has been detected with success. -- sot-tools is required. -- checking for module 'sot-tools' -- found sot-tools, version 1.0.0-16-g4399 -- PKG_CONFIG_STRING:sot-tools -- Pkg-config module sot-tools v1.0.0-16-g4399 has been detected with success. -- sot-dynamic >= 2.6 is required. -- checking for module 'sot-dynamic >= 2.6' -- found sot-dynamic , version 2.8-12-ge9f5 -- PKG_CONFIG_STRING:sot-dynamic >= 2.6 -- Pkg-config module sot-dynamic v2.8-12-ge9f5 has been detected with success. -- Found PythonLibs: /usr/lib/libpython2.7.so -- Found PythonInterp: /usr/bin/python (found version "2.7.3") -- Configuring incomplete, errors occurred!
— Reply to this email directly or view it on GitHubhttps://github.com/stack-of-tasks/install-sot/issues/14 .
I just tried to install everything with install sot for groovy under ubuntu12.04 and have the following error.
Eval (26): install_pkg /home/aclodic/devel/groovy-Ubuntu1204-130917/src/sot sot-romeo.git git://github.com/stack-of-tasks Submodule 'cmake' (git://github.com/jrl-umi3218/jrl-cmakemodules.git) registered for path 'cmake' Cloning into 'cmake'... remote: Counting objects: 931, done. remote: Compressing objects: 100% (405/405), done. remote: Total 931 (delta 536), reused 875 (delta 493) Receiving objects: 100% (931/931), 247.64 KiB | 335 KiB/s, done. Resolving deltas: 100% (536/536), done. Submodule path 'cmake': checked out '53d898a5c01697c162d0208acd3cd5335c78b100' Already up-to-date. Submodule 'cmake' () registered for path 'cmake' /usr/bin/cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXE_LINKER_FLAGS_RELEASE="-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions" -DCMAKE_INSTALL_PREFIX=/home/aclodic/devel/groovy-Ubuntu1204-130917/install -DSMALLMATRIX=jrl-mathtools -DROBOT=HRP2LAAS -DCXX_DISABLE_WERROR=1 -DCMAKE_CXX_FLAGS="-O3 -pipe -fomit-frame-pointer -ggdb3 -DNDEBUG" .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done Warning: failed to compute the version number, 'git describe' failed: fatal: No names found, cannot describe anything.
-- Performing Test R-pedantic -- Performing Test R-pedantic - Success -- Performing Test R-Wno-long-long -- Performing Test R-Wno-long-long - Success -- Performing Test R-Wall -- Performing Test R-Wall - Success -- Performing Test R-Wextra -- Performing Test R-Wextra - Success -- Performing Test R-Wcast-align -- Performing Test R-Wcast-align - Success -- Performing Test R-Wcast-qual -- Performing Test R-Wcast-qual - Success -- Performing Test R-Wformat -- Performing Test R-Wformat - Success -- Performing Test R-Wwrite-strings -- Performing Test R-Wwrite-strings - Success -- Performing Test R-Wconversion -- Performing Test R-Wconversion - Success -- Found Doxygen: /usr/bin/doxygen -- romeo >= 1.1.1 is required. -- checking for module 'romeo >= 1.1.1' -- package 'romeo >= 1.1.1' not found CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal) cmake/pkg-config.cmake:145 (PKG_CHECK_MODULES) cmake/pkg-config.cmake:226 (ADD_DEPENDENCY) CMakeLists.txt:40 (ADD_REQUIRED_DEPENDENCY)
-- PKG_CONFIG_STRING:romeo >= 1.1.1 -- sot-core >= 2.7 is required. -- checking for module 'sot-core >= 2.7' -- found sot-core , version 2.7.0-40-g1cbd -- PKG_CONFIG_STRING:sot-core >= 2.7 -- Pkg-config module sot-core v2.7.0-40-g1cbd has been detected with success. -- sot-tools is required. -- checking for module 'sot-tools' -- found sot-tools, version 1.0.0-16-g4399 -- PKG_CONFIG_STRING:sot-tools -- Pkg-config module sot-tools v1.0.0-16-g4399 has been detected with success. -- sot-dynamic >= 2.6 is required. -- checking for module 'sot-dynamic >= 2.6' -- found sot-dynamic , version 2.8-12-ge9f5 -- PKG_CONFIG_STRING:sot-dynamic >= 2.6 -- Pkg-config module sot-dynamic v2.8-12-ge9f5 has been detected with success. -- Found PythonLibs: /usr/lib/libpython2.7.so -- Found PythonInterp: /usr/bin/python (found version "2.7.3") -- Configuring incomplete, errors occurred!