Doesn't compile for FreeBSD
- Dominant language
- Go
- Stars
- 168
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
$ env GOOS=freebsd GOARCH=amd64 go build github.com/badoo/lsd
```
# github.com/badoo/lsd/vendor/gopkg.in/fsnotify.v1
vendor/gopkg.in/fsnotify.v1/kqueue.go:207: undefined: openMode
# github.com/badoo/lsd/vendor/badoo/_packages/service
vendor/badoo/_packages/service/stats.go:67: undefined: GetLqInfo
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the reported FreeBSD build command: GOOS=freebsd GOARCH=amd64 go build github.com/badoo/lsd. Inspect vendor/gopkg.in/fsnotify.v1/kqueue.go around line 207 and vendor/badoo/_packages/service/stats.go around line 67 to trace the undefined symbols. Done means the project builds successfully for FreeBSD amd64 without either error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100