Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build on s390x: stringer returning error #24363

Open
fabiocosta0305 opened this issue Sep 8, 2023 · 1 comment
Open

Can't build on s390x: stringer returning error #24363

fabiocosta0305 opened this issue Sep 8, 2023 · 1 comment

Comments

@fabiocosta0305
Copy link

fabiocosta0305 commented Sep 8, 2023

Steps to reproduce:

  1. Setup Go, NodeJS, yarn, cargo and rust on a RHEL 8 server on s390x.
  2. Follow those steps: https://github.com/linux-on-ibm-z/docs/wiki/Building-InfluxDB

Expected behavior:
Build InfluxDB on Linux on zSeries (s390x)

Actual behavior:

Got this error


stringer: internal error: package "errors" without types was imported from "github.com/influxdata/influxdb/v2/models"
models/gen.go:3: running "stringer": exit status 1
stringer: internal error: package "context" without types was imported from "github.com/influxdata/flux/libflux/go/libflux"
pkg/data/gen/gen.go:4: running "stringer": exit status 1
stringer: internal error: package "context" without types was imported from "github.com/influxdata/influxdb/v2/tsdb/cursors"
tsdb/cursors/gen.go:4: running "stringer": exit status 1

Environment info:

  • System info: Linux 4.18.0-477.13.1.el8_8.s390x s390x
  • Other relevant environment details:
  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • NodeJS: v18.17.0
  • npm 9.6.7
  • yarn 4.0.0-rc.45
@v1gnesh
Copy link

v1gnesh commented Nov 23, 2023

@fabiocosta0305 Can you try cloning / checking out the main-2.x branch instead.
With the recent movements for v3, IOx is now this repo, and this repo as it was has been moved to main-2.x, as noted at the top of README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants