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

Always define rd_ut_coverage_check #4862

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

StephanDollberg
Copy link

@StephanDollberg StephanDollberg commented Oct 4, 2024

Define rd_ut_coverage_check even in non-devel mode as the lds-gen.py
script adds the symbol unconditionally.

Otherwise LLD complains about ld:

error: version script assignment of 'global' to symbol 'rd_ut_coverage_check' failed: symbol not defined

Fixes #4593

@StephanDollberg StephanDollberg requested a review from a team as a code owner October 4, 2024 12:10
@confluent-cla-assistant
Copy link

confluent-cla-assistant bot commented Oct 4, 2024

🎉 All Contributor License Agreements have been signed. Ready to merge.
✅ StephanDollberg
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

Copy link

cla-assistant bot commented Oct 4, 2024

CLA assistant check
All committers have signed the CLA.

Define `rd_ut_coverage_check` even in non-devel mode as the `lds-gen.py`
script adds the symbol unconditionally.

Otherwise LLD complains about ld:

```
error: version script assignment of 'global' to symbol 'rd_ut_coverage_check' failed: symbol not defined
```

Fixes confluentinc#4593
nassibnassar added a commit to nassibnassar/librdkafka that referenced this pull request Oct 6, 2024
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

Successfully merging this pull request may close these issues.

librdkafka cannot be built with LLD linker
1 participant