Bug 1669800
Summary: | /usr/share/kf5/sonnet/trigrams.map conflicts | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | bionan_2000 |
Component: | kf5-sonnet | Assignee: | Daniel Vrátil <me> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | bionan_2000, jgrulich, kde-sig, kevin, me, rdieter, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kf5-sonnet-5.54.0-2.fc28 kf5-sonnet-5.54.0-2.fc29 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-09 01:51:45 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: |
Description
bionan_2000
2019-01-27 08:42:56 UTC
https://src.fedoraproject.org/rpms/kf5-sonnet/blob/master/f/sonnet-multilib.patch Apparently our patch for this is no longer sufficient. For posterity, as I wrote on IRC: + QMap< QString, QHash<QString, int> > models; There's still a QHash left in there. I'd suggest doing as I had suggested in the original https://bugzilla.redhat.com/show_bug.cgi?id=1262746#c12 and do a global sed search&replace: sed -i -e 's/QHash/QMap/g' data/parsetrigrams.cpp but if you insist on the patch for some reason, make sure you really replace ALL instances of QHash with QMap. kf5-sonnet-5.54.0-2.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-63f69f5be1 kf5-sonnet-5.54.0-2.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-7c10a01d9b kf5-sonnet-5.54.0-2.fc29 has been pushed to the Fedora 29 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-2019-63f69f5be1 kf5-sonnet-5.54.0-2.fc28 has been pushed to the Fedora 28 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-2019-7c10a01d9b kf5-sonnet-5.54.0-2.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. kf5-sonnet-5.54.0-2.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |