badoo / badoo/lsd

Doesn't compile for FreeBSD

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.