Bug 590357
Summary: | qtoctave upgrade conflict with libquicktime-utils | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Christian Lupien <christian.lupien> |
Component: | qtoctave | Assignee: | nucleo <alekcejk> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 12 | CC: | alekcejk, cfzeitler, chitlesh, kevin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qtoctave-0.9.1-2.fc13 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-05-10 17:02:23 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: |
Description
Christian Lupien
2010-05-09 03:42:04 UTC
*** Bug 590359 has been marked as a duplicate of this bug. *** (In reply to comment #0) > The latest update of qtoctave (0.9.1-1.fc12) will not install because there is > a conflict with libquicktime-utils. The problem is with /usr/bin/qtinfo I asked QtOctave author how this can be fixed. > (what is qtinfo used for in qtoctave?) It used for displaying octave help. I think we should rename the tool and patch the program to find the renamed tool ASAP to prevent the conflict, if upstream uses a different name later, that shouldn't be too much of a problem given that the tool is normally executed from within QtOctave. (In reply to comment #3) > I think we should rename the tool and patch the program to find the renamed > tool ASAP to prevent the conflict, if upstream uses a different name later, > that shouldn't be too much of a problem given that the tool is normally > executed from within QtOctave. This patch renames qtinfo to qtoctave-info http://nucleo.fedorapeople.org/qtoctave-info.patch Looks like help working with it but I am not sure about code in qtoctave-0.9.1/qtoctave/src/main.cpp: if(get_config("qtinfo_ok").isEmpty() || get_config("qtinfo_ok")=="false" ) { oc->command_enter("qtinfo"); } Should we change qtinfo to qtoctave-info here? No. This calls the qtinfo() Octave function which we aren't renaming at this time. qtoctave-0.9.1-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/qtoctave-0.9.1-2.fc13 qtoctave-0.9.1-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/qtoctave-0.9.1-2.fc12 qtoctave-0.9.1-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/qtoctave-0.9.1-2.fc11 qtoctave-0.9.1-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. qtoctave-0.9.1-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. qtoctave-0.9.1-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |