motif-2.3.4-3.fc19.src is missing BuildRequires: flex-static [...] https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2 If a library you depend on only provides a static version your package can link against it provided that you BuildRequire the *-static subpackage. Packagers in such a situation should be aware that if a shared library becomes available, that you should adjust your package to use the shared library.
The flex-static package in Fedora 12 to 17 provides the default implementation of main used in old lex/flex parsers. The shared flex library does not provide this. With Fedora >17 this is provided with the flex-devel package. This is an excerpt of the motif spec file: %if 0%{?fedora} > 17 || 0%{?rhel} > 6 BuildRequires: flex-devel %endif %if 0%{?fedora} > 12 && 0%{?fedora} <= 17 BuildRequires: flex-static %endif What needs to get changed here?
> The shared flex library There is none. > What needs to get changed here? "BuildRequires: flex-static" is missing, because flex-devel contains only static libs, and what to do in that case is explained at: https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
Closed by: fedora-report-static-batch.py http://mschwendt.fedorapeople.org/staticbugstat.html