> > > DEBUG util.py:442:    - nothing provides python3.12dist(unicorn) >=
> > > 1.0.2~rc1 needed by python3-pwntools-4.9.0-4.fc39.noarch from build
> >
> > This is a result of
> > https://src.fedoraproject.org/rpms/unicorn/c/27cee3896b9c51abe3139222024e0a4def5e30e1?branch=rawhide
> >
> > Therefore, you cannot require python3-unicorn, or anything that itself
> > depends on python3-unicorn, until this is fixed.
>
> Hmm, okay. Do you know how to check which Requires of the ruby.spec
> depending on the python3-unicorn? Maybe using the def repoquery? I
> tried the following command. But maybe it's not correct to find the
> required RPM package to skip in on only s390x in this case.
>
> ```
> $ dnf repoquery \
>   --disablerepo=* \
>   --enablerepo=rawhide \
>   --enablerepo=rawhide-source \
>   --arch=src \
>   --arch=x86_64 \
>   --whatrequires python3-unicorn
> Last metadata expiration check: 0:21:48 ago on Fri 08 Sep 2023 06:25:43 PM 
> CEST.
> unicorn-devel-0:2.0.1.post1-4.fc39.x86_64
> ```

OK. Now I understand why the python3-pwntools package's error was
printed in the root.log of build of the rpms/ruby.

ruby.spec has the following line in it.
```
BuildRequires: %{_bindir}/checksec
```

But both checksec and python3-pwntools RPM packages include the file
`%{_bindir}/checksec` in it. So, the python3-pwntools was taken
unintentionally. Below is the reported ticket for the python3-pwntools
package. Thanks for reporting the issue, Vit.

Please resolve conflict with checksec package
https://bugzilla.redhat.com/show_bug.cgi?id=2238038

-- 
Jun | He - Him | Timezone: UTC+1 or 2, Czech Republic
See <https://www.worldtimebuddy.com/czech-republic-prague-to-utc> for
the timezone.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to