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

Closed
opened 2026-01-29 16:53:44 +00:00 by claunia · 1 comment
Owner

Originally created by @siliconwaffle on GitHub (May 10, 2024).

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.

Originally created by @siliconwaffle on GitHub (May 10, 2024). 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.
Author
Owner

@vatsalkeshav commented on GitHub (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
@vatsalkeshav commented on GitHub (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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#801