[Bug 216550] devel/go-tools is broken but it only requires the supplementary go networking libraries to work
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 28 16:20:32 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216550
Bug ID: 216550
Summary: devel/go-tools is broken but it only requires the
supplementary go networking libraries to work
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: cs at FreeBSD.org
Reporter: transitive at gmail.com
Assignee: cs at FreeBSD.org
Flags: maintainer-feedback?(cs at FreeBSD.org)
Fixing this port only seems to require adding the missing supplementary go
networking libraries which can be found here:
https://github.com/golang/net
Copying the libraries under the correct directory allows the port to compile
and install. /usr/local/go/src/golang.org/x/net
I had to manually create the golang.org and x directories and then included the
network libraries there. As show below:
% ls /usr/local/go/src/golang.org/net
AUTHORS bpf icmp lif trace
CONTRIBUTING.md codereview.cfg idna nettest webdav
CONTRIBUTORS context internal netutil websocket
LICENSE dict ipv4 proxy xsrftoken
PATENTS html ipv6 publicsuffix
README http2 lex route
Hopefully, the maintainer can fix the broken port with this new information.
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list