You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some binding -sys crates are known to build private copy of a library by default, or if it's not found.
cargo-ebuild could maintain a list of know offenders and warn about extra dependencies, or even fill out ebuild.
also such ebuilds often need virtual/pkgconfig dep.
The text was updated successfully, but these errors were encountered:
This would be really helpful for helping folks not familiar with packaging Rust in Gentoo, as I often have to share my list of workarounds from the various ebuilds right now.
cardoe/cargo-ebuild#30
https://bugs.gentoo.org/709568
Some binding -sys crates are known to build private copy of a library by default, or if it's not found.
cargo-ebuild could maintain a list of know offenders and warn about extra dependencies, or even fill out ebuild.
also such ebuilds often need
virtual/pkgconfig
dep.The text was updated successfully, but these errors were encountered: