Spec URL: https://download.copr.fedorainfracloud.org/results/solomoncyj/rust/fedora-rawhide-x86_64/08159642-rust-serial/rust-serial.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/solomoncyj/rust/fedora-rawhide-x86_64/08159642-rust-serial/rust-serial-0.4.0-1.fc42.src.rpm Description: Rust library for accessing serial ports Fedora Account System Username: solomoncyj Reproducible: Always Reproducible: Always
Copr build: https://copr.fedorainfracloud.org/coprs/build/8169859 (failed) Build log: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2321312-rust-serial/fedora-rawhide-x86_64/08169859-rust-serial/builder-live.log.gz Please make sure the package builds successfully at least for Fedora Rawhide. - If the build failed for unrelated reasons (e.g. temporary network unavailability), please ignore it. - If the build failed because of missing BuildRequires, please make sure they are listed in the "Depends On" field --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string.
FTR, this one fails to build because of dependency on serial-core and serial-unix DEBUG util.py:459: Failed to resolve the transaction: DEBUG util.py:459: Package "cargo-rpm-macros-26.3-3.fc42.noarch" is already installed. DEBUG util.py:459: No match for argument: crate(serial-core/default) = 0.4.0 DEBUG util.py:459: No match for argument: crate(serial-unix/default) = 0.4.0
Sure, these should be packaged as separate components and therefore should have separate package reviews, blocking this bug. - https://crates.io/crates/serial-unix/0.4.0 - https://crates.io/crates/serial-core/0.4.0
sorry, adding bugs to the depens on: tracker
Note that the "serial" crate (and its subprojects, by association) are now officially documented as unmaintained: https://rustsec.org/advisories/RUSTSEC-2017-0008.html I would recommend to ask upstream to switch to a different library instead of packaging an obsolete library.