Feature request: fix build on FreeBSD
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.9k
- Forks
- 406
- PR merge metrics
- No merged PRs in 30d
Description
Right now the build fails with:
./client.go:184:4: undefined: VerifyPermissionForTest
./client.go:187:4: undefined: VerifyPermissionForTest
./client.go:196:3: undefined: VerifyPermissionForTest
./client.go:576:12: undefined: IcmpNewConn
./client.go:791:12: undefined: IcmpNewConn
./serverui.go:87:2: undefined: hideCursor
./serverui.go:88:2: undefined: blockWindowResize
./stats.go:32:2: undefined: getNetDevStats
./stats.go:42:2: undefined: getTCPStats
./utils.go:331:3: undefined: setSockOptInt
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the undefined symbols listed in client.go, serverui.go, stats.go, and utils.go, then trace how platform-specific implementations are organized. The work is done when the project builds successfully on FreeBSD without any of the reported undefined-symbol errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100