-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fails to install FindPythonLibNew.cmake when specifying DESTDIR #16
Comments
Yes, you are correct in using I'd expect the installation to still work on 18.04. It's tested on CI and passes the buildfarm, so I don't think we should have issues there. Since you are planning to package, I reckon you are using an install space? Are you sourcing the devel or install space while building? Is it from clean on Jenkins every time? This Dockerfile builds fine and I just ran it for
Is there an easy way to reproduce the failure you're seeing? |
ok, found the files:
(spaces added for clarity) So the first part is the install prefix which I set for having stuff end up in the debian package this means the
doesn't know about the DESTDIR but it also means that my resulting Debian package would contain a folder /home/jenkins/... here's the relevant part of debian/rules:
|
With the workaround in the PR It successfully build without a DESTDIR/install space set and also finished with those set. Now unfortunately I get a new error:
There is no pybind11 folder in the install space and the pybind11_catkin one is empty The files actually ended up here: |
Hi @simonschmeisser |
I'm trying to build pybind11_catkin master using catkin tools on ROS melodic/ubuntu bionic. Is that expected to fail? The workspace which get's turned into a huge deb contains MoveIt Noetic and similar so I thought it might be right to use master instead of melodic-devel?
Error is:
earlier in the logs I found
which is in a different workspace that we use for running the unit tests
The text was updated successfully, but these errors were encountered: