FS#56315 - [qt4] Needs ICU rebuild

Attached to Project: Arch Linux
Opened by Bastian Beranek (totsilence) - Monday, 13 November 2017, 16:58 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 14 November 2017, 07:45 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Andreas Radke (AndyRTR)
Antonio Rojas (arojas)
Felix Yan (felixonmars)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

PyQt4 currently prints the following message:

Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"

I suspect that this is due to a missing ICU rebuild after icu-60.1-1 entered testing.

The following python snippet illustrates the problem:

$ python
Python 2.7.14 (default, Sep 20 2017, 01:25:59)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4 import QtCore
>>> QtCore.QCoreApplication([])
Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
<PyQt4.QtCore.QCoreApplication object at 0x7f20da0c0c30>
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 14 November 2017, 07:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  qt4 4.8.7-23

Loading...