Code Monkey home page Code Monkey logo

Comments (9)

aborkar-ibm avatar aborkar-ibm commented on August 11, 2024

Hello, Thanks for reporting this issue. We will look into this and update. Thanks.

from docs.

fabiocosta0305 avatar fabiocosta0305 commented on August 11, 2024

Hello, Thanks for reporting this issue. We will look into this and update. Thanks.

And TBA? I'm need this for implanting on our shop a tool that demands InfluxDB

from docs.

aborkar-ibm avatar aborkar-ibm commented on August 11, 2024

Hello,
We were able to build Influx without any issues on RHEL 8.8. The only possible reason why this could fail is when there are network issues and some of the dependencies are not downloaded properly.
Could you please retry the steps and let us know?
Regards,
Amod

from docs.

fabiocosta0305 avatar fabiocosta0305 commented on August 11, 2024

Tried to follow from the start the process and, on make at step 3 got an error now about adler32 and flux libs

./scripts/fetch-ui-assets.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 18.9M  100 18.9M    0     0  26.6M      0 --:--:-- --:--:-- --:--:-- 90.9M
build.tar.gz: SUCESSO
env GO111MODULE=on go install -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" google.golang.org/protobuf/cmd/[email protected]
go: downloading google.golang.org/protobuf v1.27.1
env GO111MODULE=on go install -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" github.com/benbjohnson/tmpl
go: downloading github.com/benbjohnson/tmpl v1.0.0
go: downloading github.com/Masterminds/sprig v2.16.0+incompatible
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/aokoli/goutils v1.0.1
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/huandu/xstrings v1.0.0
go: downloading github.com/imdario/mergo v0.3.12
go: downloading golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
env GO111MODULE=on go install -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" golang.org/x/tools/cmd/stringer
go: downloading golang.org/x/tools v0.5.0
go: downloading golang.org/x/sys v0.5.0
go: downloading golang.org/x/mod v0.7.0
env GO111MODULE=on go install -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" golang.org/x/tools/cmd/goimports
go generate -tags 'sqlite_foreign_keys,sqlite_json,assets' ./influxql/... ./models/... ./pkg/... ./storage/... ./tsdb/... ./v1/...
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/influxdata/influxql v1.1.1-0.20211004132434-7e7d61973256
go: downloading github.com/tinylib/msgp v1.1.0
go: downloading go.uber.org/zap v1.16.0
go: downloading golang.org/x/sync v0.1.0
go: downloading google.golang.org/protobuf v1.28.1
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/stretchr/testify v1.8.1
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/BurntSushi/toml v1.2.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cast v1.3.0
go: downloading github.com/google/go-jsonnet v0.17.0
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
go: downloading github.com/prometheus/client_golang v1.11.1
go: downloading github.com/xlab/treeprint v1.0.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading github.com/apache/arrow/go/v7 v7.0.1
go: downloading github.com/influxdata/flux v0.193.0
go: downloading github.com/RoaringBitmap/roaring v0.4.16
go: downloading github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef
go: downloading github.com/go-chi/chi v4.1.0+incompatible
go: downloading github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69
go: downloading github.com/uber/jaeger-client-go v2.28.0+incompatible
go: downloading github.com/jsternberg/zap-logfmt v1.2.0
go: downloading github.com/mattn/go-isatty v0.0.16
go: downloading github.com/philhofer/fwd v1.0.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/influxdata/influx-cli/v2 v2.2.1-0.20221028161653-3285a03e9e28
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/prometheus/common v0.30.0
go: downloading github.com/spf13/cobra v1.0.0
go: downloading github.com/spf13/viper v1.6.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading github.com/gofrs/uuid v3.3.0+incompatible
go: downloading github.com/benbjohnson/immutable v0.3.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2
go: downloading github.com/mileusna/useragent v0.0.0-20190129205925-3e331f0949a5
go: downloading github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading gonum.org/v1/gonum v0.11.0
go: downloading github.com/Masterminds/squirrel v1.5.0
go: downloading go.etcd.io/bbolt v1.3.6
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/NYTimes/gziphandler v1.0.1
go: downloading github.com/go-stack/stack v1.8.0
go: downloading github.com/golang/gddo v0.0.0-20181116215533-9bd4a3295021
go: downloading github.com/google/btree v1.0.1
go: downloading golang.org/x/text v0.7.0
go: downloading github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839
go: downloading github.com/jmoiron/sqlx v1.3.4
go: downloading github.com/mattn/go-sqlite3 v1.14.7
go: downloading github.com/influxdata/cron v0.0.0-20201006132531-4bb0a200dcbe
go: downloading github.com/hashicorp/vault/api v1.0.2
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/spf13/jwalterweatherman v1.0.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading gopkg.in/ini.v1 v1.51.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/google/flatbuffers v22.9.30-0.20221019131441-5792623df42e+incompatible
go: downloading github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
go: downloading github.com/goccy/go-json v0.9.6
go: downloading github.com/AlecAivazis/survey/v2 v2.3.4
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible
go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1
go: downloading github.com/influxdata/influxdb-client-go/v2 v2.3.1-0.20210518120617-5d1fff431040
go: downloading github.com/influxdata/line-protocol/v2 v2.2.1
go: downloading github.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.1
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/hashicorp/go-retryablehttp v0.6.4
go: downloading github.com/hashicorp/go-rootcerts v1.0.0
go: downloading github.com/hashicorp/vault/sdk v0.1.8
go: downloading golang.org/x/net v0.7.0
go: downloading gopkg.in/square/go-jose.v2 v2.5.1
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading golang.org/x/term v0.5.0
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading google.golang.org/api v0.47.0
go: downloading github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
go: downloading github.com/segmentio/kafka-go v0.2.0
go: downloading cloud.google.com/go v0.82.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.13
go: downloading github.com/Azure/go-autorest/autorest v0.11.9
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
go: downloading github.com/SAP/go-hdb v0.14.1
go: downloading github.com/bonitoo-io/go-sql-bigquery v0.3.4-1.4.0
go: downloading github.com/denisenkom/go-mssqldb v0.10.0
go: downloading github.com/go-sql-driver/mysql v1.6.0
go: downloading github.com/influxdata/gosnowflake v1.6.9
go: downloading github.com/lib/pq v1.2.0
go: downloading github.com/uber/athenadriver v1.1.4
go: downloading github.com/vertica/vertica-sql-go v1.1.1
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading cloud.google.com/go/bigtable v1.10.1
go: downloading google.golang.org/grpc v1.47.0
go: downloading github.com/influxdata/influxdb-iox-client-go v1.0.0-beta.1
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/form3tech-oss/jwt-go v3.2.5+incompatible
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
go: downloading github.com/dimchansky/utfbom v1.1.0
go: downloading cloud.google.com/go/bigquery v1.8.0
go: downloading github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
go: downloading golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
go: downloading github.com/Azure/azure-storage-blob-go v0.14.0
go: downloading github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40
go: downloading github.com/aws/aws-sdk-go-v2 v1.11.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.6.1
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.7.1
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.19.0
go: downloading github.com/aws/smithy-go v1.9.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.0
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading github.com/sirupsen/logrus v1.9.0
go: downloading github.com/deepmap/oapi-codegen v1.6.0
go: downloading golang.org/x/exp v0.0.0-20211216164055-b2b84827b756
go: downloading github.com/pierrec/lz4 v2.0.5+incompatible
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/googleapis/gax-go/v2 v2.0.5
go: downloading google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad
go: downloading github.com/DATA-DOG/go-sqlmock v1.4.1
go: downloading github.com/aws/aws-sdk-go v1.34.0
go: downloading github.com/uber-go/tally v3.3.15+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/klauspost/compress v1.14.2
go: downloading github.com/pierrec/lz4/v4 v4.1.12
go: downloading github.com/Azure/azure-pipeline-go v0.2.3
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.0.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.5.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.5.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.9.0
go: downloading go.opencensus.io v0.23.0
go: downloading github.com/mattn/go-ieproxy v0.0.1
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.0.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
env GO111MODULE=on go build -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" -o bin/linux/influxd ./cmd/influxd
go: downloading github.com/retailnext/hllpp v1.0.1-0.20180308014038-101a6d2f8b52
go build github.com/influxdata/flux/libflux/go/libflux:
# /opt/InfluxDB/influxdb/scripts/pkg-config.sh --cflags  -- flux
Started pkg-config {"arg0": "/tmp/tmp.R8qlgiVjcw/pkg-config", "args": ["--cflags", "--", "flux"]}
Found pkg-config executable {"path": "/usr/local/go/bin/pkg-config"}
Determined module root {"path": "/usr/local/go/pkg/mod/github.com/influxdata/[email protected]"}
Flux module is the main module {"modroot": "/usr/local/go/pkg/mod/github.com/influxdata/[email protected]"}
Executing cargo build {"dir": "/root/.cache/go-build/pkgconfig/github.com/influxdata/[email protected]/libflux", "target": "s390x-unknown-linux-gnu"}
 Downloading crates ...
  Downloaded adler32 v1.2.0
error: failed to verify the checksum of `adler32 v1.2.0`
Error installing library {"name": "flux", "error": "exit status 101"}
/opt/InfluxDB/influxdb/scripts/pkg-config.sh: exit status 1
make: *** [GNUmakefile:84: bin/linux/influxd] Error 1

PS: I'm using my personal GitHub account... if need to share any sensible information, please use my corporate email: [email protected]

PS2: For sure, I just opened an issue on adler32 for them to check if there's anything wrong on their side

from docs.

aborkar-ibm avatar aborkar-ibm commented on August 11, 2024

Can you please check if environment vars GOROOT and GOPATH is set correctly.
Also, can you please check using the script in Step 1 on a new environment.

from docs.

fabiocosta0305 avatar fabiocosta0305 commented on August 11, 2024

I checked and rechecked GOROOT (/usr/local/go) and GOPATH (/usr/local/go/bin) and the same problem happened

from docs.

fabiocosta0305 avatar fabiocosta0305 commented on August 11, 2024

Any information?

from docs.

rposts avatar rposts commented on August 11, 2024

Hi there - this problem is not reproducible at our end. Please check your network connectivity - several packages are downloaded as part of the build steps and it is possible that some of it is timing out.

...
env GO111MODULE=on go install -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" golang.org/x/tools/cmd/stringer
env GO111MODULE=on go install -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" golang.org/x/tools/cmd/goimports
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0go generate -tags 'sqlite_foreign_keys,sqlite_json,assets' ./influxql/... ./models/... ./pkg/... ./storage/... ./tsdb/... ./v1/...
100 18.9M  100 18.9M    0     0  12.9M      0  0:00:01  0:00:01 --:--:-- 23.3M
build.tar.gz: OK
env GO111MODULE=on go build -tags 'sqlite_foreign_keys,sqlite_json,assets' -ldflags " -X main.commit=407fa622e9 -X main.version=v2.7.1" -o bin/linux/influxd ./cmd/influxd
$ bin/$(uname -s | tr '[:upper:]' '[:lower:]')/influxd version
InfluxDB v2.7.1 (git: 407fa622e9) build_date: 2023-09-19T14:57:56Z
$ date
Tue Sep 19 07:58:22 PDT 2023

from docs.

fabiocosta0305 avatar fabiocosta0305 commented on August 11, 2024

We had installed via docker and it is working by now... Thanks for the attention...

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.