Bug 1215369 - retext on Fedora 21 missing required qt5 deps
Summary: retext on Fedora 21 missing required qt5 deps
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: retext
Version: 21
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mario Blättermann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-25 21:18 UTC by hasuf
Modified: 2015-05-27 16:11 UTC (History)
2 users (show)

Fixed In Version: retext-5.0.2-2.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-26 03:45:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description hasuf 2015-04-25 21:18:49 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Make sure qt5-qtbase, qt5-qtlocation, qt5-qtsensors are not installed
2. Install retext (I've got retext-5.0.1-7.fc21.noarch)
3. Run retext

Actual results:
$ retext
Traceback (most recent call last):
  File "/usr/bin/retext", line 24, in <module>
    from ReText import datadirs, globalSettings
  File "/usr/lib/python3.4/site-packages/ReText/__init__.py", line 10, in <module>
    from PyQt5.QtGui import QFont

$ sudo yum -y install qt5-qtbase
...

$ retext
Traceback (most recent call last):
  File "/usr/bin/retext", line 25, in <module>
    from ReText.window import ReTextWindow
  File "/usr/lib/python3.4/site-packages/ReText/window.py", line 27, in <module>
    from PyQt5.QtWebKitWidgets import QWebPage, QWebView
ImportError: libQt5Sensors.so.5: cannot open shared object file: No such file or directory

$ sudo yum -y install qt5-qtsensors
...

$ retext
Traceback (most recent call last):
  File "/usr/bin/retext", line 25, in <module>
    from ReText.window import ReTextWindow
  File "/usr/lib/python3.4/site-packages/ReText/window.py", line 27, in <module>
    from PyQt5.QtWebKitWidgets import QWebPage, QWebView
ImportError: libQt5Positioning.so.5: cannot open shared object file: No such file or directory

$ sudo yum -y install qt5-qtlocation
...

Expected results:

expect retext to run on invocation


Additional info:

Comment 1 Major Hayden 🤠 2015-05-12 13:01:47 UTC
I had the same issue and I was able to fix it by installing one additional package:

  qt5-qtlocation

Could the package be updated with this additional dependency?

Comment 2 Fedora Update System 2015-05-15 09:59:33 UTC
retext-5.0.2-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/retext-5.0.2-2.fc21

Comment 3 Fedora Update System 2015-05-15 09:59:40 UTC
retext-5.0.2-2.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/retext-5.0.2-2.fc22

Comment 4 Mario Blättermann 2015-05-15 10:01:52 UTC
Thanks for reporting this and for the fix. Besides adding the missing dependency, I've bumped the package to the latest upstream version 5.0.2.

Comment 5 Fedora Update System 2015-05-16 10:31:37 UTC
Package retext-5.0.2-2.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing retext-5.0.2-2.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-8302/retext-5.0.2-2.fc22
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2015-05-26 03:45:37 UTC
retext-5.0.2-2.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2015-05-27 16:11:11 UTC
retext-5.0.2-2.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.