Bug #3205
open
- Status changed from New to In Progress
- Assignee set to tuxillo
Can you provide the steps to reproduce it? I'll try to bisect it. Also, are you sure you've updated world+kernel to latest?
I'm not on HEAD, but I'm only 5 commits behind and they look unrelated. I'll try that though. I'll get you the steps to reproduce.
Steps to reproduce:
1. Install go compiler from dports
2. git clone https://go.googlesource.com/go
3. cd go/src
4. ./make.bash
5. ../bin/go test -count 1 net
When I upgraded to b7d3e1, I did a full world+kernel build/install and ran pkg upgrade -f after (no problems).
The test fails on HEAD too.
It looks like GO is using a generator for the structural elements in the route messages. The elements have changed.
./vendor/golang.org/x/net/route/message.go
./vendor/golang.org/x/net/route/zsys_dragonfly.go
You may be able to fix it temporarily based on the comments at the top of the dragonfly file. We are looking into how to fix the base package permanently. The route structure did change in master but it shouldn't have in release.
-Matt
Okay, I'll handle it and let you guys know. Hopefully we won't overlap ourselves.
- Status changed from In Progress to Feedback
- % Done changed from 0 to 90
tuxillo, can this be closed now?
Also available in: Atom
PDF