mohae/feedlot

doesn't build

Closed this issue · 1 comments

Attemoting to build the feedlot (after go getting and cd-ing to the src path) fails:

mbravo@coffee:~/go/src/github.com/mohae/feedlot$ go build
# github.com/mohae/feedlot/app
app/logging.go:26: undefined: jwalterweatherman.UseTempLogFile
app/logging.go:32: undefined: jwalterweatherman.LogHandle
app/logging.go:34: undefined: jwalterweatherman.LogHandle
app/logging.go:35: undefined: jwalterweatherman.DiscardLogging
app/logging.go:51: undefined: jwalterweatherman.LogHandle
app/logging.go:59: undefined: jwalterweatherman.SetLogFile
app/logging.go:67: undefined: jwalterweatherman.Level
# github.com/mohae/rancher/app
../rancher/app/logging.go:26: undefined: jwalterweatherman.UseTempLogFile
../rancher/app/logging.go:32: undefined: jwalterweatherman.LogHandle
../rancher/app/logging.go:34: undefined: jwalterweatherman.LogHandle
../rancher/app/logging.go:35: undefined: jwalterweatherman.DiscardLogging
../rancher/app/logging.go:51: undefined: jwalterweatherman.LogHandle
../rancher/app/logging.go:59: undefined: jwalterweatherman.SetLogFile
../rancher/app/logging.go:67: undefined: jwalterweatherman.Level

this happens both with

go version go1.6.2 linux/amd64

and

go version go1.7.4 darwin/amd64
mohae commented

sorry about that; jwalterweatherman changed it's api since I last tried buiding feedlot.

It's fixed, however I only compiled feedlot. I did not run any builds. I'll try to find time to build some templates and update the feedlot templates this weekend, or sooner.