Bug 532481
Summary: | included hunspell copy has disallowed constructs with gcc -D_FORTIFY_SOURCE=2. Best to just use the system library | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Caolan McNamara <caolanm> | ||||
Component: | texmaker | Assignee: | Deji Akingunola <dakingun> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | rawhide | CC: | caolanm, dakingun, yaneti | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 507829 | Environment: | |||||
Last Closed: | 2009-11-02 15:39:41 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: | |||||||
Bug Depends On: | 507829 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Caolan McNamara
2009-11-02 15:11:48 UTC
texmaker has a copy of hunspell inside it, its that copy which is crashing. texmaker should try and use the system library, not just the system dictionaries Created attachment 367152 [details]
here's a replacement texmaker-tools.patch which does the right thing
Replacing texmaker-tools.patch with this one will get it link against the (working) system hunspell instead of including in its own copy of the (broken) sources
You'll need an additional BuildRequires: hunspell-devel and then the Requires: hunspell can be removed as it will get an appropiate autorequire after it links with libhunspell (In reply to comment #3) > You'll need an additional BuildRequires: hunspell-devel and then the Requires: > hunspell can be removed as it will get an appropiate autorequire after it links > with libhunspell Yea. I've done that already, thank you. And thanks for the patch too. texmaker-1.9.2-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/texmaker-1.9.2-2.fc11 texmaker-1.9.2-2.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/texmaker-1.9.2-2.fc10 texmaker-1.9.2-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. texmaker-1.9.2-2.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |