Created attachment 1120807 [details] Patch for uint32 type error Description of problem: After downloading the SRPM it's impossible to build sks on Fedora 23. Version-Release number of selected component (if applicable): 1.1.5-5 How reproducible: Always Steps to Reproduce: # yumdownloader --source sks # rpm -Uvh sks-1.1.5-5.fc22.src.rpm # cd <SPECS dir> # rpmbuild -ba --clean sks.spec Actual results: <snip> ocamlc -g -c -ccopt "-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/ocaml -I ." stubs-md5.c stubs-md5.c:21:9: error: unknown type name 'uint32' uint32 buf[4]; ^ stubs-md5.c:22:9: error: unknown type name 'uint32' uint32 bits[2]; ^ Makefile:101: recipe for target 'stubs-md5.o' failed </snip> Expected results: Built binary and source RPMs Additional info: Attached is a possible patch which attempts to fix the type problem and includes the patch in the spec file.
sks-1.1.6-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-2ce3494a09
sks-1.1.6-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-754c3c6ff6
sks-1.1.6-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f45ca4d48d
sks-1.1.6-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-26c2d4c834
sks-1.1.6-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.
sks-1.1.6-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
sks-1.1.6-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
sks-1.1.6-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.