-
Notifications
You must be signed in to change notification settings - Fork 54
Patch GDAL to build on OSX (fixes missing strdup() prototype). #634
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
Conversation
|
It looks like the Mac build is getting bit by the change in Qt download. That is fixed in master now. Would be worth bringing this PR up to date with master so we can test again. I can't explain or understand the Linux failure but I don't believe it's related to this change. Digging in to that one now. |
|
If possible, I would love to get this PR sorted out and landed before we make the patch release. I think that means we should switch the destination branch to 'release' if that doesn't cause too much pain. |
mleotta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Can we address this one way or the other so that we don't hold up the patch release. |
|
Sorry this slipped past my radar on email-- it looks like this needs two things:
I believe I just redirected the base to release for (2) -- I assume there was an implied "Roddy, as the submitter, should be the one do this"; if not, my apologies. If (1) is still a blocker, let me know-- if so, maybe it would be better to abandon this branch and start over? |
|
@collinsr it looks like this branch needs be rebased onto The KWIVER patch release has been made now. It would be good to get this in soon so we can make the Fletch patch release as well. |
|
ping @collinsr Can you rebase this on release? |
This patch updates the _XOPEN_SOURCE macro to 600 so GDAL's libjson finds strdup(). Via https://bugs.launchpad.net/libvterm/+bug/1638205
b90af1a to
ee3c075
Compare
|
@mleotta -- I think I did this correctly? My first rebase --onto ... |
|
@collinsr rebase looks good to me. It's not obvious to me why the Windows build is failing. Maybe @dstoup or @Cookt2 or @johnwparent can take a look. |
|
It looks like the Windows failure is expected (though frustrating and disappointing). When the Fletch PR CI runs the kwiver check to make sure we didn't break anything two tests almost always fail to 'build'. But in this case, it looks like only one of them, test-ffmpeg-video_input_ffmpeg ... there was an ocv test that always failed previously but that seems to have worked today. I would say this is good to merge. |
* release: Update release notes for #634 Update release versioning in relevant files
This patch updates the _XOPEN_SOURCE macro to 600 so GDAL's libjson
finds strdup(). Via https://bugs.launchpad.net/libvterm/+bug/1638205