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

Investigate occasional error with catkin-native and the recipes #23

Closed
bulwahn opened this issue Feb 7, 2013 · 1 comment
Closed

Investigate occasional error with catkin-native and the recipes #23

bulwahn opened this issue Feb 7, 2013 · 1 comment

Comments

@bulwahn
Copy link
Contributor

bulwahn commented Feb 7, 2013

My conjecture is that once I installed catkin in the build environment,
any recipe that uses catkin-native breaks down, because it uses the catkin files in the "staging dir" instead of those in the "staging dir native".

It can be mitigated by starting with a clean build environment, and avoid installing catkin.

How could we tweak the recipes to avoid picking up those catkin files in the staging directory at all?

The error is:

| CMake Error at /home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/catkin/cmake/catkinConfig.cmake:20 (include):
| include could not find load file:
|
| /usr/share/catkin/cmake/all.cmake
| Call Stack (most recent call first):
| CMakeLists.txt:3 (find_package)
|
|
| CMake Error at /home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/catkin/cmake/catkinConfig.cmake:87 (list_insert_in_workspace_order):
| Unknown CMake command "list_insert_in_workspace_order".
| Call Stack (most recent call first):
| CMakeLists.txt:3 (find_package)
|
|
| -- Configuring incomplete, errors occurred!

@bulwahn
Copy link
Contributor Author

bulwahn commented Apr 4, 2013

The error did not reappear in the last few weeks, so it probably does not occur anymore.

@bulwahn bulwahn closed this as completed Apr 4, 2013
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

1 participant