Hi list,

I'm trying to build mold for epel8. A bunch of mold's unit tests produce 
statically linked 32-bit binaries, so on x86_64 we need a build dependency on 
a static multilib glibc.

I have learnt that multilib build dependencies are a tricky thing in Koji, and 
the only solution I have found to work is to specify a filename-based 
dependency:
`BuildDepends: /usr/lib/libc.a`

This works fine for rawhide, f35, f34 and epel9 but fails on epel8:
```
No matching package to install: '/usr/lib/libc.a'
```
Full build log:
https://kojipkgs.fedoraproject.org/work/tasks/2503/81962503/mock_output.log

Any ideas?

Best,
Christoph

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to