You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go versions tested:
go version devel +53ebc70d4e9f Sat Nov 01 08:28:09 2014 -0700 linux/amd64
go version go1.3.3 darwin/amd64
It appears there has been a change in the go.net package which prevents compilation on a
number of systems. The break looks like it began at commit b99851978628:
https://code.google.com/p/go/source/detail?repo=net&;r=b99851978628e1ecf31a72139060c661b6e4db3a
# code.google.com/p/go.net/ipv6
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:52: undefined:
sysSizeofPacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:59: undefined:
sysSockopt2292HopLimit
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:66: undefined:
sysSockopt2292PacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:67: undefined:
sysSizeofPacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:68: undefined:
sysSizeofPacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:88: undefined:
sysSockopt2292HopLimit
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:90: undefined:
sysSockopt2292PacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:91: undefined:
sysPacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:110: undefined:
sysSizeofPacketInfo
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:120: undefined:
sysSockopt2292HopLimit
../../../code.google.com/p/go.net/ipv6/control_rfc2292_unix.go:120: too many errors
If I clone 0f4b0760c3d0 in the same repository, everything builds as expected.
The text was updated successfully, but these errors were encountered:
mikioh
changed the title
go.net/ipv6: undefined consts cause builds to fail on linux, darwin
ipv6: undefined consts cause builds to fail on linux, darwin
Jan 4, 2015
mikioh
changed the title
ipv6: undefined consts cause builds to fail on linux, darwin
x/net/ipv6: undefined consts cause builds to fail on linux, darwin
Jul 20, 2015
by [email protected]:
The text was updated successfully, but these errors were encountered: