On Wed, Aug 26, 2020 at 05:45:24PM +0200, Petr Šplíchal wrote: > Hi! > > > # Packages not included in mass rebuild? > > > > - tmt is newer in 32 than in 33: > > 0:0.20-1.fc32 > 0:0.19-1.fc33 > > Recently I was unable to build a fresh tmt package for rawhide > because of a missing build dependency: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=48098490 > https://koji.fedoraproject.org/koji/taskinfo?taskID=50191342 > > Problem: conflicting requests > - nothing provides libguestfs-tools-c needed by > python3-testcloud-0.3.5-3.fc33.noarch > > Seems the problem happens only for some build host architectures > (although tmt is noarch). Today I was able to build the package > successfully (on another build host). Any recommendation on how > to prevent these random failures? Thanks. This is because we no longer build a i686 kernel, and libguestfs needs a kernel. So, it will not be available on i686. You should be able to: ExclusiveArch: %{kernel_arches} noarch and I think koji will now do the right thing. kevin
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-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/devel@xxxxxxxxxxxxxxxxxxxxxxx