https://bugzilla.redhat.com/show_bug.cgi?id=2247350

Eric Sandeen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #6 from Eric Sandeen <[email protected]> ---
The forked rust-bindgen at https://evilpiepirate.org/git/rust-bindgen.git has
to do with allowing packed+aligned structures, which aren't allowed by default.

I was able to work around this by creating a git-archive of the above and
adding it as Source1, then modifying rust-src/bch_bindgen/Cargo.toml to refer
to the local copy, i.e. 

sed -i -e 's#git = "https://evilpiepirate.org/git/rust-bindgen.git"#path =
"PATH/TO/rust-bindgen-modified/bindgen"#' rust-src/bch_bindgen/Cargo.toml

or similar. Probably breaks all sorts of packaging rules but unless Kent
publishes his modified rust-bindgen on crates.io or something (which seems a
little sketch as well) I'm not sure there's another way around it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2247350

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202247350%23c6
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to