Skip to content

Build error #784

@rabdureh

Description

@rabdureh

I'm trying to build influx from source on OSX Mavericks and get the following output when running "make build":

/bin/bash: gawk: command not found
/Users/ak/.gvm/gos/go1.2.1/bin/go get -d github.com/jmhodges/levigo
/Users/ak/.gvm/gos/go1.2.1/bin/go get code.google.com/p/goprotobuf/protoc-gen-go
rm -f src/protocol/.pb.go
PATH=$PWD/bin:$PATH /usr/local/bin/protoc --go_out=. src/protocol/
.proto
/Library/Developer/CommandLineTools/usr/bin/make -C src/parser
make[1]: Nothing to be done for `all'.
/Users/ak/.gvm/gos/go1.2.1/bin/go build daemon
src/server/server.go:17:2: no buildable Go source files in /Users/ak/gocodez/src/github.com/influxdb/influxdb/src/github.com/influxdb/influxdb-go
make: *** [build] Error 1

I used the instructions found here: https://github.com/influxdb/influxdb/blob/master/docs/contributing.md

Any idea on how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions