Skip to content
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

Compile issue in nclient4 #398

Closed
arun0704 opened this issue Sep 15, 2020 · 2 comments
Closed

Compile issue in nclient4 #398

arun0704 opened this issue Sep 15, 2020 · 2 comments

Comments

@arun0704
Copy link

Getting compile-time issue with nclient4 package.

compilepkg: error running subcommand: exit status 2
/private/var/tmp/_bazel_adangi/b9db0c76ac6f90eb1e3650806a8727e9/sandbox/darwin-sandbox/887/execroot/atom/external/com_github_insomniacslk_dhcp/dhcpv4/nclient4/client.go:217:17: undefined: NewRawUDPConn

Code -

c, err := nclient4.NewWithConn(clientConn, iface.HardwareAddr, nclient4.WithServerAddr(saddr))
if err != nil {
t.Fatal(err)
}

I don't call directly "NewRawUDPConn" in code. using code version v0.0.0-20200814125043-2e1bf785d039.
Can someone help me?

@Natolumin
Copy link
Collaborator

The nclient4 package doesn't support macOS yet (or any non-linux OS). This is more generally tracked in #229 for now

@pmazzini
Copy link
Collaborator

Lets track this in one issue. Closing in favor of #229.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants