{{ message }}
docs: Add bundled Protobuf stall workaround flags to manual install#22946
Draft
nedi-app[bot] wants to merge 1 commit into
Draft
docs: Add bundled Protobuf stall workaround flags to manual install#22946nedi-app[bot] wants to merge 1 commit into
nedi-app[bot] wants to merge 1 commit into
Conversation
…us-remote-write` to the 'Optional parameters to alter your installation' list in manual.md, and added a 'Build appears to hang at "Preparing bundled Protobuf"' troubleshooting subsection explaining the stall scenario and the two remedies in user-facing terms.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
Add bundled Protobuf stall workaround flags to manual install. Files changed: packaging/installer/methods/manual.md.
User Request
CHECK_STARTChecking for known bad compiler flags CHECK_PASSnone found CHECK_STARTChecking for LTO support CHECK_PASSsupported -- Performing Test HAVE_C__fexceptions -- Performing Test HAVE_C__fexceptions - Success -- Performing Test HAVE_CXX__fexceptions -- Performing Test HAV...
Prompt (English)
Fix Netdata installation stalling at Preparing bundled Protobuf step
Reason for Change
This change applies the specific user request using repository-truth evidence from the audit execution workspace.
Summary by cubic
Update the manual install guide to add flags that work around stalls at “Preparing bundled Protobuf,” plus a short troubleshooting note. You can now build with
--use-system-protobuf(uses systemprotobuf/protobuf-compiler) or--disable-exporting-prometheus-remote-write(skips Protobuf entirely).Written for commit 649029e. Summary will update on new commits.