-
Notifications
You must be signed in to change notification settings - Fork 265
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
Updated version of mongo-c-driver in doc #4421
Conversation
As far as I understand, this PR is modifying the "Ubuntu 20.04 LTS" sections in the documentation and the modification of this sections would be done by @fisuda (see #4417 (comment)). If this PR helps @fisuda to complete his work, then we can merge. Otherwise, I'd suggest to wait to his contribution. @fisuda what do you think, please? |
I'm tring to build Orion with mongo-c-driver 1.24.3 on Ubuntu 20.04. The mongo-c-driver 1.24.3 build succeeds, but the Orion (head) build fails. Orion build error:
The log is here: https://github.com/fisuda/report/tree/master/orion/20230908_mongo-c-driver-1.24.3_ubuntu20.04 mongo build log: L3268-L9291 in build.log file |
@Anjali-NEC If you want to change the document, you should provide evidence that it is correct. |
One of the changes introduced in PR #4417 was this one in src/lib/serviceRoutines/versionTreat.cpp:
I understand that Ubuntu 20.04 is wrongly using the The
where
The
So probably the IF condition needs to be expanded to include Ubutun 20.04. Something like this (not tested):
However, given that the Ubuntu 20.04 procedure is going to be removed (see PR #4423) no further change needs to be done related with this. |
I fully agree. Moreover, if Ubuntu 20.04 section is going to be removed (see PR #4423) this PR should be closed, as the text it amends will disappear. |
Closed PR #4421 |
Updated version from 1.23.1 to 1.24.3 of mongo-c-driver in document