FS#44347 - [python-lxml] bcloud failed to start after python update 3.4.3-1 to 3.4.3-2

Attached to Project: Arch Linux
Opened by Auguste Pop (Auguste) - Thursday, 26 March 2015, 13:41 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 26 March 2015, 14:02 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
bcloud does not start. Downgrading python to 3.4.3-1 works. I am not sure if it is a bug in bcloud or python, as I noticed it in bcloud, I submitted it here.

Additional info:
* package version(s)
3.6.1-1
* config and/or log files etc.


Steps to reproduce:
$ bcloud-gui
Traceback (most recent call last):
File "/usr/bin/bcloud-gui", line 11, in <module>
from bcloud.App import App
File "/usr/lib/python3.4/site-packages/bcloud/App.py", line 22, in <module>
from bcloud import gutil
File "/usr/lib/python3.4/site-packages/bcloud/gutil.py", line 21, in <module>
from bcloud import pcs
File "/usr/lib/python3.4/site-packages/bcloud/pcs.py", line 14, in <module>
from lxml import html
File "/usr/lib/python3.4/site-packages/lxml/html/__init__.py", line 42, in <module>
from lxml import etree
ImportError: /usr/lib/python3.4/site-packages/lxml/etree.cpython-34m.so: undefined symbol: AnnotateIgnoreReadsBegin
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 26 March 2015, 14:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  rebuilt against python 3.4.3-2.

Loading...