Bug 548965
| Summary: | nsiswrapper should ignore dnsapi.dll dependencies | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Ludlow <dave> | ||||
| Component: | mingw32-nsiswrapper | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 12 | CC: | berrange, fedora-mingw, rjones | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 5-1.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-01-07 21:48:28 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
mingw32-nsiswrapper-5-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/mingw32-nsiswrapper-5-1.el5 mingw32-nsiswrapper-5-1.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mingw32-nsiswrapper'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2009-1031 mingw32-nsiswrapper-5-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mingw32-nsiswrapper'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13517 mingw32-nsiswrapper-5-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. mingw32-nsiswrapper-5-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 379381 [details] Patch to add dnsapi.dll to the list of windows DLL dependencies to ignore Description of problem: nsiswrapper throws the following error: MISSING DEPENDENCY: dnsapi.dll (for /usr/i686-pc-mingw32/sys-root/mingw/bin/libgio-2.0-0.dll) You may need to add the directory containing this file to your $PATH please correct missing dependencies shown above Version-Release number of selected component (if applicable): mingw32-nsiswrapper-4-3.fc12.noarch How reproducible: Every time Steps to Reproduce: 1. Run nsiswrapper agains a program that uses libgio-2.0-0.dll Actual results: MISSING DEPENDENCY: dnsapi.dll (for /usr/i686-pc-mingw32/sys-root/mingw/bin/libgio-2.0-0.dll) You may need to add the directory containing this file to your $PATH please correct missing dependencies shown above Expected results: No errors Additional info: None