-
Notifications
You must be signed in to change notification settings - Fork 76
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
unable to build on arch linux due to gmock not being found #44
Comments
My build attempt is part of an overall effort to get ROS packages building on Arch linux, and we're migrating to upstream sources vs. the former practice of using ros-gbp. I reverted to the ros-gbp PKGBUILD, and found that 1.13.1 still builds. Not sure if it's helpful, but when I look at the src files for each, I find:
|
Is this related to only |
If you suggest a package that also needs Not sure if this is helpful, but mavros had a realated problem as well. Maybe looking at commonalities would be helpful? As mentioned above, I was able to build the ros-gbp archive version, so I think it's been a change since then, either here or with |
gmock tests in |
Indeed, at least 1.15.0 if not earlier. This is what I find as well (mentioned above), namely that 1.13.1 builds but not 1.15.0.
I think this is likely about how With the posts on the issue at catkin, I think this is likely about catkin or my system. You can probably safely close this if you like, otherwise leave it open and I'll post back with the conclusion. This is still the only package where I've run into this, and I've probably built ~100+ packages from arch's user repository over the past week. Either others are fine, or hardly anyone is using |
It would be nice if somethig happens or we still can get some information about this. |
Just tried to build the latest release 1.15.1, but I am still getting the same error. |
Ok, has anyone ever tried to get help on answers.ros.org ? Maybe someone has a patch for it. Does realtime_tools work if installed via |
I believe this is an upstream issue with catkin, being tracked here. |
@matthew-reynolds is correct. My assessment from the issue he linked (which is also mine) is that this is about |
I posted an issue at ros/catkin as well, since I first found issues related to gtest/gmock there. Downloading current from git and building via
catkin build
yields the following output for me:Also, I do have them installed:
Any other details which could help troubleshoot this?
The text was updated successfully, but these errors were encountered: