-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Hyperkit Fails to Connect to VPNKit with Failed Assertion #85232
Comments
Raised an issue with upstream. Hopefully the error can be patched for now and fixed permanently there. |
Adding the following is a quick workaround to get this building, but hardcoding a git hash is probably not the best approach as it would have to be updated manually with every release.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
not stale |
It's definitely stale, nobody is working on it upstream or in Homebrew. |
To clarify: we don't keep issues open just because they still affect someone. We only keep issues open when someone is actively working on them. This way issues that someone can do something about aren't buried under the ones that nobody can/will. I am closing this the next time @github-actions adds the stale label. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputbrew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Run the homebrew installed version of hyperkit (through minikube) using VPNKit built from master.
What happened (include all command output)?
https://github.com/moby/hyperkit/blob/b54460a1b41b487262d03c9685ae8b50dbc6607a/src/lib/pci_virtio_net_vpnkit.c#L323-L325
I suspect that this line of the makefile is not working correctly as the release tarball is not a valid git repository, causing CFLAGS to be set improperly. Perhaps
What did you expect to happen?
I expected for this assertion not to fail. Perhaps the makefile needs to be amended to include a default VERSION_SHA1.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: