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

[PROPOSAL] Update Rust dependencies in Cargo.toml #1608

Open
siliconwaffle opened this issue May 10, 2024 · 1 comment
Open

[PROPOSAL] Update Rust dependencies in Cargo.toml #1608

siliconwaffle opened this issue May 10, 2024 · 1 comment

Comments

@siliconwaffle
Copy link

So while trying to package ccextractor(master branch) for Fedora, I ran into a couple issues while trying to build with mock. Mainly bindgen-0.64.0 and iconv dependencies not being available in the Fedora repositories. Iconv is missing entirely, so I will have to submit that package to Fedora first before I can submit ccextractor. Anyways, bindgen is available but only specific versions, can this version be bumped up to 0.69.4 (0.68.0 is also acceptable as it is available in Fedora repos) without breaking anything? I don't know if updating the dependencies will break anything, but it will be practically impossible to package and submit to Fedora without this dependency issue being resolved first.

@vats004
Copy link

vats004 commented Jan 26, 2025

  • hi @siliconwaffle, please tell if the issue is with cargo.toml only
  • please review that cargo.toml currently lists bindgen 0.64.0 and not 0.68.0
  • you can try using python3-pip to install iconv on fedora

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

No branches or pull requests

2 participants