Richard,

I've got a PR for you that adds your explicit tex BuildRequires so that
this works again:
https://src.fedoraproject.org/rpms/OpenColorIO/pull-request/1

Upstream TeXLive sometimes moves .sty files around, so in most cases, it is
easier to specify BuildRequires using the "tex(requirement.sty)" Provides.
If your package has a .tex file, look for the \usepackage{foo} lines, those
are your tex dependencies. And in some cases, those dependencies may be met
by local .sty files, so if you can't find a package in Fedora texlive that
Provides: tex(foo.sty), look for foo.sty in your package source. (It also
could be legitimately missing in Fedora, I'm clearly not perfect!)

Thanks,
Tom

On Wed, May 20, 2020 at 8:41 AM Richard Shaw <hobbes1...@gmail.com> wrote:

> On Wed, May 20, 2020 at 7:39 AM Richard Shaw <hobbes1...@gmail.com> wrote:
>
>> Not sure if this problem is related, but the last time I build
>> OpenImageIO it worked, I was performing a local mock build (with the local
>> repo enabled) and ran into this:
>>
>
> Correction, OpenColorIO. My fingers always want to type OpenImageIO :)
>
> Thanks,
> Richard
>
>> _______________________________________________
> 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
>
_______________________________________________
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

Reply via email to