| Summary: | mingw32-configure cannot find zipconf.h | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Scott Talbert <swt> |
| Component: | mingw-libzip | Assignee: | Sandro Mani <manisandro> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | erik-fedora, manisandro |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mingw-libzip-0.11.1-3.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-27 00:38:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Thanks for the bug report, fixed packages are building. Thanks for such a quick response :-) mingw-libzip-0.11.1-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/mingw-libzip-0.11.1-3.fc19 mingw-libzip-0.11.1-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/mingw-libzip-0.11.1-3.fc20 Package mingw-libzip-0.11.1-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mingw-libzip-0.11.1-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-17003/mingw-libzip-0.11.1-3.fc19 then log in and leave karma (feedback). mingw-libzip-0.11.1-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. mingw-libzip-0.11.1-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
When trying to mingw32-configure an application that is trying to use libzip, mingw32-configure cannot find zipconf.h: configure:15300: checking zip.h usability configure:15300: i686-w64-mingw32-gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4 conftest.c >&5 In file included from conftest.c:56:0: /usr/i686-w64-mingw32/sys-root/mingw/include/zip.h:53:21: fatal error: zipconf.h: No such file or directory #include <zipconf.h> ^ compilation terminated. zipconf.h is present, but it is in: /usr/i686-w64-mingw32/sys-root/mingw/lib/libzip/include/zipconf.h It should probably be in (like the regular Fedora package): /usr/i686-w64-mingw32/sys-root/mingw/include/