[Bug 2124697] Review Request: libblkio - Block device I/O library

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

 



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



--- Comment #11 from Richard W.M. Jones <rjones@xxxxxxxxxx> ---
This is a bit better:

https://koji.fedoraproject.org/koji/taskinfo?taskID=91736622

I'll chase upstream about the i686 failure (if we care about that).

This is done by "vendoring" the 6 missing dependencies:

  cat >> Cargo.toml <<EOF
  [patch.crates-io]
  concat-idents = { path = 'vendor/concat-idents' }
  io-uring = { path = 'vendor/io-uring' }
  memfd = { path = 'vendor/memfd' }
  winapi = { path = 'vendor/winapi' }
  winapi-i686-pc-windows-gnu = { path = 'vendor/winapi-i686-pc-windows-gnu' }
  winapi-x86_64-pc-windows-gnu = { path = 'vendor/winapi-x86_64-pc-windows-gnu'
}
  EOF
  %cargo_prep
  sed -e 's/--locked/--offline/' -i src/cargo-build.sh

Hopefully the winapi ones are not actually used, but they appear to be
necessary.  The other 3 should likely be added to Fedora.


-- 
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=2124697
_______________________________________________
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