Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apollo_platform_master install error , please help me, thanks!!! #6

Closed
fireflychh opened this issue Jul 12, 2017 · 2 comments
Closed

Comments

@fireflychh
Copy link

when I installed the apollo_platform_master on a ubuntu 16.04, I got the error, what is the problem, does it need some dependence or someelse.Thank you very much.

==> Processing catkin package: 'pb_msgs'
==> Building with env: '/home/fire/program/Apollo/apollo-platform-master/ros/install/ros_x86_64/env.sh'
Makefile exists, skipping explicit cmake invocation...
==> make cmake_check_build_system in '/home/fire/program/Apollo/apollo-platform-master/ros/build_isolated/pb_msgs'
==> make -j8 -l8 in '/home/fire/program/Apollo/apollo-platform-master/ros/build_isolated/pb_msgs'
[ 20%] Generating C++ code from pb_msgs/time.proto
make[2]: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: Command not found
CMakeFiles/pb_msgs_proto.dir/build.make:61: recipe for target '/home/fire/program/Apollo/apollo-platform-master/ros/devel_isolated/pb_msgs/include/time.pb.h' failed
make[2]: *** [/home/fire/program/Apollo/apollo-platform-master/ros/devel_isolated/pb_msgs/include/time.pb.h] Error 127
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pb_msgs_proto.dir/all' failed
make[1]: *** [CMakeFiles/pb_msgs_proto.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 40%] Generating C++ code from pb_msgs/time.proto
[ 40%] Built target pb_msgs_generate_messages_lisp
make[2]: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: Command not found
CMakeFiles/pb_msgs_generate_messages_cpp.dir/build.make:60: recipe for target '/home/fire/program/Apollo/apollo-platform-master/ros/devel_isolated/pb_msgs/include/time.pb.h' failed
make[2]: *** [/home/fire/program/Apollo/apollo-platform-master/ros/devel_isolated/pb_msgs/include/time.pb.h] Error 127
CMakeFiles/Makefile2:200: recipe for target 'CMakeFiles/pb_msgs_generate_messages_cpp.dir/all' failed
make[1]: *** [CMakeFiles/pb_msgs_generate_messages_cpp.dir/all] Error 2
[ 60%] Generating Python from proto pb_msgs/time.proto
make[2]: PROTOBUF_PROTOC_EXECUTABLE-NOTFOUND: Command not found
CMakeFiles/pb_msgs_generate_messages_py.dir/build.make:60: recipe for target '/home/fire/program/Apollo/apollo-platform-master/ros/install/ros_x86_64/lib/python2.7/dist-packages/pb_msgs/msg/time_pb2.py' failed
make[2]: *** [/home/fire/program/Apollo/apollo-platform-master/ros/install/ros_x86_64/lib/python2.7/dist-packages/pb_msgs/msg/time_pb2.py] Error 127
CMakeFiles/Makefile2:168: recipe for target 'CMakeFiles/pb_msgs_generate_messages_py.dir/all' failed
make[1]: *** [CMakeFiles/pb_msgs_generate_messages_py.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
<== Failed to process package 'pb_msgs':
Command '['/home/fire/program/Apollo/apollo-platform-master/ros/install/ros_x86_64/env.sh', 'make', '-j8', '-l8']' returned non-zero exit status 2

@GoLancer
Copy link
Contributor

we provide a build docker image which include all dependencies.
You can download and use docker with the following commands:

git clone https://github.com/ApolloAuto/apollo.git apollo
cd apollo
bash docker/scripts/dev_start.sh
bash docker/scripts/dev_into.sh

@GoLancer
Copy link
Contributor

close issue after no inactive for 7 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants