Bug 1180257
Summary: | swig207-setools.patch breaks valid swig input | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miloslav Trmač <mitr> |
Component: | swig | Assignee: | Jitka Plesnikova <jplesnik> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | besser82, jplesnik, mgautier |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | swig-3.0.7-7.fc24 swig-3.0.7-6.fc23 swig-3.0.7-3.fc22 swig-3.0.7-3.fc21 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-10-03 17:53:12 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1192849 |
Description
Miloslav Trmač
2015-01-08 17:36:23 UTC
Hello Miloslav, does this happen with SWIG-2.0.X on F20, only? Can you reproduce that with SWIG-3.0.X on >= fc21? I just did some quick investigation on that patch and it's purpose. To me that looks like a kludge applied to SWIG for fixing a build- / functionality-issue in SETools, which is based on faulty or semantically incorrect swig-wrapper-code in there. I will dig a bit deeper into this during the next days and see, if we can find a way to solve this in a better way. Cheers, Björn Yes, reproduced with swig-3.0.5-2.fc21.
To do so, in more detail:
> # install packages that provide: cryptsetup-luks-devel, gettext-devel, glib2-devel, /usr/bin/gpg, gpgme-devel, libblkid-devel, nss-devel, python-devel
> git clone http://git.fedorahosted.org/cgit/volume_key.git
> cd volume_key
> autoreconf -fis -Wall
> ./configure --prefix=$(pwd)/p
> make
and observe the warnings
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 The patch can be removed. The issue was solved by upstream at 2.0.8. For more information see: https://github.com/swig/swig/issues/515 swig-3.0.7-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16287 swig-3.0.7-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16289 swig-3.0.7-3.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16291 swig-3.0.7-3.fc21 has been pushed to the Fedora 21 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 'dnf --enablerepo=updates-testing update swig' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16291 swig-3.0.7-3.fc22 has been pushed to the Fedora 22 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 'dnf --enablerepo=updates-testing update swig' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16289 swig-3.0.7-6.fc23 has been pushed to the Fedora 23 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 'dnf --enablerepo=updates-testing update swig' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16287 swig-3.0.7-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. swig-3.0.7-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. swig-3.0.7-3.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. Confirmed, thanks! |