microsoft / microsoft/ethr

Feature request: fix build on FreeBSD

Open
#142 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.