-
Notifications
You must be signed in to change notification settings - Fork 154
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
[humble-devel] build fails on rosdistro build farm: spinnaker download not working #115
Comments
After PR #116 has been merged, the log file now shows that lsb_release is not present.
|
@berndpfrommer I am going to merge #119 to get this building and try to figure this out when I get more time. |
@tonybaltovski sorry I have some newbie questions:
Thanks, |
|
The latest error is this. PR forthcoming...
|
@tonybaltovski With respect to pushing into the development branch, the flir_camera_driver repo behaves differently from another repository that I'm working with (ros-event-camera/metavision_driver). There, the ROS2 build farm polls my master branch once an hour and automatically rebuilds if new commits have arrived. That avoids opening a new rosdistro PR for every attempt to debug a build issue. |
Now the ffmpeg libraries are missing. Will be fixed in next PR
|
Now amd64 builds, but arm64 fails due to Spinnaker SDK binaries not being available for that platform. |
Seems like the first rosdistro build has run against the humble-devel branch.
Here is a link where you can find the log files
It fails with the below error message when trying to download the spinnaker SDK.
The os_code_name is obtained by
lsb_release -cs
inDownloadSpinnaker.cmake
. Apparentlylsb_release
either does not exist or return an empty string such that sys.argv[3] is undefined. Apparentlylsb_release
works just fine for the noetic-devel branch .@fazzrazz, @tonybaltovski do you have any idea how to fix this?
The text was updated successfully, but these errors were encountered: