Skip to content

Conversation

noobyogi0010
Copy link

Closes #26465

Passing resource and resource's name whenever a not found error is hit from catalog to make logging more readable.

  • I've read the contributing section of the project README.
  • Signed CLA (if not already signed).

@dgnorton
Copy link
Contributor

Hi @noobyogi0010, just checking in. Are you still working on this PR?

@noobyogi0010
Copy link
Author

Hey @dgnorton
I'm having some problem building influxDB from source code on windows. My cargo build command complains about:
error: failed to run custom build command for tikv-jemalloc-sys v0.5.4+5.3.0-patched`
I'm trying to resolve this issue, so that I can fix the failures in the PR. Would appreciate if you know anything about this error or how can I mitigate it?

@hiltontj hiltontj added the v3 label Jul 2, 2025
@hiltontj
Copy link
Contributor

hiltontj commented Jul 2, 2025

@noobyogi0010 what version of windows are you using and can you provide more details about your environment/how you are running cargo build? jemalloc shouldn't be used on windows (compiler should be ignoring it), so that you get that error is odd.

@noobyogi0010
Copy link
Author

Hey @hiltontj
Thank you for reverting. I'm running Windows 11, and my target build machine architecture is x86_64-pc-windows-msvc. I'm running cargo build from my git bash terminal. I simply forked the project and ran the cargo build command and didn't do anything else.
I also find it weird that the compiler is picking up jemalloc for windows.
Can you pls let me know any specific env details you want that can help you understand the issue?

@hiltontj
Copy link
Contributor

hiltontj commented Jul 3, 2025

Did you try with cargo build --no-default-features?

@noobyogi0010
Copy link
Author

Yes, I did. I still get the same error. I'm gonna try running it on Ubuntu via a VM, and see if that works fine. But for windows I don't know what I might be doing wrong.

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

Successfully merging this pull request may close these issues.

Not found errors from the catalog should indicate which resource was not found
3 participants