-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
all: adjust defs for Dragonfly BSD #54
Conversation
- DragonFly BSD removed IPSEC on Apr, 21st 2018 so this IPv6 constant is now gone in both master branch and RELEASE 5.6.
- DragonFly BSD removed RTM_OLDADD annd RTM_OLDDEL on Aug 4th, 2017 and are now gone in both master branch and RELEASE 5.6.
This PR (HEAD: 1f27a0e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/197599 to see it. Tip: You can toggle comments from me using the |
Message from Gobot Gobot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
@tuxillo The box running the tests is mine and it's on DFBSD HEAD. |
@tdfbsd do you have instructions to set this up? Maybe I can transfer the build testing to our infrastructure and ease the burden on you :) |
Sure :) I'll email you; there's not much to it really. |
Note that the build does not "generate the go file out of the defs file" at any point. Generated files are checked in with the code. No code generation runs at build time. This ensures that you can build the same thing on all architectures. For instance, you can build a dragonfly binary on your Linux box, copy it over and have it work. |
Message from Benny Siegert: Patch Set 1: Run-TryBot+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Gobot Gobot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=f0b9faaa Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Gobot Gobot: Patch Set 1: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Antonio Huete Jimenez: Patch Set 1:
Thanks for the review. There are 2 commits in the PR I sent to Github. Both have proper commit messages, I don't know why they got melded into a single one. Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Benny Siegert: Patch Set 1:
The PR has been turned into a Gerrit code review thread. Gerrit works one commit at a time, so the bot has apparently squashed your two commits together and used the initial message as the CL description. Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Antonio Huete Jimenez: Patch Set 2: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Benny Siegert: Patch Set 3: The bot overwrote your description :( Maybe you need to edit the initial message in the github PR? Can you do that? Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Benny Siegert: Patch Set 4: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Benny Siegert: Patch Set 4: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Gobot Gobot: Patch Set 4: TryBots beginning. Status page: https://farmer.golang.org/try?commit=728ec262 Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Benny Siegert: Patch Set 4: -Code-Review Sorry, it looks like the first line is the title of the PR? Can you rename the PR to "all: adjust defs for Dragonfly BSD" and remove that from the text? Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
@bsiegert in the Go source code there is a file: This file has a comment on top:
I believe zsys_dragonfly.go is generated by 'go tool cgo' and that has to be done in the target system since it's parsing system headers. |
Message from Gobot Gobot: Patch Set 4: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Benny Siegert: Patch Set 5: Run-TryBot+1 Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Gobot Gobot: Patch Set 5: TryBots beginning. Status page: https://farmer.golang.org/try?commit=29738389 Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
Message from Gobot Gobot: Patch Set 5: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/197599. |
- DragonFly BSD removed RTM_OLDADD and RTM_OLDDEL constants on Aug 4th, 2017 and are now gone in both master branch and RELEASE 5.6. It also removed IPV6_IPSEC_POLICY constant since IPSEC was removed from base and kernel. Change-Id: I99fbdfcb95fb276374f7b2dbd5fa30fe3f30f709 GitHub-Last-Rev: 1f27a0e GitHub-Pull-Request: #54 Reviewed-on: https://go-review.googlesource.com/c/net/+/197599 Reviewed-by: Benny Siegert <[email protected]> Run-TryBot: Benny Siegert <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Thank you for your patience! I just submitted this. |
This PR is being closed because golang.org/cl/197599 has been merged. |
constants on Aug 4th, 2017 and are now gone in both master
branch and RELEASE 5.6. It also removed IPV6_IPSEC_POLICY
constant since IPSEC was removed from base and kernel.