Skip to content

fix(build): add conda-forge libxml2 to resolve ICU symbol conflict (#218)#221

Merged
BANANASJIM merged 2 commits into
BANANASJIM:masterfrom
K1ngst0m:fix/218-pixi-icu-libxml2-conflict
Apr 16, 2026
Merged

fix(build): add conda-forge libxml2 to resolve ICU symbol conflict (#218)#221
BANANASJIM merged 2 commits into
BANANASJIM:masterfrom
K1ngst0m:fix/218-pixi-icu-libxml2-conflict

Conversation

@K1ngst0m
Copy link
Copy Markdown
Collaborator

conda-forge pythonlibsqliteicu 78.2 exports versioned symbols
(UCNV_TO_U_CALLBACK_STOP_78) that clash with the unversioned symbols
expected by the system libxml2. This causes the Vulkan loader to reject
Mesa's radeon ICD, leaving renderdoc with zero physical devices.

Adding conda-forge libxml2 (built against the same ICU) to
[target.linux-64.dependencies] ensures a compatible libxml2 is found
first via Python's RPATH.

Closes #218

@K1ngst0m K1ngst0m requested a review from BANANASJIM as a code owner April 16, 2026 08:13
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Warning

Rate limit exceeded

@BANANASJIM has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 38 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 38 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f5625d60-8eea-4d57-869a-110b0230feb4

📥 Commits

Reviewing files that changed from the base of the PR and between 3f385d6 and c584cfb.

⛔ Files ignored due to path filters (1)
  • pixi.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pixi.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@BANANASJIM BANANASJIM force-pushed the fix/218-pixi-icu-libxml2-conflict branch from e439191 to 926f029 Compare April 16, 2026 15:31
Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@BANANASJIM BANANASJIM force-pushed the fix/218-pixi-icu-libxml2-conflict branch from 926f029 to c584cfb Compare April 16, 2026 15:34
Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@BANANASJIM BANANASJIM merged commit 2095e5d into BANANASJIM:master Apr 16, 2026
17 checks passed
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.

renderdoc replay finds no Vulkan physical devices due to pixi ICU / system libxml2 symbol conflict

2 participants