-
Notifications
You must be signed in to change notification settings - Fork 1.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
cprofiles: can't compile due to incompatible-pointer-types #9601
Comments
@ThomasDevoogdt thanks for this report. I have fixed the data type problem, however note that cprofiles still needs other adjustments regarding dependencies (profiles are under active development). |
Hi @edsiper, I guess you didn't saw my PR fluent/cprofiles#3, can you have a look, since that one also solves another related issue. BTW, since it's under active development, why is it already part of the v3.2.0 stable release? |
I submitted PR #9598 to resolve this a few hours after release, but haven't seen motion. Does the project not accept outside PRs? |
@ThomasDevoogdt Didn't see your PR. Note that profiles are not stable in OTel, the feature needs to be enabled manually since it's in experimental mode. @jeredfloyd for dependencies or external libraries that lives in lib/, the PR needs to be send to the original repository from where we pull that library, in this case is fluent/cprofiles. |
@edsiper But why is that experimental issue enabled then? See https://github.com/fluent/fluent-bit/blob/master/CMakeLists.txt#L158-L159. Btw, there is a small typo in the comment line there. |
@ThomasDevoogdt Because OpenTelemetry Profiles schema is not stable, it's still flagged as in development mode and they are still adapting it which causes breaking changes: |
@edsiper I understand, but the issue here is that something which is not yet stable, is enabled by default in the CMakeLists.txt. For me, that's fine, but then it should compile. So either disable this feature in the CMakeLists.txt, or merge the pull request which is linked, so that the compilation gets fixed. |
Fixed by 4ab9331, please also read my comment here, fluent/cprofiles#3 (comment), a bit disappointing that contributions gets ignored. |
Btw, I have another compile issue, would be nice if someone could have a look at #9600. |
Bug Report
Describe the bug
New toolchains are asserting on it.
To Reproduce
Expected behavior
Screenshots
Your Environment
Additional context
@leonardo-albertovich can you have a look, since you've added this in 2954908?
The text was updated successfully, but these errors were encountered: