influxdata / flux

Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.

Home Page:https://influxdata.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined libflux.Options

Pro-pra opened this issue · comments

Hi all,
i build influxdb and build fail with this error:

# github.com/influxdata/flux
vendor/github.com/influxdata/flux/runtime.go:48:27: undefined: libflux.Options

what right way to set libflux.Options ? i see libflux build fine on previous line in log.
My build command (use vendor dir):

go build -v -ldflags ' -O2 -fomit-frame-pointer -gdwarf-4 -Wstrict-aliasing=2 -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -fstack-protector-strong --param=ssp-buffer-size=4 -m64 -mtune=generic     -X main.version=2.6.1     -X main.commit=1     -mod=vendor     ./cmd/influxd;

closed issue: #5425

This issue has had no recent activity and will be closed soon.