https://bugzilla.redhat.com/show_bug.cgi?id=2455091
--- Comment #7 from Ben Beasley <[email protected]> --- Are you trying to build it with something like "rpmbuild -ba"? You should use mock in general, and especially for packages in languages like Rust and Python that use generated BuildRequires. This works fine for me: $ mock -r fedora-rawhide-x86_64 --rebuild rust-read-fonts-0.39.2-1.fc45.src.rpm So does this (in a directory with rust-read-fonts.spec, read-fonts-fix-metadata.diff, read-fonts-0.39.2.crate, and fontation-read-fonts-v0.39.2.tar.gz, but not necessarily a source RPM): $ fedpkg mockbuild -- --postinstall (The --postinstall is useful to make sure that all of the feature metapackages are actually installable.) -- 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=2455091 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202455091%23c7 -- _______________________________________________ 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://forge.fedoraproject.org/infra/tickets/issues/new
