rock-simulation / mars_install_scripts

Install scripts for mars if autoproj is not used.
1 stars 6 forks source link

Bootstrapping with default package list does not work #4

Closed AlexanderFabisch closed 9 years ago

AlexanderFabisch commented 9 years ago

I don't know if this is the right place to report this but I got the following error with bash mars.sh bootstrap:

building viz_plugin ...

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/lib/ccache/cc
-- Check for working C compiler: /usr/lib/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- checking for modules 'lib_manager;data_broker;mars_interfaces;mars_viz'
--   found lib_manager, version 1.0
--   found data_broker, version 1.0
--   found mars_interfaces, version 1.0
--   found mars_viz, version 1.0
-- checking for modules 'osg_text_factory;osg_text'
--   found osg_text_factory, version 1.0
--   found osg_text, version 1.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/build
Scanning dependencies of target viz_plugin
[100%] Building CXX object CMakeFiles/viz_plugin.dir/src/VizPlugin.cpp.o
In file included from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/Core:255:0,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/utils/Vector.h:31,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/PhysicsInterface.h:36,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/SimulatorInterface.h:36,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/MarsPluginTemplate.h:31,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.h:29,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.cpp:26:
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/Core/util/Memory.h: In function 'Index Eigen::internal::first_aligned(const Scalar*, Index)':
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/Core/util/Memory.h:462:48: warning: typedef 'Packet' locally defined but not used [-Wunused-local-typedefs]
In file included from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/Core:331:0,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/utils/Vector.h:31,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/PhysicsInterface.h:36,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/SimulatorInterface.h:36,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/MarsPluginTemplate.h:31,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.h:29,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.cpp:26:
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h: In function 'void Eigen::internal::product_selfadjoint_vector(Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Scalar)':
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h:44:44: warning: typedef 'RealScalar' locally defined but not used [-Wunused-local-typedefs]
In file included from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/Cholesky:25:0,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/QR:8,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/SVD:4,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/Geometry:8,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/utils/Quaternion.h:35,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/../sim_common.h:35,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/SimulatorInterface.h:38,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/MarsPluginTemplate.h:31,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.h:29,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.cpp:26:
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/Cholesky/LLT.h: In static member function 'static typename MatrixType::Index Eigen::internal::llt_inplace<1>::unblocked(MatrixType&)':
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/Cholesky/LLT.h:201:41: warning: typedef 'Scalar' locally defined but not used [-Wunused-local-typedefs]
In file included from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/QR:28:0,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/SVD:4,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/Geometry:8,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/utils/Quaternion.h:35,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/../sim_common.h:35,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/SimulatorInterface.h:38,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/mars/interfaces/sim/MarsPluginTemplate.h:31,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.h:29,
                 from /home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.cpp:26:
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/QR/HouseholderQR.h: In function 'void Eigen::internal::householder_qr_inplace_blocked(MatrixQR&, HCoeffs&, typename MatrixQR::Index, typename MatrixQR::Scalar*)':
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/install/include/eigen3/Eigen/src/QR/HouseholderQR.h:248:41: warning: typedef 'RealScalar' locally defined but not used [-Wunused-local-typedefs]
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.cpp: In constructor 'VizPlugin::VizPlugin(lib_manager::LibManager*)':
/home/dfki.uni-bremen.de/afabisch/Sandbox/behavior_learning/simulation/mars/plugins/viz_plugin/src/VizPlugin.cpp:43:52: error: invalid static_cast from type 'lib_manager::LibInterface*' to type 'mars::viz::Viz*'
ICECC[654] 10:09:08: Compiled on 10.250.7.80
make[2]: *** [CMakeFiles/viz_plugin.dir/src/VizPlugin.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/viz_plugin.dir/all] Fehler 2
make: *** [all] Fehler 2

Error: There was an Error. Please check the above output for more information
malter commented 9 years ago

I will check that problem. You can comment the viz_plugin in the packageList to continue working. ;-)

AlexanderFabisch commented 9 years ago

I did that already, thanks :)

malter commented 9 years ago

It was a naming problem in the packageList.txt.example.

AlexanderFabisch commented 9 years ago

That works, thanks!