-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
[Problem]: Build fails on earlier macOS due to wrong header sequence and missing TCP_KEEPCNT / TCP_KEEPINTVL #1860
Comments
Thanks for the report. TBH it wouldn't have the highest priority at the present time... |
Do you happen to know of any substitutes for TCP_KEEPCNT / TCP_KEEPINTVL in macOS < 10.9? |
@mikebrady Thank you for responding! Apparently on 10.7 and earlier there is Curl had a patch back then: Khalian/kcurl@29fdb27 |
@barracuda156 Thanks! I'll take a look. |
@barracuda156, are you using using HomeBrew on 10.8? |
@mikebrady I use MacPorts (and would like to fix the port after the recent update). Homebrew is broken for everything but recent systems. |
So, an update in the Just a note of caution about AirPlay 2 operation:
|
Thank you! I ran the build now. I think fixing headers was somehow lost in committing? It is mentioned, but not done:
Specifically, we need
However for this we can rely on MacPorts's We should not use |
Apologies -- I don't know how that happened. I'll fix it shortly. So, yeah, best to omit the |
@mikebrady Got it, thank you. Could you make a tag which incorporates the fixes? If it’s not troublesome. |
Just pushed it there now. Regarding that:
I didn't get that error. I was working on Mac OS X 10.8.5 (Mountain Lion) and Xcode 5.1.1. It was as far back as I could easily go, TBH... If it's okay with you, let me wait a few days and then, all going well, just I'll push the |
This is perhaps relevant for < 10.7. But no worries,
Yeah, sure. Thank you! |
This issue has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment. |
@mikebrady This perhaps is fixed, right? Or did I forget something? |
Yeah, it should be. It’s just a bot trying to close the issue. |
This issue has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment. |
This was fixed, right? |
Yep! |
What happened?
Build fails on macOS < 10.9.
One problem is a wrong include order: trivially fixable, and in fact already fixed earlier in 8a6eb02 but then broken again.
Another is missing TCP_KEEPCNT / TCP_KEEPINTVL on macOS < 10.9.
Relevant log output
System Information.
macOS 10.6 (locally)
macOS 10.8 (buildbot): https://build.macports.org/builders/ports-10.8_x86_64-builder/builds/180717/steps/install-port/logs/stdio
Configuration Information.
36-174% uname -a Darwin 36-174.wireless-city.scu.edu.tw 10.0.0d2 Darwin Kernel Version 10.0.0d2: Fri Oct 10 19:37:52 PDT 2008; root:xnu-1346.7~1/RELEASE_PPC Power Macintosh
See also: https://trac.macports.org/ticket/70148
The text was updated successfully, but these errors were encountered: