[Bug 2364322] Review Request: rust-gbm-sys - Bindgen generated unsafe libgbm wrapper

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #4 from Ben Beasley <code@xxxxxxxxxxxxxxxxxx> ---
This doesn’t appear to build.

+ ln -f /usr/include/gbm.h ./include/gbm.h
ln: failed to create hard link './include/gbm.h' => '/usr/include/gbm.h':
Operation not permitted

You’re trying to create a hardlink that may cross filesystems, which is not
possible. You probably meant "ln -s" to create a symbolic link, instead.

At a glance, gbm-sys-fix-metadata.diff looks like it’s correctly making the
bindgen-related dependencies mandatory, but it looks like you still need to
patch the conditionals in build.rs make the actual regeneration unconditional,
as if use_bindgen and update_bindings were always enabled, so that the bindings
are actually re-generated using the system header.


-- 
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=2364322

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202364322%23c4

-- 
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux