-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[realsense2] Update to v2.19.0 #5777
Conversation
Regression Status (commit 4e6531a)
x64-osx had no regressions |
Hi @vicroms, I don't understand the table 😄 As a side note, I'd like to change |
@claudiofantacci, The port is building in the master branch, but fails in the tests run against this PR. Here is the relevent log for x64-windows:
If you are interested in seeing any other logs don't hesitate to ask. |
It is the same problem as PR #5275. |
@vicroms yes, it is one of the problem I'm trying to understand. The issue involves |
4e6531a
to
7412cd6
Compare
I force pushed an update to this PR. Note that I also changed |
It seems that tests are still failing 😞 |
Sure! the regressions are still on x64-windows, x64-windows-static, and x86-windows. |
Errors:
The builds are not able to get What I can do is to disable a specific option during CMake configuration and apply another patch to the library. I'm discussing this upstream. |
Upstream discussion about |
@Rastaban and @vicroms, do you have any feedback for me about my last post #5777 (comment)? |
7412cd6
to
f9aa296
Compare
In the meantime that I'm discussing upstream for Windows fixes, I pushed a new commit with another patch to see if this works (at least temporarily). |
f9aa296
to
76f3a72
Compare
76f3a72
to
00e3659
Compare
A brief update on this: all the problems related to the Windows build have been fixed upstream. |
@claudiofantacci |
A pre-release tag for v2.22.0 has been created 🎉 |
Great! I think we can update the port as soon as we have a stable release 👍 |
Updated port to version 2.22.0 Waiting for CI results. |
Great! Please note that upgrading to 2.22.0 the following option no longer exists: -DBUILD_WITH_TM2=OFF You can probably check from the CMake log in the CI 👍 |
@claudiofantacci Thanks for your awesome work! |
This PR updates
librealsense
to version2.19.0
.It is still WIP and proper check should be made, especially because it partially reverts #4564, and in particular this 6afbceb.
Under windows, the
debug/bin
files were erroneously deleted and the installation failed.Closes #5753.