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

ROS Kinetic catkin_make error #28

Open
TDurham123 opened this issue Nov 15, 2018 · 3 comments
Open

ROS Kinetic catkin_make error #28

TDurham123 opened this issue Nov 15, 2018 · 3 comments

Comments

@TDurham123
Copy link

catkin_create_qt_pkg qtpkg Runs fine.

After catkin_make:
CMake Warning at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
Could not find a package configuration file provided by "qt_build" with any
of the following names:

qt_buildConfig.cmake
qt_build-config.cmake

Add the installation prefix of "qt_build" to CMAKE_PREFIX_PATH or set
"qt_build_DIR" to a directory containing one of the above files. If
"qt_build" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
qtpkg/CMakeLists.txt:13 (find_package)

-- Could not find the required component 'qt_build'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "qt_build" with any
of the following names:

qt_buildConfig.cmake
qt_build-config.cmake

Add the installation prefix of "qt_build" to CMAKE_PREFIX_PATH or set
"qt_build_DIR" to a directory containing one of the above files. If
"qt_build" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
qtpkg/CMakeLists.txt:13 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/tim/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/tim/catkin_ws/build/CMakeFiles/CMakeError.log".
Makefile:318: recipe for target 'cmake_check_build_system' failed
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

@linzhang2015
Copy link

same error

@ROBOTIS-David
Copy link

same error;

I used the command: sudo apt-get install ros-kinetic-qt-ros, but it found 404 pages during installation.

See, Err:1 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-qt-build amd64 0.2.10-0xenial-20180809-134508-0800
404 Not Found [IP: 140.211.166.134 80]

I couldnt find the solution to the 404 page error, so I just clone qt_ros. and the catkin issue was solved.

@stonier
Copy link
Owner

stonier commented Mar 11, 2020

That is curious since http://packages.ros.org/ros/ubuntu/pool/main/r/ros-kinetic-qt-build/ does indeed have the qt-build deb.

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

4 participants