Bug 23288

Summary: Link abiword plugins against libabiword
Product: Sisyphus Reporter: Aleksey Lim <alsroot>
Component: abiwordAssignee: Yuri N. Sedunov <aris>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: aris
Version: unstable   
Hardware: all   
OS: Linux   

Description Aleksey Lim 2010-04-06 18:13:31 MSD
For now, abiword plugins aren't linked to libabiword which breaks
python-abiword module.

Steps to Reproduce:
1. install python-module-abiword
2. python -c 'import abiword'

It fails with:
python: symbol lookup error: /usr/lib/abiword-2.7/plugins/freetranslation.so:
undefined symbol: _ZN7XAP_App6getAppEv

To link plugins against libabiword, enable_dynamic=yes configure parameter
required.
Comment 1 Repository Robot 2010-04-07 02:08:46 MSD
abiword-2.8.2-alt2 -> sisyphus:

* Tue Apr 06 2010 Damir Shayhutdinov <damir@altlinux> 2.8.2-alt2

- Link plugins against libabiword (Closes #23288)