-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Unable to build influx DB library on OSx #24367
Comments
Same issue on Arch Linux:
|
@Marwes the rust warning relating to the Database private import https://github.com/influxdata/flux/blob/726bf0653f99083a7486fc00a2be6abc3f859050/libflux/flux/src/lib.rs#L12 was introduced by |
Is there a workaround? I cannot use the library... |
@Shnitzelil install rustup, downgrade rust or patch flux and have influx use that patched flux see 1. |
essentially the same issue as influxdata/kapacitor#2769 |
Hi, |
this should be the fix, influxdata/kapacitor#2811 |
How does that resolve the shadowing? Edit: 3688c45 updated flux to v0.194.5, so the issue was fixed in v2.7.5. |
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Complete the build process successfully
Actual behavior:
Environment info:
MacBook Pro (OSx version: 13.5.1) Golang 1.20.5 and also 1.21.1
I saw the same issue hre NixOS/nixpkgs#253877
The text was updated successfully, but these errors were encountered: